@charset "utf-8";
body {
	font-family: arial;
	background-image: url(../images/background2.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	background-position: top center;
}

img {
	border: none;
}

a {
color:#006699;
}

#container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#FFFFFF;
	
}

#header {
	width: 996px;
	height: 189px;
	background-image: url('headerTop.png');
	background-repeat: none;
	background-position: top center;
	margin:0 auto;
	
}

#nav {
	width: 996px;
	
}

#nav img{
	float: left;
}

#pageBody {
	background: #FFF;
	width: 996px;
}

#mainContent {
	width: 614px;
	min-height: 577px;
	float: left;
	background: #FFF;
	position: relative;
}

#imageCaption {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 599px;
	height: 35px;
	background-image: url('caption.png');
	background-position: top center;
	z-index: 9999999;
	color: #FFF;
	padding-top: 13px;
	font-size: 18px;
	text-indent: 25px;
}

#mainContent_inside {
	width: 614px;
	min-height: 577px;
	float: left;
	background: #FFF;
	padding:10px 20px;
}

#mainContent_inside p {
	
	font-size: 14px;
	color: #4D5260;
}

#mainContent p {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 14px;
	color: #4D5260;
}

#mainContent ul {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 14px;
	color: #4D5260;
}

#subContent {
	width: 382px;
	min-height: 552px;
	padding-top: 25px;
	float: right;
	background: url('subBG.gif');
	color: #4D5260;
}

#sideimage {
	padding:0px;
	float: right;
margin:0px 0px 0px -5px;
}

#header p {

margin-top: 60px; 
float: right; 
width: 365px; 
font-size: 20px; 
font-weight: 100; 
color: #00AEDB;
}

#subContentInformationRectangle {
	width: 306px;
	margin: 0 auto;
	background-image: url('subInfoBG.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

#subContentInformationText {
	width: 275px;
	margin: 0 auto;
}

#footer {
	width: 996px;
	height: 34px;
	color: #00AEDB;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	background: url('footerBottom.png') no-repeat bottom center;
	border-top: 1px solid #00AEDB;
	margin:0px auto;
}

#mainLogin{
	width: 382px;
}

#loginFields {
	font-size: 10px;
	color: #00AEDB;
	width: 225px;
	float: left;
	line-height: 25px;
	padding-left: 45px;
	padding-top: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearfloat { /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear:both;
}