/* generated by csscreator.com */ 
html, body{ 
	 margin:0; 
	 padding:0; 
	 font-family: Arial, Helvetica, sans-serif;
 
 } 
h1{
	  color:#BA341B;
	  font-size:1em;
	  font-weight: bold;
}

h2{
	  color:#BA341B;
	  font-size: .9em;
	  font-weight: bold;
}

h3{
	  color:#BA341B;
	  font-size:.8em;
	  font-weight: bold;
}

p, li, address {
	 font-size: .9em;
	line-height: 1.5em;
} 
 
img {
	background-color:#FFF;
	/*border: 1px solid #000;*/
	padding: 3px;
}

:link { 
	color:#BA341B;  	
	text-decoration:none;
	border-bottom: dotted 1px #BA341B; 
}
:visited { 
	color:#cc6666; 
	text-decoration:none;
	border-bottom: dotted 1px #BA341B; 
	 }
:link:hover, :link:hover:visited { 
	color:#990000; 
	text-decoration:none;
	border-bottom: dotted 1px #BA341B; 
}
 
#pagewidth{ 
	margin: 1em;
	width:980px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
 
#header{
	position:relative;
	background-color:#FFF;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:100%;
	text-align: center;
	padding: 188px 0 0 0;
} 

#navbar{
	margin: 0px;
	border-width:0px;
	text-align:center;
	padding-top:2px;
 } 
 
#twocols{
	 margin:0;
 }
 
#maincol{
	background-color: #FFF;  
	float:left;
	display:inline; 
	position: relative; 
	width:65%; 
	margin: .3em 0 0 0;
	padding: 0 0 1em 0;
	text-align:left;
 }
 
 #rightcol{
	float:right;
	width:30%;
	padding: 1em 0 0 0;
	margin: 0 2px 1em 1em;
 
 }
 
 #sidebar{
	padding: 0;
	margin: 0;
}

#footer{
	padding:1.5em 0 0 0;
	background-color:#FFF; 
	clear:both;
	display:none;
	/*display:block;*/
	float:left;
 } 
 
#breadcrumbs{
	color:#BA341B;
	font-size:.75em;
	margin-bottom: 1em;
	margin-top:.1em;
 }
 
 
 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
 
 .image-left{
	float:left;
	margin-right: 1em;
 }
 
 .image-center{
	display: block;
	margin-left: auto;
	margin-right: auto; 
 }
 
.image-right{
	float:right;
	margin-left: 1em;
 }

div.pict-capt-left {
	float: left;
  }
  
div.pict-capt-left p {
	text-align: center;
	margin-top: -.2em;
   }

div.pict-capt-right {
	float: right;
  }
  
div.pict-capt-right p {
	text-align: center;
	margin-top: -.2em;
   }
 
 div.pict-capt-center {
	text-align: center;
  }
  
div.pict-capt-center p {
	margin-top: -.2em;
   }   

.darkred{
	color: #BA341B;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;}
	/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
