/* CSS Document */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #003b4d;
	margin-top: 44px;
	}	

sup{
	vertical-align: top;
	font-size: 75%;
}
	
.topshadow	{
	width: 798px;
	background-image: url(../images/topshadow.gif);
	background-repeat: no-repeat;
	height: 15px;
	}
	
.bottomshadow	{
	width: 798px;
	background-image: url(../images/bottomshadow.gif);
	background-repeat: no-repeat;
	height: 15px;
	}
	
/* HOME PAGE */

.homesidenav	{
	width: 202px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	}
	
.homemaincontent	{
	width: 563px;
	float: right;
	}
	
.homecontentleft	{
	float: left;
	height: 280px;
	width: 278px;
	background-color: #005b77;
	}
	
.homecontentleft_text	{
	background-image: url(../images/body_2.gif);
	background-repeat: no-repeat;
	height: 207px;
	color: #FFFFFF;
	padding: 12px 19px 0px 23px;
	line-height: 16px;
	}

.homecontentleft_text a:link, .homecontentleft_text a:visited, .homecontentleft_text a:active	{
	color: #6ad7fa;
	font-weight: bold;
	text-decoration: none;
	}
	
.homecontentleft_text a:hover	{
	color: #6ad7fa;
	font-weight: bold;
	text-decoration: underline;
	}
		
.homecontentright	{
	float: right;
	height: 280px;
	width: 285px;
	background-color: #005b77;
	}
	
.homecontentright_text	{
	background-image: url(../images/body_5.gif);
	background-repeat: no-repeat;
	height: 193px;
	color: #FFFFFF;
	padding: 16px 8px 0px 19px;
	font-size: 10px;
	line-height: 12px;
	}
	
.homecontentright_text a:link, .homecontentright_text a:visited, .homecontentright_text a:active	{
	color: #6ad7fa;
	text-decoration: none;
	}
	
.homecontentright_text a:hover	{
	color: #6ad7fa;
	text-decoration: underline;
	}
	
.homefooter	{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	}
	
.homefooter a:link, .homefooter a:visited, .homefooter a:active	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.homefooter a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* SUB PAGE */

.subsidenav	{
	width: 183px;
	float: left;
	padding-top: 0px;
	}
	
.subsidenavpic	{
	background-image: url(../images/sub_nav_silho.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #1f667c;
	height: 520px;
	border: 1px #FFFFFF solid;
	}
	
.subnavbg_off	{
	color: #e8f1f3;
	line-height: 18px;
	text-indent: 18px;
	}
	
.subnavbg_off a:link, .subnavbg_off a:visited, .subnavbg_off a:active	{
	display: block;
	background-image: url(../images/sub_nav_bg.gif);
	background-repeat: no-repeat;
	background-color: #478ba1;	
	height: 23px;
	color: #e8f1f3;
	text-decoration: none;
	}
	
.subnavbg_off a:hover	{
	display: block;
	background-image: url(../images/sub_nav_bg.gif);
	background-repeat: no-repeat;
	background-color: #5e9eb3;
	height: 23px;
	color: #e8f1f3;
	text-decoration: none;
	}
	
.subnavbg_on	{
	color: #003b4d;
	line-height: 18px;
	text-indent: 18px;
	}
	
.subnavbg_on a:link, .subnavbg_on a:visited, .subnavbg_on a:active	{	
	display: block;
	background-image: url(../images/sub_nav_bg.gif);
	background-repeat: no-repeat;
	background-color: #99bfcb;	
	height: 23px;
	color: #003b4d;
	text-decoration: none;
	}
	
.subnavbg_on a:hover	{
	display: block;
	background-image: url(../images/sub_nav_bg.gif);
	background-repeat: no-repeat;
	background-color: #a6cbd7;
	height: 23px;
	color: #003b4d;
	text-decoration: none;
	}
	
	
.submaincontent	{
	width: 582px;
	float: right;
	background-color: #FFFFFF;
	}
	
.subcontent	{
	background-color: #FFFFFF;
	padding: 0px 29px 0px 29px;
	color: #000000;
	line-height: 16px;
	}
	
.subcontent a:link, .subcontent a:visited, .subcontent a:active	{
	color: #0b98c3;
	text-decoration: none;
	}
	
.subcontent a:hover	{
	color: #0b98c3;
	text-decoration: underline;
	}
	
.subbottomborder	{
	border-right: 2px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	background-image: url(../images/bottomborder.gif);
	background-repeat: repeat-x;
	}
	
.subfooter	{
	text-align: center;
	color: #003b4d;
	font-size: 10px;
	line-height: 16px;
	background-color: #FFFFFF;
	padding: 15px 0px 15px 0px;
	}
	
.subfooter a:link, .subfooter a:visited, .subfooter a:active 	{
	color: #003b4d;
	text-decoration: none;
	}
	
.subfooter a:hover	{
	color: #003b4d;
	text-decoration: underline;
	}


