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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
body {
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.call{
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
}

a:link {
	color: #6699FF;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #A9C0D1;
	text-decoration: none;
}


#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	position:relative;
}
#logo {
	float:left;
	width:320px;
	margin:0 auto;
	position:relative;
}
#login {	
	float:right;
	text-align:right;
	width:350px;
	height:40px;
	margin:0 auto;
	position:relative;
	
}

#loginButton{
	background-image: url(../_images/formbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
	margin-top:5px;
	padding-right:8px;
	width:110px;
	
	/*border: 1px red solid;*/
}

/*
#loginButton {
	padding-top:0px;
	padding-right:11px;
}
#loginFields {
	padding-top:3px;
	padding-left:8px;
	display:inline;
	float:left;
	width:350px;
}
#f_username, #f_password{
	width: 110px;
}
#login_error{
	clear: both;
	font-size: 11px;
	padding-top: 4px;
}
*/


#nav {
	width:800px;
}

.content {
	display:block;
	width:800px;
	background-color: #FFFFFF;
	position:relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}

#oneCol {
	display:block;
	position:relative;
	float:left;
	width:740px;
	padding:30px;
}

#leftCol {
	display:block;
	position:relative;
	float:left;
	width:450px;
	padding:30px;
}

#rightCol {
	display:block;
	position:relative;
	float:right;
	width:240px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.signUpBox {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom:10px;
	margin-top:10px;
}



.teaser {
	position:relative;
	font-size: 11px;
	background-image: url(../_images/greybg.jpg);
	padding:5px;
	height:70px;
}

.end {
	position:relative;
	background-image: url(../_images/bottom_bg.jpg);
    height:25px;
}

.footer {
	padding-top:10px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.subNav{
	padding-top:15px;
	padding-bottom:25px;
}

.subItem {
	padding:8px;
	border-bottom: 1px solid #999999;
	padding-left: 15px;
	font-size: 12pt;
}


.sideBar {
	background-image: url(/_images/rightColBox-tile.jpg);	
}

.sideBarContents {
	padding-left:15px;
	font-size: 9pt;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #000033;
}
.bodytext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
.subTitle {
	font-size: 12pt;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
}
.caption {
	font-size: 9pt;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}



.finePrint{
	font-size: 10px;
}
.clear_style{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.requiredField_err{
	color: red;
}
.requiredField{
	color: #000000;
}