/* CSS Document */

/* CSS Document */
@charset "utf-8";

#headerlinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#headerlinks a {
	color: #214274;
	text-decoration: none;
}
#menubar a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}
#menubar {
	margin-right:5px;
}
#menubar li {
	list-style-type: square;
	color: #F6DA5C;
	float: left;
	list-style-position: inside;
	padding-right: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#menubar ul {
	text-align: right;
	width: 465px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#heading h1 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}
#footer_links {
	width: 750px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#line1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	text-align: right;
	font-size: 8px;
	color: #606060;
	font-family: Tahoma;
	padding-top: 2px;
	padding-bottom: 2px;
}
#line2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	text-align: right;
	font-size: 9px;
	color: #606060;
	font-family: Tahoma;
	padding-top: 2px;
	padding-bottom: 2px;
}
#line1 a {
	font-size: 9px;
	color: #747474;
	font-family: Tahoma;
	text-decoration: none;
	letter-spacing: .1em;
}
#line1 a:hover{
	font-size: 9px;
	color:#666666;
	font-family: Tahoma;
	text-decoration: underline;
	letter-spacing: .1em;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #22335B;
	margin-bottom:5px;
}
a.headline{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #22335B;
	text-decoration:underline;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#menubar a{
	margin-right: 5px;
}
#menubar a:hover {
	color: #FDF636;
}
#products ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#products li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36537F;
}
#products a {
	color: #36537F;
	text-decoration: none;
}
#products a:hover {
	color: #36537F;
	text-decoration: underline;
}
.style1 {
	color: #36537F;
	font-weight: bold;
}
.style2 {color: #36537F}


/* CSS Popout Menu */
#menu{
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#nav ul {
	border:0px;
	margin: 0px;
	padding: 0px;
}
#menu a:hover{
	border:0px;
	margin: 0px;
	padding: 0px;

}
#menu ul {
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#menu ul li {
	z-index:1;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	position: relative;
	border-right:1px solid white;
}

#menu li ul {
	z-index:1;
	display: none;
	float:left;
	left: 0px; /* Set 1px less than menu width */
	position: absolute;
	top: 26px;
	padding:0px;
	margin:0px;
	background-color:white;
	width: 180px;
	_width: 181px; /* IE Fix */
}

/* Styles for Menu Items */
#menu ul li a {
	z-index:1;
	display: block;
	font-size:10px;
	color:black;
	font-family: Verdana;
	white-space:nowrap;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
	
#inner ul {
	z-index:1;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	border-left: 1px solid #0F5F9E;
}

#inner ul li {
	z-index:1;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
	position: relative;
	border-bottom: 1px solid #0F5F9E;
	border-right: 1px solid #0F5F9E;

}

#inner li ul {
	z-index:1;
	display: none;
	float:left;
	left: 0px; /* Set 1px less than menu width */
	position: absolute;
	top: 26px;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-color:#011F5B;
	width: 180px;
	_width: 181px; /* IE Fix */
}

#inner ul li a {
	z-index:1;
	display: block;
	font-size:10px;
	color:#999999;
	font-family: Verdana;
	white-space:nowrap;
	padding:5px 0px 5px 0px;
	margin:0px;
	width:180px;
	height:16px;
	_width:181px; /* IE Fix */
	text-indent: 7px;
	text-decoration:none;
}

#inner ul li a:hover {
	z-index:1;
	display: block;
	font-size:10px;
	font-family: Verdana;
	white-space:nowrap;
	padding:5px 0px 5px 0px;
	margin:0px;
	background-color:#E6E6E6;
	color:#666666;
	text-indent: 7px;
	text-decoration:none;
}

/* Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */

#menu a.x, #menu a.x:visited{
	float:left;
	padding: 0px 0px 0px 0px;
}

#menu a.x:hover {
	background-color: #703179;
}

#menu a.x:active{

}


<!-- Old CSS -->

td { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none}

a { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2A408F; 
	text-decoration: underline}

div.scroll {height: 80px;	
	width: 200px;	
	overflow: auto;	
	border: 1px solid #666;	
	background-color: #ccc;	
	padding: 8px;}
		

.headline {
	color: #2A408F;
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.headline2 {
	color: #02564B;
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS;
	text-decoration: none;
}

.bullet {
	color: #2A408F;
	font-style: normal;
	font-weight: bold;
}

.list {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.footer {
	color: #ffffff;
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
}

.pagetitle {
	color: #ffffff;
	font-style: normal;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}

.topnavlinks {
	color: #ffc65b;
	font-style: normal;
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.paratext {
	color: #000000;
	font-style: normal;
	font-size: 11px;
	font-family: Verdana;

}


.disclaimer {
	color: #D02C2C;
	font-style: normal;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.tn_links {
	color: #FFFFFF;
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
   	text-decoration : none;
}

.tn_links:active {
	color: #FFFFFF;
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
   	text-decoration : none;
}

.tn_links:hover {
	color: #FFFFFF;
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
   	text-decoration : none;
}

a.headline {
	color: #2A408F;
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

a.headline:active {
	color: #2A408F;
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

a.headline:hover {
	color: #2A408F;
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

a.list:active {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

a.list:hover {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

a.list:visited {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}

.list2 {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

a.list2:active {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

a.list2:hover {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

a.list2:visited {
	color: #2A408F;
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.redbold {
	color: #ff0000;
	font-style: normal;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight:bold;
	margin:6px 0px 0px 0px;
}
.border{
	margin:6px;
}
.tahomatextbold {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}
.tahomatext {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}
