* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color:#BFBFBF;
}

p {
padding: 0px 0px 10px 0px; /* (top, right, bottom, left) */
}


h1,h2,h3,h4 {
padding: 0px 0px 10px 0px; /* (top, right, bottom, left) */
}

h1 {font-size:1.2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1.2em;}

#wrapper { 
 margin: 20px auto;
 width: 950px;
 border: solid 1px #B1B4B5;
 padding: 5px;
 background: #ffffff;
}
#faux {
 background: url(../images/left_bg.gif);
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
	color: #333;
	width: 950px;
	padding: 0px;
	height: 70px;
	margin: 0px 0px 5px 0px;
	background: #ffffff;
}
#navigation {
 color: #333;
 padding: 5px;
 margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
 background: #637E77;
}

#leftcolumn { 
 display: inline;
 color: #000000;

 padding: 10px 10px 0px 10px; /* (top, right, bottom, left) */
 width: 178px;
 float: left;
}

#leftcolumn p { 
font-size: 11px;
color: #ffffff;

}

#leftcolumn a {
	color: #FFFF00;
	font-size: 11px;
	text-decoration:none;
}

#signup { 
 color: #ffffff;
 font-size: 11px;
 margin: 40px 0px 5px 0px; /* (top, right, bottom, left) */
 padding: 10px 0px 10px 0px; /* (top, right, bottom, left) */
 width: 175px;
 border-bottom: solid 1px #B1B4B5;
 border-top: solid 1px #B1B4B5;
}

#address { 
 color: #ffffff;
 font-size: 11px;
 margin: 50px 0px 0px 0px; /* (top, right, bottom, left) */
 padding: 0px 0px 0px 10px; /* (top, right, bottom, left) */
 width: 175px;
}

#address a {
	color: #FFFF00;
	font-size: 11px;
	text-decoration:none;
}

#middle_column { 
 float: left;
 color: #333;
 margin:0px 0px 0px 30px;  /* (top, right, bottom, left) */
 padding:0;
 width: 500px;
}

#middle_colun ul, li {
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 30px;  /* (top, right, bottom, left) */

}

.twocolumn ul {
display:inline
	margin-left: 0px;
	margin-bottom: 1em;
	padding-left: 0px;
	list-style: none;
	font-size:11px;
}

.twocolumn li {
	float: left;
	width: 240px;
	padding: 0px 0px 10px 0px; /* (top, right, bottom, left) */
	margin:0px 10px 0px 0px;  /* (top, right, bottom, left) */
	
}

#rightcolumn { 
 float: right;
 margin:0px;
 padding:0;
 width: 200px;
 border-left: solid 0px #B1B4B5;
}

#rightcolumn ul {
list-style: none;
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 0px;  /* (top, right, bottom, left) */
}

#rightcolumn li {
	padding: 5px 0px 5px 5px; /* (top, right, bottom, left) */
	margin:10px 0px 10px 0px;  /* (top, right, bottom, left) */
	border-top: solid 0px #B1B4B5;
	border-bottom: solid 1px #B1B4B5;
	border-left: solid 1px #B1B4B5;
	
}

#rightcolumn li ul {
	list-style: none;
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 0px;  /* (top, right, bottom, left) */	
}

#rightcolumn li ul li{
	list-style: none;
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
margin:5px 0px 5px 0px;  /* (top, right, bottom, left) */	
	border-top: solid 0px #B1B4B5;
	border-bottom: solid 0px #B1B4B5;
	border-left: solid 0px #B1B4B5;
}

#rightcolumn li a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#rightcolumn li a:hover {
	color:#637E77;
	font-weight:bold;
}

.one {
	
	color:#B11721;
	font-weight: bold;
}


.report {
	color:#006633;
	font-weight: bold;
}

#footer { 
 float: right;
 color: #333;
 margin:0px;
 height:30px;
 width: 745px;
 background: #637E77;
}

#copy {
float:right;
height:15px;
font-size:10px;
color:#FFFFFF;
padding: 0px 0px 0px 0px;  /* (top, right, bottom, left) */
margin: 8px 10px 0px 0px;  /* (top, right, bottom, left) */
}


.clear { clear: both; background: none; }



#logo {
	float:left;
}

#top_banner {
	float:right;
	width:610px;
	padding: 0px 0px 0px 0px;  /* (top, right, bottom, left) */
}

.space {
width:400px;
height:200px;
}

.space2 {
width:400px;
height:150px;
}

.border {
padding: 5px;  /* (top, right, bottom, left) */
border: solid 1px #cccccc;
margin: 1px 10px 10px 0px;  /* (top, right, bottom, left) */
}

/*/////////// CONTENT FORMS USING ORDERED LISTS FORMATTING //////////*/

form fieldset {
	border: solid 1px #637E77;
}

form legend {
	color: #113355;
}

form ol {
	list-style: none;
}

form ol li {
	margin-bottom: 0.8em;
}

form label {
	display: inline-block;
	width: 6em;
}

form label.block {
	display: block;
	width: auto;
}
