﻿body {
	font: 75%/135% Arial, Helvetica, sans-serif;
	color: #FFEFC7;
	background: #292F2D url('../images/bg.jpg') repeat;
	text-align: left;
}

#pagewidth {
	min-width: 820px;
}
#wrapper {
	min-width: 820px;
}

.clearboth {
	clear: both;
	height: 0;
}
#header {
	width: 99.9%;
	position: relative;
	height: 60px;
	margin-top: -20px !important; margin-top: 0;
	background: #420C0C url(../images/bg-header.jpg) repeat;
}
#header a {
	padding: 10px;
	color: #EBBC29;
}

#header h1 {
	padding: 10px;
	color: #EBBC29;
}

#leftcol {
	min-width: 180px;
	background: #FD9C02 url(../images/bg-Nav.jpg) repeat-x;
}
#Nav a {
	color: Black;
}
#Nav a:hover {
	color: #EBBC29;
	text-decoration: none;
	cursor: pointer;
}
#maincol {
	display: inline;
	position: relative;
	width: 600px;
}
#bodycopy {
	background: #3b3b3b;
	padding: 5px 20px 20px 20px;
	margin: 20px 0 0 10px;
	float: left;
}

#bodycopy2 {
	background: #3b3b3b;
	padding: 5px 20px 20px 20px;
	margin: 20px 0 0 10px;
	float: right;
	width:auto
}

blockquote {
	background: #242424;
	display: block;
	padding: 20px;
	margin: 0 -20px;
}
.box {
	padding: 0 5px 13px 20px;
	margin: 20px;
	background: #242424;
}


ol {
	margin:10px 20px;
	padding:0 10px
}


ul {
	margin:10px 20px;
	padding:0 10px
}

ol {
	color: Black;
}

ul {
	list-style-image:url(../images/bullet.gif)
}
		
		
 /* *** Float containers fix  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



		
		
	/* ~~~~~~~~~ links ~~~~~~~~~ */  	
		
a:link	    			{
	font-weight: bold;
	text-decoration: none;
	color: #EE2B5B;
}
		
a:visited	    			{
	font-weight: bold;
	text-decoration: none;
	color: #EE2B5B;
}
		
a:active	    			{
	font-weight: bold;
	text-decoration: none;
	color: #EE2B5B;
}
a:hover					{
	text-decoration: none;
	color: #EBBC29;
}

/* ~~~~~~~~~ HR's ~~~~~~~~~ */  

div.hr {
	height: 2px;
	border-bottom: 1px solid #666;
	margin: 3px;
}
div.hr hr {
  display: none;
}

/* ~~~~~~~~~ Footer ~~~~~~~~~ */  


#Footer {
	font-size: 12px;
	clear: both;
	font-weight: bold;
	text-align: center;
	width: 99.9%;

}

#Footer #TextLinks {
	color: Black;
	font-weight: bold;
	background: #EBBC29;
	padding: 10px 15px 10px 15px;

}

#Footer #TextLinks a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	padding: 0 .7em;
}

#Footer #TextLinks a:hover {
	color: Maroon;
}

#Footer #Disclaimer {
	color: #ff0000;
	font-weight: normal;
	font-size: 11px;
	background: #581016;
	padding: 2px 15px 2px 15px;
}



/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h5 {
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-family: "Times New Roman", Times, serif;
}
h1
{
	color: #ebbc29;
	font-size: 29px;
	
}
h2 {
	margin-top: 5px;
	font-size: 37px;
	color: Black;
}
h3 {
	margin-top:	5px;
	color: #ff0000;
	font-size: 25px;
}
#leftcol a {
	margin: .3em 1em;
	font-size: 23px;
	padding;
	color: #106181;
}

h4 {
	margin: .3em 1em;
	font-size: 23px;
	padding; 0;
	color: #106181;
}

