/* CSS Document */
table, tr, td, div, img, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a {
	border-width: 0;
	margin: 0;
	padding: 0;
}

html { 
    height: 100%;
}

body {
	background-color: #000033; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #990000;
	text-decoration: underline;}

a:visited:hover {
	color: #990000;
	text-decoration: underline;}

#subnav{
position:relative;
}
.page_container {
width:770px;
	margin:0px auto 0px auto;
/*
margin-left:auto;
margin-right:auto;
*/
}

ol{
	list-style-type:decimal;
	margin-left:40px;
}

ul{
	list-style-type:square;
	margin-left:40px;
}

li{
line-height:1.4em;
padding: 5px 0;
}

ul.red-bullet li{
line-height:1.4em;
padding: 0 0;
color:#990000;
}
ul.red-bullet li span{
color:#000;
line-height:2em;
}



 
.header_logo {
width:770px;
background-color:#e8effc;
}

.header_logo a {
color:#000000;
text-decoration:none;
}

.header_logo img {
padding:15px;
}

.header_logo img.logo {
float:left;
}

.header_right {
	float:right;
	padding-top:10px;
	padding-right:10px;
}

.sitemap {
padding-left:130px;
}

.header_nav {

}

.header_image {
height:144px;
width: 770px;
background-color:#abb7bf;
}

.main {
width:770px;
background-image:url(../images/bg.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color:#ffffff;
}

.main p {
line-height:1.4em;
padding: 5px 17px 5px 17px;
}

p.more {
font-weight:bold;
}

.maintitle {
color:#990000;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

h1{
line-height:1.4em;
padding: 5px 17px 5px 17px;
color:#990000;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

h2.home{ /* Added by HGC 7/12/13 */
	color:#08316b !important;
	font-size:13px;	
	text-transform:uppercase;
}

h2, h3, h4{
line-height:1.4em;
padding: 5px 17px 5px 17px;
color:#990000;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

h5 {
line-height:1.4em;
padding: 5px 17px 5px 17px;
color:#990000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.more a {
color:#990000;
text-decoration:none;
}

.more a:hover {
text-decoration:underline;
}

img.header {
padding: 32px 5px 20px 17px;

}

.left {
	width:250px;
	padding:0px;
	float:left;
	background-image:url(../images/contents_divider.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.leftbig {
	width:500px;
	padding:0px;
	float:left;
	background-image:url(../images/contents_divider.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.lefthalf {
	width:385px;
	padding:0px;
	float:left;
	background-image:url(../images/contents_divider.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.righthalf {
	width:385px;
	padding:0px;
	float:left;
	background-image:url(../images/contents_divider.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

td input {
border:1px solid #ccc;
}

table.register td {
padding:5px;
}

.no_border {
border:none;
}

.middle {
	width:260px;
	padding:0px;
	float:left;
	}

/*.middle ul {
	}	
.middle ul li {
	list-style-type:none;
	}*/
	
.right {
	width:260px;
	padding:0px;
	float:left;
	background-image:url(../images/contents_divider.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.clear{
clear:both;
}

.footer {
clear:both;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
margin-top:0px;
padding-bottom:20px;
background-color:#FFFFFF;
}

.footer a {
color:#a32929;
text-decoration:none;
}

table.registration_form {
	width:98%;
	padding-right:10px;
}

table.registration_form td {
	margin:0;
	padding:5px;
	vertical-align:top;
	height:25px;
}

.star {
	color:#990000;
}

.form_info {
	background-color:#dbdbdb;
	color:#990000;
	text-align:center;
	vertical-align:middle;
}
