body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

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

p { 
	margin:0px; 
}

a, .orange { color: #E2AA17; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }

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

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

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

#contentwrapper{
	float: left;
	width: 760px;
	background-color: #005489;
}
#contentwrapper .top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#contentwrapper .nav_block {
	border: 2px solid #FFFFFF;
	border-left: none;
	border-right: none;
}
#contentwrapper .content_left {
	width: 235px;
	border-right: 2px solid #FFFFFF;
	border-top: 1px solid #08598D;
	border-bottom: 1px solid #0B5B8E;
	font-size: 14px;
}
#contentwrapper .content_right {
	padding: 18px 20px;
	border-top: 1px solid #07598C;
	border-bottom: 1px solid #07598C;
}
#contentwrapper .bot {
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	height: 58px;
}

#contentwrapper .content_left li, #contentwrapper .content_right li {
	list-style-image: url(../images/bullet.jpg);
	margin-left: -23px;
}

.content_side {
	padding: 21px;
}
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E2AA17;
}
.box {
	border: 1px solid #FAF7F7;
	padding: 15px 12px;
	color: #F7BF2E;
}

.register {
	padding: 4px;
	color: #005489;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.register a {
	color: #005489;
	text-decoration: none;
}
