body{
	margin:0;
	padding:0;
	border:0;
	background-color:#FFFFFF;
}

a {text-decoration: underline}
a:hover{text-decoration: underline; color:red;}
body, td {  color: #005024; font-family: Arial, Helvetica, sans-serif;}
#top_banner,#footer{ font-size:12px;}

/* ------------------------------------------------ New Home Page Styles ------------------------------------------------ */

/* -------------------- HOME PAGE DESIGN -------------------- */
#content_container{
	height:750px;
}

#main_nav{
}

#main_nav tr{
	vertical-align:top;
}

#bottom_col{
	height:150px;
}

#center_col{
	height:745px;
	margin-top:3px;
}

/* --- CENTER COLUMN ---*/

table#center_col tr{
	vertical-align:top;
	width:377px;
}

table#center_col td{
	padding-left:15px;
	padding-right:15px;
}

td#c_top_row{
	background-image:url(images_home/lrg_top.jpg);
	background-repeat:no-repeat;
	width:377px;
	height:16px;

}

td#c_center_row{
	background-image:url(images_home/lrg_center.jpg);
	background-repeat:repeat-y;
}


td#c_bottom_row{
	background-image:url(images_home/lrg_bottom.jpg);
	background-repeat:no-repeat;
	height:95px;
}

/* --- RIGHT COLUMN ---*/
table#right_col{
	height:745px;
	margin-top:3px;
}

table#right_col h1{
	padding-top:10px;
}

table#right_col tr{
	vertical-align:top;
}

table#right_col td{
	padding-left:6px;
	padding-right:6px;
}

#r_top_row{
	background-image:url(images_home/small_top.jpg);
	background-repeat:no-repeat;
	height:18px;
}

#r_center_row{
	background-image:url(images_home/small_center.jpg);
	background-repeat:repeat-y;
}

#r_center_gray_row{
	background-image:url(images_home/gray_center.jpg);
	background-repeat:repeat-y;
}

#r_bottom_row{
	background-image:url(images_home/gray_bottom.jpg);
	background-repeat:no-repeat;
	height:11px;
}

/* ---------- CONTENT ---------- */

table#center_col,table#right_col,table#right_col table{
	text-align:justify;
	font-size:11px;
}

table#center_col a,table#right_col a,table#right_col table a{
	color:black;
}

table#center_col a:hover,table#right_col a:hover,table#right_col table a:hover{
	color:black;
	text-decoration:none;
}

h1{
	font-size:12px;
	font-weight:bold;
}