﻿h1, p, body, html {
	margin:0;
	padding:0;
	
	color: #4B5C27;
	font-size: 12px;
} 
h1 
{
	font-size:14px;
	text-align:left;
}
body 
{
	text-align:center;
}
p {
	margin:0;
	padding:0;
	/*text-align:justify;*/
	color: #4B5C27;
}
style2 {
	margin:3px;
	padding:3px;
	text-align: center;
	color: #FFFFFF;
}
/*Just visual styles*/ 
body {
	font:12px verdana, sans-serif;
	color:#FFF;
	background-repeat: repeat-x;
	background-color: #FFF;
} 
/*Our full length header. We align the text center so it shows up in the middle. If you prefer you could right or left align it.*/ 
#wrapper {
	width:950px;
	position: static;
	margin-left:auto;
	margin-right:auto;
	
}

#headerbg {
	text-align:left;
	padding:3px;
	position:static;
	margin:0 auto;
	width:948px;
} 
/*Menu*/
#menu {
	position:relative;
	left:0px;
	top:0px;
	margin:0px auto 0px 18px;
	width:150px;
	float: left;
}
/*Center Content*/ 
#container {
	position:relative;
	right: 0px;
	margin:0 auto 0px auto;
	width:720px;
	/*text-align:center;*/
	float: right;
	padding: 0px 10px 0px 0px;
	
} 
/*Full width footer*/ 
#footer 
{
	width: 925px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	text-align:center;
	background-repeat:no-repeat;
	height: 30px;
	background-image: url(images/footer%20bg.png);
} 
/*These are just styles used for the example for the content.*/ 
.center {
	/*width:720px;*/
	/*text-align: center;*/
	margin-left:2px;
	margin-right:0px;
}  

/*If you are going to use floats then you will NEED to clear the footer so it doesn't bunch the content up*/ 
.clear {clear:both;}


.style2
{
    font-size: 12px;
    
}


.style3
{
   text-align: left;
   font-size: 12px;
   
}
.formStyleLeft
{
   text-align: left;
   font-size: x-small;
   color: #4B5C27;
   
}

.formStyleRight
{
   text-align: right;
   font-size: x-small;
   color: #4B5C27;
   
}

