body, table, input {
   font-family: Arial, Sans-Serif;
   font-size: 12px;
}

.PageTitle {
   color: #0A5371;
   font-family: georgia;
   font-size: 22px;
}
.SubPageTitle {
   font-size: 17px;
   font-weight: bold;
   display: block;
   padding-bottom: 6px;
}
.SubTitle {
   color: #0A5371;
   font-family: times new roman;
   font-size: 14px;
}

a {
   color: #0A5371;
}

a:hover {
   color: #669966;
}

a.SideNav {
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: white;
   text-decoration: none;
   padding-top: 6px;
   padding-left: 10px;
   display: block;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width: 184px;
   height: 23px;
   background: url(/Images/btnSideNav.gif) no-repeat;
}
a.SideNav:hover {
   color: white;
}

a.SideNavL2 {
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: white;
   text-decoration: none;
   padding-top: 6px;
   padding-left: 18px;
   display: block;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width: 184px;
   height: 23px;
   background: url(/Images/btnSideL2.gif) right no-repeat;
}
a.SideNavL2:hover {
   color: black;
   background: url(/Images/btnSideL2On.gif) right no-repeat;
}

#TopNav {
   font-family: verdana;
   font-weight: bold;
   font-size: 13px;
}
#TopNav a {
   color: #0A5371;
   text-decoration: none;
   font-size: 10px;
}

#BottomNav {
   color: white;
   font-weight: bold;
   font-size: 11px;
}
#BottomNav a {
   color: white;
}

.FooterNavCont {
   color: #ffffff;
   background: url(/Images/Dashboard/BotNav.gif) no-repeat;
   padding-top: 7px;
}
.FooterNav {
   color: #ffffff;
   text-decoration: underline;
}
.FooterNav:hover {
   color: #000000;
   text-decoration: none;
}

.MyAccountNav {
   display: block;
   height: 43px;
   width: 87px;
   text-align: center;
   text-decoration: none;
   color: #CAD8E4;
   font-size: 13px;
   padding-top: 5px;
   font-weight: bold;
   background: url(/Images/Dashboard/MyAccountNav.gif) no-repeat;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.MyAccountNav:hover, .MyAccountNavOn, .MyAccountNavOn:hover {
   display: block;
   height: 43px;
   width: 87px;
   text-align: center;
   text-decoration: none;
   color: #426072;
   font-size: 13px;
   padding-top: 5px;
   font-weight: bold;
   background: url(/Images/Dashboard/MyAccountNavOn.gif) no-repeat;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.AnswerTitle {
   background: url(/Images/YouthGradB.jpg) repeat-x;
   background-color: #F5E8CA;
   font-weight: bold;
   width: 10%;
   text-align: center;
   vertical-align: bottom;
}

.BlackTable {
   border-left: 1px solid black;
   border-top: 1px solid black;
}
.BlackTable td {
   border-right: 1px solid black;
   border-bottom: 1px solid black;
}
.BlackTable td td {
   border: 0px;
}

.GrayTable {
   border-top: solid 1px #CCCCCC;
   border-left: solid 1px #CCCCCC;
}
.GrayTable td {
   border-right: solid 1px #CCCCCC;
   border-bottom: solid 1px #CCCCCC;
}
.GrayTable td td {
   border: 0px;
}

.relArticles a {
   display: block;
   margin-bottom: 4px;
}
.whatsnextBox ul li {
   margin-bottom: 10px;
}
h3 {
   font-size: 14px;
}

.GradTable td {
   background: url(/Images/GreenGrad.jpg) repeat-x;
   background-position: bottom;
   border-left: 1px solid #CCCCCC;
   border-top: 1px solid #CCCCCC;
}
.GradTableLg {
   border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   background: url(/Images/DevTabBig.jpg) #225a3f no-repeat;
   font-size: 12px;
}
.GradTableLg td {
   border-left: 1px solid #CCCCCC;
   border-top: 1px solid #CCCCCC;
   padding-bottom: 16px;
}

/* GRAPH STYLES */
td.Gray {
   border-left: 1px solid #C0C0C0;
}
.BarGraph {
   font-size: 8px;
   margin-top: 2px;
   margin-left: -3px;
   position:absolute;
   border: 1px solid black;
}
.GraphText {
   position: absolute;
   font-size: xx-small;
   margin-top: 2px;
}