body {
	background:#5c8995
}

body, table, td, th {
	font-family: verdana, sans-serif;
	font-size:10pt;
	color:#08084d;
}

h1, h2, h3, h4, h5, h6 {
	font-family:tahoma, Times, serif;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#6e6d3c;
}

h3 {	
	font-size:14px;
	font-weight:bold;
	color:#2d2d68;
}

h3 a {
	color:#2d2d68;
	text-decoration:none;
	border:0px;
}
h3 a:hover {
    color: #2d2d68;
	text-decoration:none;
}

h4 {
	margin:0em 0 6px 0;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#282864;
}

h4 a {	
	text-decoration:none !important;
}

h4 a:hover {
	text-decoration:underline !important;
}

hr {
	height:1px;
	color:#090d53;
	margin:0.75em 0;
}


/* ------------ Top Repeat Backgrounds ------------ */

#outershell {
	background:#ffffff url("../images/topbg_repeat.jpg") top left repeat-x;		
}


/* ------------ MAIN MENU ------------ */

#mainmenu {
	background:#5d6684;	
	align:left;
	width:190px;
	padding:20px 0px 0px 0px;
}

#mainmenu ul, #menu li {
	margin:0;	
}
#mainmenu ul li a {
	display:block;
	font-family:verdana, serif;
	font-size:12px;
	color:#fff;	
	font-weight:bold;
	text-decoration:none;
}
#mainmenu ul li.alt a {
	background:#c2c28e;	
}
#mainmenu ul li a:hover {
	background:#757d96;
	color:fff;
}

#menu {
	background:#000;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li a {
	display:block;
	margin:0;
	padding:6px 10px;
	/*background:#1E1E1E url("../images/menu-primary-bg.gif") top right repeat-y;*/
	border-top:1px #444 solid;
	border-bottom:1px #1F1F1F solid;
	border-left:1px #000 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	text-decoration:none;
}
/*#menu ul li.alt a {
	background:#1B1B1B url("../images/menu-secondary-bg.gif") top right repeat-y;
}*/
/*#menu ul li a:hover {
	background:#111;
}*/



/* ------------ Content ------------ */

#content {
	text-align:left;
	width:724px;
	margin-left:20px;	
	margin-right:14px;
	padding-top:25px;
	padding-bottom:40px;
	font-weight:normal;
	font-family: verdana, sans-serif;
	color:#111255;
	font-size:12px;
	overflow:auto;		
}

#content a {	
	color:#13137e;
	text-decoration:underline;
}

#content a:hover {		
	color:#13137e;
	text-decoration:none;
}


/* ------------ Footer ------------ */


#footer {font-family: Verdana;
    font-size: 8pt;	
	color: #e8e8e9;
	padding-top:8px;
	padding-bottom:40px;
}

#footer a{font-family: Verdana;
    font-size: 8pt;
	color: #e8e8e9;
	text-decoration:none;
}

#footer a:hover{font-family: Verdana;
    font-size: 8pt;
	color: #fff;
	text-decoration:underline;
}













