body {   
	background-color: #000000;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF0000;
}

td.right {
    text-align:right;
}

td.star {
    text-align:left;
    color:#BF0000
}

h1 {
	margin:2px 0 0 0;
	font-size: 16px;
	font-weight:bold;
	color: #BF0000;
	background-color:transparent;
	width:100%;
}
h2 {
	font-size: 16px;
}

ul {
	list-style-type: none;
	margin: 12px 5px 5px 2px;
	padding: 0 0 0 10px;
}
li a {
	font-size: 14px;
}

.mainbody {
	width:882px;
	background-color:#333333;


}

.banner {
	width:100%;
	height: 167px;
	/*background: #ffffff;*/
}

/*.bannerimage {
	height:104px;
}*/

.menuBar {
	background-color:#000000;
	background-repeat:repeat-x;
	width:100%;
	height:33px;
}
.container {
	width:205px;
	background:url(images/holsinger/menuBack.gif);
	background-repeat:repeat-y;
}
.leftcolumn {
	width:173px;
	/*position:relative;*/
	float:left;
	margin:0px;
	background:url(images/holsinger/menuBack.gif);
	/*background-color:#ffffff;*/
	/*background-repeat:repeat-y;*/
}

.rightcolumn {
	width:661px;
	float:right;
	background-color:#333333;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	color:#FFFFFF;
}

.nav2 {
	width:175px;
	height:20px;
	border-left:thin solid #CCCCCC;
	border-top:thin solid #CCCCCC;
	padding-left:20px;
	padding-top:7px
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF0000;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #0099FF;
}

.footer {
	width:872px;
	height:30px;
	text-align:right;
	border-top:thin solid #CCCCCC;
	background:url(images/holsinger/bannerbg_02.gif);
	float:left;
	padding-top:10px;
	padding-right: 10px;
	color:#FFFFFF;
}

/*---------------------------ADMIN STYLES--------------------------*/
.div_admin_controls,
.div_admin_controls a {
	background-color: #336A89;
	color: #FFFFFF;
	font-family: Arial;
}
.admin_add_link {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 3px;	
	text-align: left;
}
.admin_add_link a {
	color: #0000EE;
	text-decoration: none;
	font-family: Arial;
}

/*---------------------END ADMIN STYLES-----------------*/