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

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

#navigationbar {
	position:absolute;
	width:779px;
	height:17px;
	z-index:6;
	left: 0px;
	top: 211px;
	background-color: #2C326B;
	padding-top: 5px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-left: 3px;
}

#headerimage {
	position:absolute;
	background-image:url(images/header);
	width:782px;
	height:206px;
	z-index:2;
	visibility: visible;
	top: 5px;
	left: 0px;
}


#lefttext {
	position:absolute;
	width:500px;
	height:620px;
	z-index:4;
	left: 4px;
	top: 242px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C326B;
	text-align: justify;
	padding-right: 15px;
	overflow: auto;
}

#rightcolumn {
	position:absolute;
	width:255px;
	height:600px;
	z-index:5;
	left: 528px;
	top: 237px;
}

#right_inside {
	position:absolute;
	width:237px;
	height:583px;
	z-index:6;
	left: 9px;
	top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C326B;
}

#bottomtag {
	position:absolute;
	width:503px;
	height:106px;
	z-index:6;
	left: 338px;
	top: 855px;
	
}

#footer {
	position:absolute;
	width:782px;
	height:20px;
	z-index:7;
	left: 0px;
	top: 868px;
	background-color: #2C326B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}

#bottomnavbar {
	position:absolute;
	width:249px;
	height:20px;
	z-index:8;
	left: 528px;
	top: 838px;
	font-size: 12px;
	color: #404579;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #2C326B;
	padding-top: 3px;
	padding-right: 5px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CBCCE6;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
