html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2D182;
} 
h1 {
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #2E4E7F;
	padding-bottom: 5px;
}
h2 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #8A5C3A;
	padding-bottom: 5px;
}
h3 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #744C28;
	color: #333333;
	padding-bottom: 5px;
}
h4 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #744C28;
	color: #333333;
	background-color: #FABC2B;
	padding: 5px;
}


.phone {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}
.content {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;




Close ; 				text-align: justify;
}
.sidebar {
	font-family: Cambria, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.bulletText {
	font-family: Cambria, serif;
	font-size: 13.5px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #004080;
}

a:link {
	color: #895612;
}
a:visited {
	color: #895612;
}
a:hover {
	color: #528ECD;
}




 
#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: thick solid #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	list-style-image: url(images/bullet.png);
	list-style-type: square;
} 
 
#header{
	position:relative;
	height:232px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	z-index: 1;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width: 600px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-bottom: 35px;
	z-index: 0;
 }
 
#footer{
	height:auto;
	clear:both;
 } 
 

 
 /* *** Float containers fix *** */ 
.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{
	width: auto;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: auto;
	padding-right: 15px;
} 
#twocols, #maincol{
	width:100%;
	float:none;
}
