﻿
BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	color: #000000;
}

Td {
	font-size:13px;
}

.header {
	background: #8198CC;
}


/*=====================Top Nav============================================*/

#NavTop {
   padding: 3px 3px 3px 3px;
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #666666 1px solid; 
	BACKGROUND-COLOR: #d4e7f6;
}


#navcontainer ul {
	padding: 0px;
	margin: 0px;
	color: #0083bb; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	TEXT-DECORATION: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0px 6px 0px 6px;
	color: #0083bb; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	text-decoration: none;
	BORDER-RIGHT: #666666 1px solid; 
}

#navcontainer ul li a:hover {
	padding: 0px 6px 0px 6px;
	color: #0083bb; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	text-decoration: none;
	BORDER-RIGHT: #666666 1px solid; 
}


/*=====================Left Nav============================================*/

.LeftNavTop{
	padding: 0 0 0 6px;
	background-image: url(/images/navleft_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.LeftNavTop a:link{
	font-size: 12px; 
	text-decoration:underline; 
	font-weight: bold;
}

.LeftNavTop a:hover{
	font-size: 12px; 
	text-decoration:none; 
	font-weight: bold;
}

.LeftNavTop a:visited{
	font-size: 12px; 
	text-decoration:none; 
	font-weight: bold;
}

.LeftNavTitle{ 
	font-size: 12px; 
	color:#000000; 
	text-decoration:none; 
	display:block; 
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	background: #8198CA;
}

#LeftNavText{ 
	font-size: 11px; 
	color:#000000; 
	text-decoration:none; 
	display:block; 
	padding: 6px 6px 6px 12px;
	background: #8198CA;
}

/* main level */

#menu{
	width: 175px; 
	margin: 0; 
	padding: 0; 
	background: #8198CA;
}

#menu dl {
	width: 175px; 
	margin: 0; 
	padding: 0; 
}
	
#menu dd {
	margin:0; 
	padding:0; 
	color: #000; 
	font-size: 11px; 
	
}

/* level ONE Closed */



#DL_1 a, #DL_1 a:visited { 
	font-size: 12px; 
	text-decoration:none; 
	display:block; 
	padding: 6px 0px 6px 6px;
	font-weight: bold;
	text-decoration:underline; 
}

#DL_1 a:hover {
	text-decoration:none; 
}


/* level TWO */
#DL_2 a, #DL_2 a:visited { 
	font-size: 12px; 
	color:#ffffff; 
	text-decoration:none; 
	display: block; 
	padding: 2px 5px 2px 15px;
}

#DL_2 a:hover {
	color:#000000; 
	background: #DDDBCC; 
}


/*=====================Breadcrumb============================================*/


#breadcrumb{
	text-align:left;	
	margin: 10px 0 10px 0px;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	height: 20px;
}

#breadcrumb_current{
	text-align:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

#breadcrumb a:link{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #0083bb; text-decoration: underline; margin: 0;}
#breadcrumb a:visited{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #AE070B; text-decoration: underline; margin: 0;}
#breadcrumb a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #0083bb; text-decoration: none; margin: 0;}
#breadcrumb a:active{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #0083bb; text-decoration: none; margin: 0;}



/*=====================misc============================================*/



h1 {
	font-style: normal;
	font-size: 13px;
}



.subscribeinput {
	width: 150px;
}

.footer{
	text-align:center;	
	font-size:10px;
	background-color: #dddbcc;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	padding: 3px 0 5px 0;
	margin-bottom: 3px;
	
}
.newsletterHeading
{ 
	font-size: 17px; 
	font-weight: bold; 
	text-align: center
}
.mTdContentLinkHead 
{ 
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 19px;
}
.mTdContentHead 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	text-align: center;	
}
.mTdContentSource
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
}

.mTdContentLinks 
{ 
	font-family: Arial, Helvetica, sans-serif;
}
.mTdContentLink
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
}

.subscribePopup 
{
	position:absolute;
	visibility: hidden; 
	z-index:10;
	clip: rect(   ); 
	width: 400px; 
	left: 35%; 
	top: 35%
}
