@charset "utf-8";

html, body {
	height: 100%;
}

.bodyblue {
	color: #3d62a5;
	text-align: center;
}


#container {
	position:absolute;
	min-height: 100%;
	z-index: 1;
}

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: small;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;	
	
}

#topbit {
	padding-bottom: 48px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#TopNav {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:30px;
	z-index:1;
}
#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:260px;
	z-index:2;
}
#LeftNav {
	position:absolute;
	left:0px;
	top:260px;
	width:200px;
	height:340px;
	z-index:4;
	overflow:visible;
}
P {
	margin-left: 10px;
	text-align: justify;
}

#Footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:600px;
	height:auto;
	z-index:2;
	background-color: #BAD047;
	font-size: small;
	font-style: italic;
	color: #3D62A5;
	text-align: left;
	font-size:11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;

}


#RightNav {
	position:absolute;
	left:650px;
	top:260px;
	width:150px;
	height:300px;
	z-index:5;
}

#Content {
	padding:270px 0 0 210px;
	width:410px;
	height:auto;
	min-height:285px;
	text-align: left;
	vertical-align: top;
	overflow:visible;
}


#Header {
	position:absolute;
	left:200px;
	top:30px;
	width:600px;
	height:230px;
	z-index:3;
}
H2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #E39E30;
	font-size: medium;
}
H3 {
	font-size: small;
	text-transform: capitalize;
	color: #3D62A5;
}
a         {}
a:link    {
	color: #3D62A5;
	text-decoration: none;
}
a:active  {
	color: #E39E30;
	text-decoration: none;
}
a:visited {
	color: #3D62A5;
	text-decoration: none;
}
a:hover   {
	color: #BAD047;
	text-decoration: none;
}
.RLtitle {
	text-transform: uppercase;
	color: #BAD047;
	font-weight: bold;
	text-align: center;
	margin-left: -10px;
}
.RLitem {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #3963A5;
	margin-left: -10px;
	font-size: 95%;
}

#sidead {
	font-size: small;
	font-style: italic;
	color: #3D62A5;
	text-align: left;
	font-size:11px;
}

.floatright { float: right; }
#botad img { padding: 5px 5px 5px 0px; }

#LeftNav a { display:block; margin:0; padding:0; width:200px; }
#LeftNav img { display:block; margin:0; padding:0; border:0; }
#Logo a { display:block; margin:0; padding:0; width:200px; }
#Logo img { display:block; margin:0; padding:0; border:0; }

div.registerBox {
	font-weight: bold;
	text-transform: uppercase;
	border: 5px solid #3d62a5;
	background-color: #3d62a5;
	text-align: center;
}
div.registerBox a {
	color: white;
}
div.registerBox:hover {
	background-color: #8da5a4;
}
div.registerBox:hover a {
	color: #3d62a5;
}