/* Page and file design by Steve Breitborde Consulting
   All rights reserved. Copyright Steve Breitborde 2009
*/
		
#mainbody {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	background: #666c71;
}

#header {
	width: 717px;
	margin: 0 auto;
	min-height: 200px;
	background: url(images/op_bkgrnd.jpg) no-repeat;
}

#content h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #3e849d;
}

#content ul{
font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272425;
}

#content li{
font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272425;
}


#page_title {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #3e849d;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272425;
}

#page_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272425;
}

#content {
	background: #CBEAFF;
	padding-left: 125px;
	padding-right: 125px;
}

#spacer {
/*	min-height: 80px; */
	padding-bottom: 80px;
}

#footercontent {
	width: 717px;
	margin: 0 auto;
	background: #CBEAFF;
}

#footer {
	width: 717px;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: #5a5b5c;	
}