/* CSS Document */


body {
	background-color: #000000;
	}

body, p, td, ul, ol, li {
	font-family: georgia;
	font-size: 12px;
	color: #373634;
	}
	
/* Header Styles */
td.company_logo {
	background-image: url(images/ty_stockton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 280px;
	}
	
td.header_img1 {
	background-image: url(images/header_img1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 81px;
	}
	
td.header_img2 {
	background-image: url(images/header_img2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 124px;
	}
	
td.header_img3 {
	background-image: url(images/header_img3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 90px;
	}
	
td.header_img4 {
	background-image: url(images/header_img4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 212px;
	}

/* Top Nav Styles */
td.sep_top {
	background-image: url(images/sep_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	}
	
td.top_nav_button {
	
	}

td.top_nav {
	background-color: #4C6B3F;
	height: 32px;
	}
	
td.top_nav_spacer {
	width: 30px;
	}
	
td.top_nav_sep {
	height: 1px;
	background-color: #FFFFFF;
	}
	
/* Main Content */
.page_heading {
	color: #5A4810;
	font-size: 15px;
	}

td.column_left {
	background-image: url(images/column_left2.jpg);
	}
	
table.main_content {
	background-color: #FFFFFF;
	}

td.main_content {
	vertical-align: top;
	padding: 10px;
	width: 636px;
	}
	
/* Footer Styles */
td.sep_bottom {
	background-image: url(images/sep_bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	}
	
td.footer {
	background-color: #4C6B3F;
	color: #DDDCDA;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	height: 31px;
	}
A.radiolinks {
  color: #4C6B3F;
  text-decoration: none;
}

A.radiolinks:hover {
  color: #A89444;
  text-decoration: underline;
}