body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/BKG.jpg) repeat-x #d7e9f2;
}	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #ffffff;
	line-height: normal;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #544832;
	line-height: normal;
	font-weight: bold;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #5E5F61;
	line-height: 150%;
}
.mainText-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #36373a;
	line-height: 150%;
}
.mainText-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #9e9e9f;
	line-height: 150%;
}
.mainText-Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #36373a;
	line-height: normal;
	font-weight: bold;
}
.mainText-SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #4e4f51;
	line-height: normal;
	font-weight: bold;
	text-transform:uppercase;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #cccccc;
	line-height: normal;
}
.back_to_topText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9e9e9f;
	line-height: normal;
	font-style:none;
}
.back_to_topText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #36373a;
	line-height: normal;
	font-style:none;
}
.list {
	list-style-image:url(../images/BULLET.gif);
}
.form {
	font-family:Times New Roman, Times, serif;
	font-size: 10pt;
	color: #666666;
	width:200px;
	height:850px;
	overflow:hidden;
	overflow:auto;
	text-align:left; 	
	border:2px;
	border-color:#666666; 
	padding-left:10px; 	
	padding-right:10px; 	
	margin:0px; 
	margin-top:0;
}
.float_lt01 {
	display:block;
	float: left;
	margin: 0px 10px 7px 0px;
	border: 5px solid #E5E5E5;
}
.border {
	border: 5px solid #E5E5E5;
}

.float_rt01 {
	display:block;
	float: right;
	margin: 10px 0px 10px 10px;
	border: 5px solid #E5E5E5;
}

.float_rt01_contact {
	display:block;
	float: right;
	margin: 0px 0px 10px 10px;
	border: 5px solid #E5E5E5;
}

/*****************  Dropdowns ***************/
/* reference: Son of Suckerfish Drop Down
   http://www.htmldog.com/articles/suckerfish/dropdowns/
 */
 
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 13px;
	}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	width: 185px;
	position: absolute;
	left: -999em;
	border: 0px;
	border-bottom: 0px;
	display: block;	
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 13px;	
	text-decoration: none;	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-top: 0px;
}

#nav li ul a {
	display: block;
	line-height: 13px;
	margin: 0;	
	padding: 6px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	text-decoration: none;	
}

#nav li ul li {
	width: 185px;	
	margin-left: 0px;
}
#nav li:hover ul {
	left: auto;
}

.selection a {
	color: #36373a;
	background-color:#9e9e9f;
}
.selection a:hover {
	color: #36373a;
	background-color: #c0c0c0;
}

.selection a img{
	display:block;
}
.selection a:hover img{
	display:block;
}

.selection:active {
	color: gray;
}
.selection {
	width: 185px;
}