body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	
    /*background-color: #001836;
    /* Mozilla: */
    /*background: -moz-linear-gradient(top, #001836, #2C567F);
    /* Chrome, Safari:*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#001836), to(#2C567F));
    /* MSIE */
    /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#001836', EndColorStr='#2C567F', GradientType=0);
    */
height:100%;
}

div.contentHeader{
	background-color:#C9DDD3;
	padding:10px;
	margin:0px;
	color:#002154;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	letter-spacing:2px;
	margin-left:15px;
}

div.mainContent{
	background-color:#fff;
	padding:15px;
	color:#002154;
	min-height:300px;
	margin-left:15px;
	font-size:12px;
}
div.sideBarHeader{
	background-color:#C9DDD3;
	padding:10px;
	margin:0px;
	color:#002154;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	letter-spacing:2px;
}
div.sideBar{
	background-color:#fff;
	padding:15px;
	color:#002154;
	min-height:300px;
}
td#supernav{
	text-align:center;
	background-color:#0d2856;
}
td#supernav a:last-child{
	border-right:0px dotted #fff;
}
td#supernav a{
	color:#fff;
	text-align:right;
	padding:10px 10px;
	font-size:14px;
	letter-spacing:2px;
	text-decoration:none;
	border-right:1px dotted #fff;
	display:inline-block;
}

td#supernav a:hover{
	color:#D04217;
	text-decoration:none;
}
div.subnavItem{
	background:url("/assets/images/ui/subnav_arrow.gif") left center no-repeat;
	padding:5px 10px 5px 15px;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #002151;
}
div.subnavItem a{
	color:#002151;
	text-decoration:none;
}
div.subnavItem a:hover{
	color:#D04217;
	text-decoration:none;
}
#site_footer{
	font-size:10px;
	color:#999;
	padding:10px;
	text-align:right;
}	
#site_footer a{
	margin:0px 10px;
	color:#5187C4;
}
#site_footer a:hover{
	color:#fff;
	}
	
#clientLogin{
	color:#fff;
	text-align:right;
	padding:10px 0px;
	font-size:14px;
	letter-spacing:2px;
}
#clientLogin a{
	color:#fff;
}	
	
/* CSS for dropdown navigation */

.dropNav{
	background:#EFEFEF ;
	font: bold 0.6em Verdana,Arial,sans-serif;
	color:#000000;
	width:185px;
	_width:185px;
	position:absolute;
	left: 50;
	top: 50;
	z-index: 1;
	visibility: hidden;
}
.dropNav a{
	text-decoration:none;
	color:#6488c2;
	display:block;
	width:185px;
	padding:5px;
	border-bottom:1px dashed #c2d2ea;
}
.dropNav a:hover{
	text-decoration:none;
	color:#6488c2;
}
	
