@charset "utf-8";

/* Main Page Styles */
body {
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000 }
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; } /* this overrides the text-align: center on the body element. */
#mainContent { 
	padding: 0; }

/* Banner Section Styles */
#bannersection { 
	width: 780px;
	background: #ffffff;
	color: #000000;
	border: 0px;
	margin-top: 0px; }
#bannersection h1 {
	font-size: 1px;
	margin-left: -1000px }

/* Main Menu Section Styles */
#mainmenusection { 
	position: relative;
	width: 780px;
	height: 27px;
	border: 0px;
	margin: 0;
	padding: 0;
	background-color: #ffffff; }
#tabs ul { position:absolute; left:auto; top: 5px; z-index: 1; margin: 0 5px 0 20px; padding: 5px 0 5px 0; display: inline; font-size: 12px; font-weight: bold; } 	
#tabs ul li { margin: 0 2px 0 0px; list-style: none; display: inline; }
#tabs ul span {	background: #eeeeee; margin: 0; padding: 4px 10px 2px; border: 1px solid #aaaaaa; }
#tabs ul span.here { background: #fdfbff; border-bottom: 2px solid #fdfbff; } /* color must match tab background */
#tabs ul a { color: #000000; text-decoration: none; }
#tabs ul a:hover { color: #cc0000; text-decoration: none; }

/* Main Contents Section Styles */
#maincontentssection { 
	width: 780px;	
	background-color: #fdfbff;
	border: 1px solid #aaaaaa;
	margin: 0 0 10px 0; }
#maincontentssection h1 { 
	font: 24px bold Arial, Helvetica, sans-serif;
	color: #000000 }

/* Contents Section Column Styles */
.mainleftcolumn { 
	width: 200px; 
	background: #fdfbff;
	text-align: left;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 10px 0px 20px 0px }
.mainrightcolumn { 
	width: 580px;
	background: #fdfbff;
	color: #666666;	
	text-align: left;
	vertical-align: center;
	border: 0px;
	margin: 0px;
	padding: 10px 0px 20px 0px }
	
/* Contents Section Text Styles */
h2 { text-align: center;			/* Heading for top of Left Column Section - Page Title */
	color: #6d6f71;
	margin: 10px 0px 10px 0px;
	font: 24px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px }
h3 { text-align: center;			/* Heading for top of Right Column Section */
	color: #9e8748;
	margin: 10px 0px 10px 0px;
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px }
h4 { text-align: left;				/* Sub-headings for Right Column Section */
	color: #9e8748;
	margin: 0px 20px 10px 20px;
	font: 14px bold Verdana, Arial, Helvetica, sans-serif; }
.ican { 							/* ICAN accredited section styles */
	text-align: left;
	color: #666666;	
	font: normal 12px verdana, arial, helvetica, sans-serif;	
	line-height: 18px;
	margin: 0px 20px 10px 20px }								
.introtext { 								
	text-align: justify;	
	color: #666666;	
	font: bold 12px verdana, arial, helvetica, sans-serif;	
	line-height: 18px;
	margin: 0px 20px 10px 20px }					
.regulartext { 							
	text-align: justify;
	color: #666666;	
	font: normal 12px verdana, arial, helvetica, sans-serif;	
	line-height: 18px;
	margin: 0px 20px 20px 20px }
blockquote { 							
	text-align: justify;
	color: #666666;	
	font: normal 12px verdana, arial, helvetica, sans-serif;	
	line-height: 18px;
	margin: 0px 20px 20px 20px }
.regularlist {
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
	color: #666666;	
	font: normal 12px verdana, arial, helvetica, sans-serif;	
	line-height: 18px;
	margin: 0px 20px 20px 30px }
	
/* General Link Styles */
a:link { color: #9e8748; text-decoration: underline }	
a:visited { color:#9e8748; text-decoration: underline }	
a:hover { color: #cc0000; text-decoration: underline }

/* BOP Menu Section Styles */
#bopmenusection { 
	width: 100%;
	border: 0;
	margin: 0 0 10px 0;
	text-align: center; }	
.bopnav, .bopcurrent {
	background: transparent;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 10px 0px 10px}
a.bopnav:link { color: #000000; text-decoration: none }		
a.bopnav:visited { color: #000000; text-decoration: none }		
a.bopnav:hover { color: #990000; text-decoration: none }		
.bopcurrent { color: #990000; text-decoration: none }				
	
/* Footer Section Styles */
#footersection { 
	width: 100%;
	border: 0;
	text-align: center; }
#copyright { 
	color: #aaaaaa;
	font-size: 10px;
	border: 0;
	margin: 0;
	padding: 5px 0px 20px 0px }
#copyright a:link { color: #aaaaaa; text-decoration: underline }	
#copyright a:visited { color: #aaaaaa; text-decoration: underline }		
#copyright a:hover { color: #990000; text-decoration: underline  }		

.contactformbox {
border:1px solid #9e8748;
}