@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
td.darkbackground {
	background-color: #FAEBCE;
}
td.lightbackground {
	background-color: #FCF3E4;
}
td.darkline {
	background-color: #B46767;
}
.headingtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	background-image: none;
}
.headertext
{
	color: #996600;
	font-size: 16px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
/*Start left menu css */
#nav1arrowlistmenu{
width: 150px; /*width of menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#nav1arrowlistmenu ul{


}
#nav1arrowlistmenu li{
padding-bottom: 2px; /*bottom spacing between menu items*/
	padding: 2px 0;
	padding-left: 10px;
}
.nav1 a{
	color:#000;
/ background: url(images/arrowbullet.png) no-repeat center left; /* custom bullet list image*/
display: block;

	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
.nav1 a:visited{
/* color: #A70303; */
}
.nav1 a:hover{
	color: #A70303;
	background-color: #FFEA93;
}
/*End left menu css */
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.BorderBlack {
	border: thin solid #000;
}
