@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #06F;
	background-image: url(../images/background.jpg);
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3399FD;
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
}
h2 {
	font-size: 20px;
	color: #005B90;
}

.oneColFixCtrHdr #footer {
	font-size: 12px;
	width: 850px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #005B90;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 250px;
	float: inherit;
}

#links {
	clear:both;
	font-size: 13px;
	width: 845px;
	color: #005B90;
	background-color: #97C2D5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h1 {
	color: #005B90;
	font-size: 24px;
	text-align: left;
}

#sidemenu {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	background-color: #97C3D6;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left-color: #CCC;
	border-left-width: thin;
	border-left-style: none;
	list-style-image: url(../images/dot2.jpg);
	text-align: left;
	clear: both;
}

.oneColFixCtrHdr #sitemap {
	float: left;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
}
	
.oneColFixCtrHdr #siteby {
	float: right;
	margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	width: auto;
}

.oneColFixCtrHdr #container #sitemap a {
	color: #FFF;
}
.oneColFixCtrHdr #container #siteby a {
	color: #FFF;
}

#outer{
	float:left;
	margin:0;
	width:846px;
	background:#FFFFFF;
	overflow: hidden;	
	position:relative;
	padding:2px;

}

#mainContent
{
	float:left;
	margin:0;
	width:850px;
	background:#FFFFFF;
	overflow: hidden;	
	position:relative;	
}

#maincontainer
{
	float:left;
	width:850px;
	background:#97C3D6;
	position:relative;
	right:640px;
	
}

#leftcol
{
	float:left;
	width:208px;
	position:relative;
	left:638px;
	overflow:hidden;
	border-left:2px solid #FFFFFF;
}

#rightcol
{
	float:left;
	width:605px;
	position:relative;
	left:660px;
	overflow:hidden;
	

}
a:link {
	color: #005B90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
.current {
	color: #333;
}

a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}


.imgbox{
	
	border-top:2px solid #FFFFFF;
	height: 235px;
	padding-top:50px;
}


.imgbox2{
	
	border-top:2px solid #FFFFFF;
	height: 200px;
	padding-top:50px;
}

.imgbox3{
	
	border-top:2px solid #FFFFFF;
	height: 190px;
	padding-top:50px;
}

.imgbottom{
	
	border-top:2px solid #FFFFFF;
	padding-top:40px;
}

.tfield{
	width:250px;
}

.txtfield{
	width:400px;
	height:200px;
}
