/* GLOBAL STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
}
h4 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(images/hdr_red.jpg);
	background-repeat: repeat-x;
	padding-left: 3px
}
h3 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(images/hdr_gray.jpg);
	background-repeat: repeat-x;
	padding-left: 3px
}
h2 {
	font-size:12px;
	font-weight: bold;
	background-image: url(images/bullseye.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}
h1 {
	font-size:20px;
	font-weight:bold;
	padding:5px;
}
a {
	color:#0c65b8;
	text-decoration:none;
}
a:hover {
	color:#130E45;
	text-decoration:none;
}
.container {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#ACACAC;
}
.header {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:900px;
	height:93px;
}
.header_date {
	float:right;
	clear:right;
	margin:64px 4px 0 0;
	color:#b83d0c;
	font-weight:bold;
}
.header_address {
	padding-top:78px;
	padding-left:131px;
	color:#313131;
	font-weight:bold;
}
.blue_bar {
	height:7px;
	background-color:#0c65b8;
}
.header_image {
	height:180px;
}
.menu_top {
	float:right;
	position:relative;
	display:block;
	height:14px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	;
}
.menu_top ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
.menu_top ul li {
	display:block;
	float:left;
	margin:0;
}
.menu_top ul li a {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:2px 5px 0 5px;
	height:14px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
.menu_top ul li a:hover {
	color:#0C65B8;
	background:#fff url(images/bgON.gif) no-repeat top left;
}
.content_left {
	width:375px;
	padding: 5px;
	float:left
}
.content_right {
	width:375px;
	padding: 5px;
	float:left
}
.content_middle {
	width:630px;
	padding:5px;
	float:left;
}
.content_full {
	width:760px;
	padding:5px;
	float:left;
}
.content_ad {
	width:120px;
	padding: 5px;
	float:left
}
.footer {
	text-align:center;
	color:#666666;
	font-weight:bold;
}
/*REGISTRATION FORM*/
.submit_btn {
	border:2px solid #0C65b8;
	color:#B83D0C;
	background-color:#F3F3F3;
	font-weight:bold;
	margin-right:20px;
}
.clear {
	height:5px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}
.floatleft {
	float:left;
	padding:4px;
}
/*ADMIN STYLES*/
	.content {
	padding:15px;
	padding-left:30px;
}
