body {
	margin-left: 0px;
	margin-top: 0px;
}
.navtab {
	background-image: url(images/navtab_08.jpg);
	background-repeat: no-repeat;
}
.navtabactive {
	background-image: url(images/navtab_active_07.jpg);
	background-repeat: no-repeat;
}
.shadowrt {
	background-image: url(images/shadowrt_repeat_30.jpg);
	background-repeat: repeat-y;
}
.bodytop {
	background-image: url(images/body_top_26.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.workbodytop {
	background-image: url(images/work_top_25.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bodybottom {
	background-image: url(images/body_bottom_29.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftcolmid {
	background-image: url(images/left_column_03.gif);
	background-repeat: repeat-y;
}
p,.bodytext, a.bodytext:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	line-height: 16px;
	font-weight: normal;
}

a.bodytext:hover, .redtext {
	color: #990000;
}
.bigred, h1, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}
.signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.headerbg {
	background-image: url(images/header_welcome_25.jpg);
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-bottom: 25px;
}
.headergrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4E4B4B;
	letter-spacing: -.05em;
}
.headerred {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #831420;
	letter-spacing: -.05em;
}
/* drop down menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font: normal 12px Comic Sans MS, Arial, Helvetica, sans-serif;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
background-color: #ffffff;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
color: #990000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d9d9d9;
color: #616161;
}

/* end drop menu */