

@charset "utf-8";
body  {
	font: 75% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222;
}

html { overflow: -moz-scrollbars-vertical !important; }

td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #33CC66;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #339966;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* PAGE LAYOUT */
#container
{
	margin: 15px auto;
}
#home {
	/*width: 151px;*/
}
#menu1 { 
	/*width: 429px;*/
}
#menu1 ul, #home ul {
	margin: 0;
	padding: 0;
	height: 22px;
	list-style: none;
}
#home li {
	padding: 4px 0 4px 0;
	margin: 0;
	display: inline;
	float: left;
}
#menu1 li {
	/*padding: 4px 17px 4px 17px;*/
	padding: 4px 10px;
	margin: 0;
	display: inline;
	float: left;
}
#menu1 a, #home a {
	text-decoration: none;
	font-size: 12px;
}
#menu1 a:hover, #home a:hover {
	color: #000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* TYPOGRAPHY */

.font_header_links {
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
}
.font_main_header {
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
.font_main_body {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.font_main_fine {
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
}
.font_main_header_links {
	line-height: 2.7em;
	font-size: 1.4em;
	font-weight: bold;
}
.font_footer_links {
	line-height: 1.8em;
	font-size: 1.0em;
	font-weight: normal;
}
.font_footer {
	color: #666;
	line-height: 4.0em;
	font-size: 1.0em;
	font-weight: normal;
}


/* VARIOUS */

ul {
    margin-top: .4em;
	margin-bottom: .2em;
}

.table_main_mid {
	background-image: url(images/main_background_mid.gif);
	padding: 15px;
}
.table_main_top {
	background-image: url(images/main_background_top.gif);
	padding: 15px;
	border-bottom: 1px solid #dedede;
}
.table_main_top2 {
	background-image: url(images/main_background_top.gif);
	padding: 15px 15px 10px 15px;
}
.table_main_bottom {
	padding: 0px;
	height: 5px;
}

.table_main_home_top {
	padding: 0px;
}
.table_main_home_mid {
	background-image: url(images/main_background_mid.gif);
	padding: 10px;
}

.searchbox {
	width: 84px;
	height: 18px;
	background: none;
	color: #000;
	border: none;
	margin: 0;
}
#searchbutton{
	width: 53px;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0;
}
#search {
	height: 30px;
	width: 170px;
	margin: 0;
	padding: 0;
}
.style2 {
	font-size: 14px;
}
.linepad {
	padding: 6px 0px 6px 0px;
}
.form_head {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #016D53;
}
.photo-pad-right {
	margin-left:15px; 
	margin-bottom:15px;
}
.photo-pad-left {
	margin-right:15px; 
	margin-bottom:15px;
}

/* IMAGES */

img {
	border: 0px;
}

.sidebar_logo {
	height: 120px;
	width: 200px;
	border: 0px;
}

.main_logo {
	height: 190px;
	width: 570px;
	border: 0px;
	margin-bottom: 10px;
}
.main_logo_large {
	height: 250px;
	width: 570px;
	border: 0px;
	margin-bottom: 10px;
}
.main_logo_small {
	height: 60px;
	width: 200px;
	border: 0px;
}
.sponsor_logo {
	width: 146px;
	text-align: right;
	padding: 0px 10px 20px 0px;
}
.sponsor_text {
	width: 391px;
	text-align: left;
	padding: 0px 10px 20px 0px;
}
.row_padding  {
	text-align: left;
	padding: 0px 10px 20px 0px;
}

/* LINKS */

.twoColFixRtHdr #header A:link {
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #header A:visited {
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #header A:active {
	text-decoration: underline;
	color: #00ac80;
}
.twoColFixRtHdr #header A:hover {
	text-decoration: underline; 
	color: #00ac80;
}


.twoColFixRtHdr #footer A:link {
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #footer A:visited {
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #footer A:active {
	text-decoration: underline;
	color: #00ac80;
}
.twoColFixRtHdr #footer A:hover {
	text-decoration: underline; 
	color: #00ac80;
}


.twoColFixRtHdr #mainContent A:link {
	text-decoration: none;
	color: #00ac80;
}
.twoColFixRtHdr #mainContent A:visited {
	text-decoration: none;
	color: #00ac80;
}
.twoColFixRtHdr #mainContent A:active {
	text-decoration: underline;
	color: #00ac80;
}
.twoColFixRtHdr #mainContent A:hover {
	text-decoration: underline; 
	color: #00ac80;
}
