body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9D9D9D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

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: #FFFFFF;
}
.pink {color: #FF99CC}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-variant: small-caps;
}

h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
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: 16px;
	margin-bottom: 16px;
}
.float_r {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

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

#topsection{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#topsection, #topsection a{
	color: #D6D6D6;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #005262;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #E6E6E6;
	border-left: none;
	border-right: none;
}
#contentwrapper .content{
	padding: 18px 16px;
}


#footer{
	clear: left;
	height: 50px;
	padding: 8px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#footer, #footer a{
	color: #FFFFFF;
	text-decoration: none;
}