body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	background-color: #032F59;
}

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

p {margin:0px;}

a {
	color: #86e1ff;
}

h1, h2, h3, h4, h5, h6 {
	padding-top:5px; 
	margin-top:5px; 
	padding-bottom:5px; 
	margin-bottom:5px; 
}

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

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

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

#topcontainer{
	background-image: url(../images/top_bg_final.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
}
#topsection{
	width: 866px;
	margin: 0px auto;
	padding: 133px 96px 0px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#maincontainer_bg{
	background-image: url(../images/mid_bg_v_final.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
#maincontainer{
	background-image: url(../images/mid_bg_final.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentwrapper{
	width: 1058px;
	margin: 0px auto;
	overflow: hidden;
}
#column_left{
	float: left;
	width: 280px;
	margin: 7px 0px 0px 65px !important;
	margin: 7px 0px 0px 32px;
}
.column_left_inner{
	width: 249px;
	margin: 0px 13px 0px 18px;
}
.column_left_content{
	padding: 10px 20px 20px 20px;
}
.column_left_content, .column_left_content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#column_right{
	float: left;
	width: 563px;
	margin: 0px 97px 0px 7px;
	padding: 137px 23px 7px;
	position: relative;
}
.header_img{
	position: absolute;
	top: 0px;
	left: 0px;
}

#footercontainer{
	background-image: url(../images/bot_bg_final.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 65px 0px 271px;
}
#footer{
	width: 1000px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96DCFF;
	line-height: 13px;
}
.register {
	float: right;
	font-style: italic;
	font-weight: bold;
}
.register, .register a{
	color: #96DCFF;
	text-decoration: none;
}