body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #ced8d7;
}
.contentholder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_content_sub.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #286EAA;
	text-decoration: none;
}
a:visited {
	color: #286EAA;
	text-decoration: none;
}
a:hover {
	color: #746F3D;
	text-decoration: underline;
}
a:active {
	color: #286EAA;
	text-decoration: none;
}
a.menutxt:link, a.menutxt:active, a.menutxt:visited {
	color: #214295;
	text-decoration: none;
	width: 115px;
	background-image: url(../images/arrow_menu.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 10px;
}
a.menutxt:hover{
	color: #C04D0C;
	text-decoration: none;
	background-image: url(../images/arrow_menu_on.gif);
}
ul {
	list-style-image: url(../images/bullet.gif);
}
li {
	margin-top: 10px;
}	
.menudivider {
	background-image: url(../images/menu_divider.gif);
	width: 18px;
}
.footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 720px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}
.vertline {
	background-image: url(../images/vert_line.gif);
	background-repeat: repeat-y;
	width: 60px;
}
.hd1 {
	font-size: 13px;
	color: #C3510A;
	font-weight: bold;
	line-height: 20px;
}
.hd2 {
	font-size: 11px;
	color: #C3510A;
	font-weight: bold;
	line-height: 16px;
}
.required {
	font-weight: bold;
	color: #C3510A;
}
