body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #B3B3B3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

form, ul, ol, h1, h2, h3, h4, h5 { 
	padding-top:0px; 
	padding-bottom:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

p {margin:0px;}

strong, a {
	color: #346667;
}


h1, h2, h3, h4, h5, h6 { 
	margin-bottom:9px; 
	border-bottom: 1px dotted #346667;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #346667;
}

h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
h6 {font-size: 10px;}

.subhead{
	background-color: #7AA4A8;
	padding: 8px 14px;
}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.white{color: #FFFFFF;}
.red{color:#FF0000};

.float_l {
	float: left;
	margin-right: 14px;
}
.float_r {
	float: right;
	margin-left: 14px;
}

#maincontainer{
	width: 762px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	position: relative;
}

#topsection{
	padding: 243px 0px 1px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#topsection-corner{
	position: absolute;
	left: 762px;
	top: 0px;
}


#contentwrapper{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/img_side.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}

#column_left{
	float: left;
	width: 522px;
	margin: 1px 1px 0px 1px;
}
#column_right{
	float: left;
	width: 236px !important;
	width: 235px;
	margin: 1px 1px 0px 0px;
}

#content_main{
	background-color: #EAEAEA;
	border: 1px solid #999999;
	border-bottom: none;
	padding: 19px 14px;
}
#content_sub{
	background-color: #346667;
	color: #FFFFFF;
	padding: 19px 14px;
}
#content_sub a{
	color: #73CCCB;
}
#content_side{
	background-color: #346667;
	color: #FFFFFF;
	padding: 19px 14px;
	border-bottom: 1px solid #9D9D9D;
	margin-bottom: 92px;
}


#footer_divider{
	width: 100%;
	background-color: #FFFFFF;
}
#footer_divider div{
	background-color: #003333;
	height: 28px;
	margin: 1px;
}
#footer{
	padding: 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #346667;
	text-align: center;
}
#register {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-top: 1px solid #CACACA;
	padding: 14px 0px;
}
#register a{
	color: #346667;
	text-decoration: underline;
}
#register a.none{
	text-decoration: none;
}