/* CSS Document */

.PageTitle
{font-family: Arial, Helvetica, sans-serif; font-size: 36px; color: #93b9dc; line-height: 100%; font-weight: bold; padding-left: 5px;} 

.TopPara 
{font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #306EB3; line-height: 
125%; font-weight: normal;} .side {font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; color: #fff; line-height: 125%; font-weight: bold;}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #93b9dc;
	margin-left: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #306EB3;
	font-weight: normal;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	font-weight: normal;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.greylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	text-align: center;
	font-weight: normal;
}
.greylink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.greylink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #316DB3;
	font-weight: normal;
}
.grey12 {
	color: #808080;
}
.blue11 {
	font-size: 11px;
	color: #006699;
}
.compdesc {
	font-size: 12px;
	color: #838383;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	color:White;
	text-decoration:none;
}


 
#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #0077c1;
	border:solid 1px #99c5f4;
	width:200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	display: block;
	width:200px;
	border-bottom:solid 1px #7da7d3;
}
 

#nav li ul li a {
	display: block;
	padding:7px;
}

#nav li ul li a:hover {
	background-color:#7da7d3;
}
 
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
