@charset "utf-8";
/* CSS Document */
/* THREE COLUMN HYBRID, HEADER AND FOOTER */

body {background-color: #7f292c;}
	 
.thrColHybHdr {width:expression(document.body.clientWidth < 782? "780px" : 
			   document.body.clientWidth > 1262? "1260px" : "auto");
			   margin: 0px 0px 20px 0px;}

.thrColHybHdr #container {margin: auto;
						  margin-top: 20px;
						  background: #f6f9f9;
						  border: 1px solid #000000;
						  width: 900px;}
						  	 
.thrColHybHdr #mainContent {font-family: Arial, Helvetica, sans-serif;
							margin: 0px 5px 0px 167px; 
							color: #000000;
							background: #f6f9f9;							
							border: none;
							font-size: 14px;
							padding: 3px;
							padding-top: 25px}
						   
.thrColHybHdr #container p {font-family: Arial, Helvetica, sans-serif;
							font-size: 14px;
						    width: 100%;
						  	background: #f6f9f9;
							color: #000000;
							text-align: left;}						
							  
.thrColHybHdr #header {text-align: center;
					   margin: 0px  0px 0px 0px;
					   border-bottom: 2px solid #000000;}
						  
.thrColHybHdr #nav {float: left; 
	                width: 150px;
					padding: 20px 0px 0px 5px;
					margin-top: 35px;
					font-size: 16px;
					font-weight: bold;
					color: #d58208;}
					
.thrColHybHdr #nav a {color: #7f292c;
				      font-size: 16px;
				      text-decoration: none;
					  font-weight: normal;}
					  
.thrColHybHdr #nav a:hover {color: #d58208;
					        font-size: 16px;
				            text-decoration: underline;
							font-weight: 500;}
					
.thrColHybHdr #footer {font-family: Arial, Helvetica, sans-serif;
					   color: #000000;
					   font-size: 11px;
					   text-align: center;
			           width: auto;	
					   border-top: thin solid #000000;
					   margin-right: auto;
	                   margin-left: auto;
					   padding-bottom: 7px;
					   padding-top: 7px;}				  

.thrColHybHdr a {color: #6c002b;
				 font-size: 15px;
				 text-decoration: none;
				 font-weight: normal;}
				
.thrColHybHdr a:hover {color: #6c002b;
					   font-size: 15px;
				       text-decoration: underline;
					   font-weight: normal;}
					   					   	
.fltrt {float: right;
	    margin: 8px 5px 5px 5px;}
	   
.fltlft {float: left;
	     margin: 8px 8px 5px 5px;}

.clearfloat {clear:both;
    		 height:0;
    		 font-size: 1px;
    		 line-height: 0px;}
			 
.img {border: none;}
	  	 
h2{color: #476074;}

h3{color: #476074;}

.title {font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		margin-top: 5px;}	
		
hr {color: #425B6F;}

.col1 {font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   text-align: center;
	   width: auto;
	   float: left;
	   margin: 0px 15px 0px 25px;}

.col2 {font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   text-align: left;
	   width: 190px;
	   float: right;
	   margin: 0px 10px 0px 0px;}
	   
.style1 {color: #000000;
		 font-size: 15px;
		 width: 175px;
		 float: left;
		 text-decoration: underline;}
	   
.style2 {color: #6c002b;
		 font-size: 12px;
		 width: 87px;
		 float: left;}
	   
.quotes	{font-style: italic;}

.subtitle {font-weight: bold;}

.subtitle1 {text-align: center;}  