#hl {
	background-image: url(siteImages/headL.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 245px;
}
#hr {
	background-image: url(siteImages/headR.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 245px;
}
#dotsH {
	background-image: url(siteImages/dot.gif);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;

}

#dotsV {
	background-image: url(siteImages/dot.gif);
	background-repeat: repeat-y;
	height: 100%;
	background-position: center center;
	padding-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}
a:active {
	color: #00b8ff;
	text-decoration: underline;
	
}
a:visited {
	color: #00b8ff;
	text-decoration: none;
}
a:link {
	color: #00b8ff;
	text-decoration: none;
}

a:hover {
	color: #00b8ff;
	text-decoration: underline;
}

a.sgray:active {
	color:#333333;
	font-weight:bold;
	text-decoration: underline;
	font-size: 9px;
	
}
a.sgray:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
 	font-size: 9px;
}
a.sgray:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	font-size: 9px;
}

a.sgray:hover {
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
	font-size: 9px;
}

a.toplinks:active {
	color: #a3a60f;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	
}
a.toplinks:visited {
	color: #a3a60f;
	font-weight:bold;
	text-decoration: none;
 	font-size: 11px;
}
a.toplinks:link {
	color: #a3a60f;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}

a.toplinks:hover {
	color: #4e0a00;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
.small{
 font-size: 9px;
}

.small_b{
 font-size: 9px;
 font-weight:bold;
}

.small2{
 font-size: 9px;
 color:#999999;
}

#hlogo {
	background-image: url(siteImages/headLogo.gif);
	background-position: center top;
	height: 142px;
	width: 490px;
	background-repeat: no-repeat;
	
}
#container {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	line-height: 16px;
	/* background-color:#ECEDD5; */
}

body {
	text-align:center;
	padding:0px;
	margin: 0px;
	height:100%;
}
.boldH1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.smGreen {
	font-size: 9px;
	color: #A3A60F;
}