/* master file to control styles for all pages */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-y: scroll;}
.hidden{
	visibility:hidden;}
#content a:link{
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;}
#content a:visited{
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;}
#content a:hover{
	text-decoration: none;
	color: #000;
	font-weight: bold;}
#maincontainer{
	position: relative;
	width:840px;
	margin: 1em auto;
	text-align: left;}
html>/**/body #maincontainer{
	width: 70em;}
	


#header {
	margin-bottom: 1em;
	width: 100%;
	float: left;
	margin: 0.6em;
	min-height: 2em;}
#header img {
	border: 0;}
#nav{
	min-height:1em;
	width: 100%;
	float: left;
	height:1em;
  	height:auto !important;
	padding: 4px;}
#nav ul{
    width: 840px;
	list-style:none;
	margin: 0 auto;
	padding:0;
	text-align:center;}
#nav ul li{
    display: inline;}
#nav ul li a{
	border-left: 0.3em solid #fff;
	border-right: 0.3em solid #fff;
	display:block;
    float: left; 
	text-decoration: none;
    color: #000; 
    padding: 10.5px 11px;
    background: url('../images/bgNav.jpg') repeat-x 0 0;
	width: 9em;	}
#nav ul li a:hover{
     color: #000; 
     background: #FFF url('../images/bgNavHover.jpg') repeat-x 0 0;}
#nav ul li a:visited{
     color: #000; }
#content{
	clear: both;
	text-align: left;
	margin: 1em;
	padding-top:1em;}

#header:after, #nav:after, #content:after, #col2:after, #col1:after, #col3:after, #footer:after{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;}
#content img {
	border: 0;}
#content img.right {
	float:right;
	clear: both;
	margin: .5em 0 .5em .5em;
	padding:0;}
#content img.left {
	float:left;
	clear: both;
	margin: .5em .5em .5em 0;
	padding:0;}
.fullWidth{
	width: 100%;
	margin: 2em 0 0 0;
	clear: both;
	float: left;}
#col1{
    float:left;
    width:36%;
	padding: 0 1em 0 0;}
#col2{
    float:left;
    width:36%;
	padding: 0 1em 0 1em;}
#col3{
    float:left;
    width:22%;
	padding: 0 0 0 1em;
	text-align: right;}

#content #rightCol{
	float: right;
	width: 252px;
	text-align:right;}
  
h1{    color: #999933;
    font-size: 1.2em;
    padding: 0px;
    margin-bottom: 1em;
    background: #fff; 
    font-weight: bold;;}
h2{	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	width: 100%;
	color:#333333;
	margin-top: 1.5em;}
p strong{
    font-weight: bold;}
p{}

#content ul.bulletsRight{
	list-style-type:none;}

#content ul.bulletsRight li{
	background: #FFF url('../images/bullet.gif') no-repeat 100% 0.5em;
	padding-right: 1em;
	height: 1.5em;
	line-height: 1.5em;}
#content ul{
	list-style-type:none;
	margin: 0;}
#content ul li{
	background: #FFF url('../images/bullet.gif') no-repeat 0 0.5em;
	padding-left: 1em;
	height: 1.5em;
	line-height: 1.5em;}













#footer{
	clear:both;
	margin: 0.6em;
	text-align:right;
	min-height:3em;
	height:3em;
	background: #FFF url('../images/bgFooter.jpg') repeat-x 0 0;}
#footer p{
	padding: 3.7em 0.3em 0 0;
	font-size: 90%;}
#footer a:link{
    font-weight: bold;}
#footer a:visited{
   font-weight: bold;}
#footer a:hover{
    font-weight: bold;}