html, body{
	margin:0;
	padding:0;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	background-image: url(images/test_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
} 
 
#pagewidth{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(images/center_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
 
#header{
	position:relative;
	height:165px;
	width:1000px;
} 
 
#twocols{
	width:70%;
	float:right;
	position:relative;
	margin-top: 20px;
	list-style-image: url(images/blue-arrow.png);
  }
 
#rightcol{
	width:25%;
	float:left;
	position:relative;
	margin-left: 10px;
 }
 
#maincol{
	float: left;
	position: relative;
	width:65%;
	margin-top: 10px;
	padding: 20px;
 }
 
#leftcol{
	width:30%;
	float:left;
	position:relative;
	margin-top: 20px;
 }
 
#footer{
	height:100px;
	clear:both;
 } 
 
 #menuholder {
	width: 980px;
	height: 30px;
	margin-left: 9px;
}
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: list-item;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{
	width:100%;
	float:none;
}
}
.contact {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchtitle {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
a:link {
	color: #333333;
	padding-left: 10px;
}
a:visited {
	color: #01A2D8;
	padding-left: 10px;
}
a:hover {
	color: #01A2D8;
	padding-left: 10px;
}
a:active {
	color: #01A2D8;
	padding-left: 10px;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: #017AA3;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}
h2 {
	font-size: small;
	color: #279E9E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #279E9E;
	font-family: "Lucida Sans";
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;

}

.footerlinks {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	font-family: Cambria, serif;
font-size: 13px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
}
.contentBox {
	font-family: Cambria, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	background-color: #FFFF99;
}

.yellow {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF66;
}
.address {
	font-weight: normal;
	padding: 5px;
	color: #00A2D9;
	margin-top: 95px;
}
.legend {
	font-size: x-small;
	font-family: "Lucida Sans";
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F3F3F3;
}

