<!--
/* General Sections */
a {color:#800000;text-decoration: none;}
a:hover {color:#CC0000;text-decoration: underline;}


body {
	margin:0px;
	background: url(img/main-back.gif) repeat-x top #7a7a7a;
	background-color: #7a7a7a;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color:#000000;
	}
/* Main sections */
#banner {
	height:89px;
	width:819px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;	
	}
#banner_boards {
	height:96px;
	width:819px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;	
	}	
#container {
    width: 819px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}
#container_3col {
	width:819px;
	margin-right:auto;
	margin-left:auto;
	background: url(/img/backg_content_main_3col.gif) repeat-y;	
	}
#footer {
	/*background: url(/img/backg_footer.gif) no-repeat;*/
	background-color:#FFFFFF;
	height:32px;
	width:819px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:3px;
	}
#footer_text {
	height:24px;
	background-color:#FFFFFF;
	padding-top:7px;
 	}

/* Content */
#toolbar {
	background: url(/img/backg_toolbar.gif) repeat-x;	
	height:20px;
	float:left;
	}
#search {
	float: right;
	width: 168px;
	text-align: left;
	background: url(/img/backg_toolbar.gif) repeat-x;
	height:18px;
	padding-left:5px;
	padding-top:2px;
	}
#toolbar_container {
	height:20px;
}
#contentleft {
	width:145px;
	float:left;
	line-height:30px;
	padding-left:5px;
	padding-top:5px;
	background-color:#FFFFFF;
	}
#contentcenter_home {
	width:634px;
	float:left;
	padding:5px;
	}
#contentcenter {
	width:484px;
	float:left;
	padding:5px;
	}
#contentright {
	width:175px;
	float:left;
	}

/* Menu */
ul#main_menu_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#main_menu {
	width: 175px;
	border-style: none;
	border-color: #000000;
	border-width: 0px;
	font-weight:bold;
	font-size: 8pt;
	}
#main_menu li a {
	color: #FFFFFF;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	padding: 10px 0 0 16px;
	display: block;
	}
#main_menu li a:link, #main_menu li a:visited {
	
	
	background: url('img/menu_backg.gif') ;
	
	}
#main_menu li a:hover {
	
	background: url('img/menu_backg.gif') 0 -32px;
	
	}
#main_menu li a:active {
	
	background: url('img/menu_backg.gif') 0 -64px;
	
	}

/*General Formatting */
.textbox_search {
	background-color:#FFFFFF;
	border: 1px solid #617B8C;
	font-size:12px;
	font: 12px/1.4em Arial,Helvetica,sans-serif;
	height:12px;
	vertical-align:top;
	}
.button_search {
	background-color:#fbebcb;
	font-size: 11px;
	border: 1px solid #617B8C;
	color:#627b98;
	height:17px;
	width:45px;
	}
.textbox {
	background-color:#FFFFFF;
	border: 1px solid #617B8C outset; font-size:15px;
	font: 12px/1.4em Arial,Helvetica,sans-serif;
	}
.button {
	background-color:#5f6a76;
	font-size: 15px; border: 1px solid #617B8C;
	color:#FFFFFF;
	}
ul#home_page {
	list-style:disc;
	margin: 0;
	padding: 0;
	margin-left:18px;
	}
.title_section_cl {
	background: url(/img/backg_fade_section.gif) no-repeat;
	height:17px;
	padding-left:5px;
	margin-top:9px;
	margin-bottom:9px;
	}
.text_padding_10 {
	padding:10px;
	}
.text_padding_7 {
	padding:7px;
	}
.alight_right {
	text-align:right;
	}
.align_left {
	text-align:left;
	}
.align_justify {
	text-align:justify;
	}
.menu_left {
	padding-top:5px;
	padding-bottom:5px;
	}
.main_title {
	font-size:150%;
	color:#585858;
	font-weight:bold;
	}
.altmain_title {
	font-size:140%;
	color:#585858;
	font-weight:bold;
	text-decoration:underline;
	}
.sub_title {
	font-size:120%;
	color:#585858;
	font-weight:bold;
	}
.mainHeader
{
    color: #2c3f53;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2c3f53;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #2c3f53;
}
.mainHeader td
{
    text-align: left;
    vertical-align: middle;
    height: 20px;
    padding: 5px;
    text-indent: 25px;
    
}

.mainContent
{
    margin: 5px;
    padding: 20px;
}
-->