body,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg_page.jpg) top center repeat-y;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09357A;
}  
#wrapper {
	width: 850px;
	margin: 0 auto;
}
-->
#header {
	height: 86px;
	background:url(../images/header.png) top no-repeat;
}
#menu_holder {
	height: 40px; /* 27 + 21*/
	padding: 0px;
	margin: 0px;
	background: url(../images/menu_bar.gif) top no-repeat;
}
#content {
	margin-top: 10px;
	background:url(../images/bg_content.gif) top;
	padding: 15px;
}

#content p{
		line-height: 18px;
		padding: 0px;
	}
#content_btm {
	height: 5px;
	background:url(../images/bg_content_btm.gif) top no-repeat;
}
#footer {
	margin-top:10px;
	text-align: center;
	margin-bottom:10px;
}
/* INDEX */
#holder_1 {
	width: 272px; /* 263 - 20 */
	border-right: solid 1px #e2e2e2;
	float: left;	
}
#holder_2 {
	width: 273px; /* 263 - 20 */
	border-right: solid 1px #e2e2e2;
	float: left;	
}
#holder_3 {
	width: 272px; /* 263 - 20 */
	float: left;
}
	#holder_1 p, #holder_2 p, #holder_3 p {
	font-size: 11px;
	padding: 0px 5px;
	line-height: 15px;
	}
	#holder_1 a, #holder_2 a, #holder_3 a, #holder_1 a:link, #holder_2 a:link, #holder_3 a:link, #holder_1 a:visited, #holder_2 a:visited, #holder_3 a:visited {
	color: #09357A; 
	font-size: 11px;
	padding: 0px 5px;
	line-height: 15px;
	text-decoration: none;
	}
	#holder_1 a:hover, #holder_2 a:hover, #holder_3 a:hover, #holder_1 a:active, #holder_2 a:active, #holder_3 a:active {
	font-size: 11px;
	padding: 0px 5px;
	line-height: 15px;
	text-decoration: underline;
	}
/* CONTENT EXTRAS */
.sep_line {
	background:url(../images/sep_line.gif) top no-repeat;
	width: 800px;
	height: 5px;
	margin: 0 auto;
}
<img src="images/sep_line.gif" width="800" height="1" />
/* FONT */
a:link {
	color: #09357A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09357A;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #09357A;
}
.footer_text, .footer_text a:link, .footer_text a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footer_text a:hover {
	color: #000000;
	text-decoration: underline;
}
.mid_title_index {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left:8px;
}

td.tdHeader {
	background-color: #4F81BD;
	color: #FFFFFF;
}

td.tdOn {
	background-color: #D0D8E8;
}

td.tdOff {
	background-color: #E9EDF4;
}

