@charset "UTF-8";
/* CSS Document */


#maincontainer {
	width:760px;
	height:600px;
	z-index:1;
	top:-15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#titlecontainer {
	position:absolute;
	width:400px;
	height:93px;
	z-index:6;
}

#headercontainer {
	position:absolute;
	width:760px;
	height:210px;
	z-index:2;
	background-image:url(images/banner.jpg);
	left: 0;
	top: 0;
}
#navbarcontainer {
	position:absolute;
	width:449px;
	height:25px;
	z-index:6;
	left: 0px;
	top: 161px;
	background-color: #DCE7F0;
}
#rightnav {
	position:absolute;
	width:66px;
	height:25px;
	z-index:5;
	left: 694px;
	top: 161px;
	background-color: #DCE7F0;
}

#navbartext {
	position:absolute;
	width:443px;
	height:13px;
	z-index:4;
	left: 5px;
	top: 5px;
	font-size:7px;
}
#leftcontainer {
	position:absolute;
	width:447px;
	height:660px;
	z-index:8;
	left: 3px;
	top: 212px;
	overflow: auto;
}
#lefttext {
	position:absolute;
	width:418px;
	text-align:justify;
	height:638px;
	z-index:10;
	left: 7px;
	top: -2px;
	font-size:11px;
}
#rightcontainer {
	position:absolute;
	width:308px;
	height:482px;
	z-index:6;
	left: 452px;
	top: 212px;
}
#rightinside {
	position:absolute;
	width:274px;
	height:115px;
	z-index:7;
	left: 27px;
	top: 0px;
}

#footer {
	position:absolute;
	width:760px;
	height:391px;
	z-index:3;
	left: 0px;
	top: 422px;
}

body {
	background-color: #014869;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47819F;
	text align: justify
	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #48819F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #48819F;
}
a:hover {
	text-decoration: underline;
	color: #FBFDFC;
}
a:active {
	text-decoration: none;
	color: #48819F;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #034266;
}
h2 {
	font-size: 12px;
}
