body {
     	padding: 0;
		margin: 0;
     	background: #0063AF;
		color: #ffffff;
		background-image: none;
     	font: 0.8em "Trebuchet MS", verdana, arial, "Times New Roman";
	}

#pagecontainer {
		width: 850px;
		margin-left: auto;
		margin-right: auto;
		border: solid 4px #000;
		}
				
#wrapper {
		width: 850px;
		background-color: #FEFDE6;
	   	background-repeat: no-repeat;    
		background-position: bottom;
		background-image: url(../images/footer.jpg);
		padding-bottom: 220px;
		}
		
#printheader { display: none; }	
		
#header {
		width: 850px;
		background-color:#FEFDE6;
		background-repeat: no-repeat;    
		background-position: 0 0;
		background-image: url(../images/header.jpg);
		height: 312px;
		}
		
	
		
#footer {
		width: 850px;
		margin-right: auto;
		margin-left: auto;
		height: 50px;
		}
				
#leftcol {
		margin-top: 10px;
		width: 200px;
		float: left;
		color: #000;
		background: none;
		padding: 10px;
		border-right: 1px solid #9E100E;
		}
		
#rightcol {
margin-top: 10px;
width: 600px;
float: right;
color: #000;
background: none;
padding: 10px;
padding-right: 10px;
}
		
#socialmedia {
	width:180px;
	height:55px;
	float:left;
}

.video {
	width:320px;
	float:right;
	padding:10px;
}

h1 { font-size: 1.5em; color: #9E100E;}
h2 { font-size: 1.2em; }

img{ border: 0px solid #000; float: right; margin: 4px; }

.right {
	float:right;
	font-weight:bold;
	padding:10px;
	
}

a.logo:focus, a.logo:link, a.logo:visited
{
text-decoration: none;
padding: 0px;
}

a.logo:hover
{
text-decoration: none;
padding: 0px;
}

a.blue:focus, a.blue:link, a.blue:visited
{
color: #0063AF;
background: none;
text-decoration: underline;
padding-right: 4px;
padding-left: 4px;
font-weight: bold;
}
a.blue:hover
{
color : #000;
font-weight: bold;
background: #fff;
text-decoration: none;
padding-right: 4px;
padding-left: 4px;
}


a:focus, a:link, a:visited
{
color: #000;
background: none;
text-decoration: none;
padding-right: 4px;
padding-left: 4px;
font-weight: bold;
}
a:hover
{
	color : #000;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
}


a.headinglink:focus, a.headinglink:link, a.headinglink:visited
{
text-decoration: none;
padding: 0px;
width: 350px;
float: right;
height: 30px;
margin-top: 220px;
margin-right: 5px;
background-color: none;
}

a.headinglink:hover
 {
 background-color: none;
 }
 
 
.cssform p{
width: 600px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 0px; 
height: 1%;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: 5px; 
width: 200px; 
}



.cssform textarea{
width: 250px;
height: 150px;
}

.input-box
{
color: #000066;
background: #999;
border: #000 solid 1px
}

.selectbox
{
width: 270px;
color: #000;
}

* html .threepxfix{
margin-left: 3px;
}
