html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body, h1, h2, h3, h4, h5, h6, p, a, li, th, td {
	font-family: arial, hevetica, sans-serif;
	font-size: 11px;
	color:#2E2E2E;
	
}
/*
h1, h2, h3, h4, h5, h6, p { margin: 0px 0px 14px 0px; }
h1 { font-size: 12px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
*/
h1 {
	margin: 0px 0px 14px 0px;
	color:#E75201;
	font-size:18px;
	margin-bottom: -12px;
	font:Arial, Helvetica, sans-serif;
}
a:link {
	color:#BDBDBD;
	text-decoration: none;
	font-size:11px;
	
}
a:visited {
	color:#BDBDBD;
	text-decoration: none;
	font-size:11px;
}
a:hover {
	color:#BDBDBD;
	text-decoration: underline;
	font-size:11px;
}
a:active {
	color:#BDBDBD;
	text-decoration: none;
	font-size:11px;
}

<!--->

.topNav a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size:11px;
	
}
.topNav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size:11px;
}
.topNav a:hover {
	color:#0B2354;
	text-decoration: none;
	background-color:#FFFFFF;
	font-size:11px;
}
.topNav a:active {
	color:#0B2354;
	text-decoration: none;
	font-size:11px;
}

.friends a:link {
	color:#0B2354;
	text-decoration:none;
}
.friends a:visited {
	color:#0B2354;
	text-decoration: none;
	font-size:11px;
}
.friends a:hover {
	color:#0B2354;
	text-decoration: underline;
	font-size:11px;
}
.friends a:active {
	color:#0B2354;
	text-decoration: none;
	font-size:11px;
}


#Main {
	display: block;
	width: 767px;
	height: 590px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(../images/site_v3.gif);
	background-repeat:no-repeat;
}

#header{
	position:relative;
	left: 0px;
	top: 0px;
	width: 686px;
	height: 132px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
#menu{
	position:relative;
	left: 240px;
	top: 105px;
	width: 392px;
	height: 30px;
	background-image:url(images/menu_back.gif);
	background-repeat: no-repeat;
}
#menuHolder{
	position:relative;
	left: 0px;
	top: 10px;
	width: 392px;
	height: 30px;
}
#menuList li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;

}

#content{
	position:relative;
	left: 0px;
	top: 0px;
	width: 686px;
	height: 376px;
	background-image:url(images/main.gif);
	background-repeat: no-repeat;
}
#contact{
	position:relative;
	left: 20px;
	top: 40px;
	width: 153px;
	color:#FFFFFF;
}
#address{
	position:relative;
	left: 20px;
	top: 50px;
	width: 153px;
}
#links{
	position:relative;
	left: 20px;
	top: 50px;
	width: 153px;
}
#textArea{
	position:absolute;
	left: 205px;
	top: 8px;
	width: 474px;
	height: 378px;
	background-image:url(images/textArea.gif);
	background-repeat: no-repeat;
}
#iFrameHolder{
	position:absolute;
	left: 33px;
	top: 25px;
	width: 418px;
	height: 276px;
}
#iFrameText{
	width: 393px;
}




.orangeTitle{
	color:#E75201;
	font-size:18px;
}
.medBlue{
	color:#1144AA;
	font-size:11px;
}
.lightBlue{
	color:#3B7AE0;
	font-size:11px;
}
.whiteText{
	color:#FFFFFF;
}