body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: arial, sans-serif; 
	font-size:12px;
	color:#000;
	background-color:#d8d8ba;
	margin:0px;
	padding:0px;
	text-align:center;
}
h1{
	font-size:22px;
	color:#0063be;
	margin:0;
	padding:19px 0 0 0;
}
h2{
	font-size:16px;
	color:#0063be;
}
h3{
	font-size:14px;
	margin-bottom:0px;
	color:#0063be;
}

a {
	color:#003463;
}

#page_wrapper{
	width:971px;
	height:auto; 
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header{
	padding:0px;
	margin:0px;
	width:971px;
	height:127px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#container{
	background-image:url(../images/background.jpg);
	width:971px;
	height:auto !important;
	min-height:600px;
	float:right;
	}
#text_container{
	background-image:url(../images/textbg.jpg);
	background-repeat:no-repeat;
	float:right;
	height:auto !important;
	min-height:500px;
	width:713px;
	padding:10px 25px 20px 5px;
	text-align:left;
	
}

#text_container p {
	margin:18px 0 18px 0;
	line-height:18px;
}
#home_text_container{
	float:right;
	padding-right:8px;
	text-align:left;

}
#home_text_container p {
	margin:18px 0 18px 0;
	line-height:18px;
}
#footer{
	padding-top:10px;
	margin:0px;
	clear:both;
	width:971px;
	height:41px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#credits{
	width:971px;
	height:20px;
	margin:0 auto;
	text-align:right;
	color:#004787;
	font-weight:bold;
	text-align:center;
	padding:8px;
}
	#credits a{
		color:#004787;
		text-decoration:none;
		}
	#credits a:hover{
		color:#666;
		}
	
#call_action{
	padding-left:10px;
	position:relative;
	top:-60px;
	font-size:12px;
	font-weight:bold;
	}
#home_image_links{
	float:right;
	width:150px;
	text-align:center;
	color:#004787;
	font-weight:bold;
}
	#home_image_links a{
		color:#004787;
		text-decoration:none;
		}
	#home_image_links a:hover{
		color:#004787;
		}
	#home_image_links img{
		padding:12px 10px 0px 10px;
		border:0px;
		}
		
.region_table {
	border:1px #666666 solid;
	border-collapse: collapse;
}

.region_table td {
	border:1px #666666 solid;
	padding:5px;
}

#display {
	line-height: 18px;
	font-size: 12px;
	margin: 25px;
	padding: 15px;
	width: 225px;
	background-color: #F1F1F1;
}
.displayOK {
	border: 1px solid #999;
}
.displayErr {
	border: 2px solid #F00;
}
.required {
	font-weight: bold;
	color: red;
}

#captcha {
	padding-bottom:5px;
}

#print_logo {
	display:none;
}

#homebanner {
	display:block;
}

strong {
	color:#393939;
}
.blue_table{
	background-color:#025EB1;
	color:#fff;
	font-weight: bold;
}
.blue_table h4{
	color:#fff;
	font-size:16px;
	margin:0px;
}
.blue_border{
	border:1px solid #025EB1;
}
.message_success{
	background:#a9d534; 
	font-weight:bold;
	color:#fff;
}
.message_error{
	background: #CA4644;
	color:white;
	font-weight:bold;
}
.new_user{
	background:#3366CC;
	color:#fff;
	font-weight:bold;}
.admin_buttons{
	text-align: center;
}
.odd{
	background-color:#D1E1EF;
}