@charset "UTF-8";
 
/*** DarkBlue=1c1670 yellow=e1a807 nav=023893  **/

body { font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 75%;	
 color: #000; 
 margin-top: 0px; 
 padding: 10px;
 background-color: #9cb4eb;
}

A { color: #1c1670; text-decoration: none; }

A:hover { color: #cfb53b; text-decoration: underline; }

A:active { color: #1c1670; text-decoration: none; }


/**** start the dropdown Nav *****/

#topnav {
	border:solid #1c1670; border-width:1px 0 0 0;
	clear:both;
}

#topnav table {
	width:100%;
}

#topnav td {
	padding:0;
	border-right:1px solid #1c1670;
	background:##f6f6f6;
	text-align:center;
}
	

#topnav td a {
	display:block;
	text-decoration:none;
	font-size: 85%;
	padding:3px 5px 3px 5px;
	background:#f6f6f6;
	font-weight: bold;
}



#topnav ul { /* lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
	text-align:center;
}

#topnav ul ul a {
	display: block;
	height:auto;
	padding:3px 5px 3px 13px;
	text-align:left;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 1px solid #1c1670;
}

#topnav li ul {
	position: absolute;
	background: ##f6f6f6;
	width: 150px;
	left: -999px; 
	border: solid #1c1670;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}


#topnav li:hover ul,   
#topnav li li li.sfhover ul { 
	left: auto;	
	}

#navline { border:solid #1c1670; border-width:1px 0 0 0;}


/** * End the Drop Down Menu Styles  ***/



#mainwrapper 
{	
	width:800px;
	border:solid #1c1670; border-width:1px;
	margin-left: auto;
 	margin-right: auto;
 	background-color: #fff;
	
}


#header 
{	width:790px;
	padding: 5px;
	margin-left: auto;
 	margin-right: auto;
 	
}


table.tabletopmain { 
background-color: #fff;
width: 100%;
}

table.tabletopmain td { 
width: 50%;
}


table.tablemain
{ text-align: left;
vertical-align:text-top;
width: 100%;
background-color: #fff;
}

 
.tablemainleft {
    text-align: left;
    vertical-align:text-top;
    width: 150px;

}

.tablemainline {
    text-align: left;
    width: 1px;
    border-left: 1px solid #1c1670;
    padding: 5px

}

.tablemainmid {
    text-align: left;
    vertical-align:text-top;
    border-spacing: 10px; 
    width: 600px;
    
}

.tablemainmid2 {
    text-align: left;
    vertical-align:text-top;
    border-spacing: 10px; 
    width: 780px;
    
}


table.highlight
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;;
font-weight: normal;
width: 100%;
border: 1px #e1a807 solid;
border-collapse: collapse;

}

table.highlight td { 
padding:5px; 
border: 1px #e1a807 solid;
}

.highlightheader { 
color: #fff;
background-color: #1c1670;
text-align: center;
width: 100%;
font-weight: bold;
}

.red_text { 
color: #cc0000;
font-weight: bold;
}

.redtext { 
color: #cc0000;
font-weight: bold;
}

#footer
{	
	width:100%;
	text-align: center;
	padding: 15px;
}

