* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFBF0;
    background: #000000;
}

#topnav
{
	float: left;
	color: #999999;
	background-color: #000000;
	width: 100%;
}

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 2px; line-height: 1em; }

#topnav li { float: right; margin: 0; padding: 0; }

#topnav a { display: block; float: left; margin: 10px 0; padding: 0 10px; border-left: 1px solid #777777; }

#topnav a:link, #topnav a:visited { color: #988d87; }

#topnav a:hover, #topnav a:active { color: #ddd8d5; }

#topnav li#skip a { border-left-width: 0; }

ul, ol, blockquote, pre
{
	color: #FFFFCC;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

#divider {
background-color: #2c2c2c;
}

h1 {
    position: absolute;
    left: 15px;
    top: 15px;
    font: 30px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: White;
}

h2 {
    position: absolute;
    left: 15px;
    top: 157px;
    font: 18px Tahoma, Arial, Helvetica, sans-serif;
    color: White;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #febe66;
}

h3.firsth3 {
	padding-top: 0;
	background-color: #1095c2;
}

p {
    padding: 5px 0;
    font: 13px/18px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
}

a {
    text-decoration: underline;
    color: #3076E3;
}

a:hover {
    text-decoration: none;
    color: #3076E3;
}

img {
    border: none;
}

#main {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 820px;
    text-align: center;
    background: #2c2c2c;
}

#top {
    position: relative;
    margin: 0 10px;
    width: 800px;
    height: 180px;
    background: #000 url(images/top.jpg) no-repeat top;
}

#logo {
    height: 179px;
}

#menu {
    margin: 0 10px;
    height: 74px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 25px;
}

#menu ul li a {
    font: bold 12px/74px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #EEF6E9;
}

#menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#middle {
    margin: 0 10px;
    padding: 10px 0 0 0;
}

#left {
    float: left;
    width: 540px;
}

#midsec {
    width: 100%;
}

#left h3 {
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2A1F00;
	background-color: #febe66;
}

#left h4 {
    padding: 18px 0 0 0;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000080;
}

#left p {
    padding: 5px 0;
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #1095c2;
}

#search {
    margin: 10px;
    height: 80px;
    text-align: center;
    background: #7DB357;
}

#search p {
    padding: 12px 0 0 0;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #EEF6E9;
}

#formSearch {
    margin: 0 auto;
    width: 200px;
}

#searchInpTxt {
    float: left;
    width: 160px;
    height: 24px;
    background: #D2E7C5;
    border: 1px solid #63A13E;
}

#search input.text {
    display: block;
    margin: 4px 0 0 2px;
    width: 156px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #4E7C31;
    background: none;
    border: none;
}

#searchInpSub {
    float: right;
    width: 26px;
    height: 24px;
    background: url(images/go.gif);
    border: 1px solid #63A13E;
}

#search input.submit {
    display: block;
    float: right;
    width: 26px;
    height: 24px;
    background: none;
    border: none;
}

#left_top {
	padding: 15px;
	background: #fee0ae;
	margin: 0 0 10px 0;
}

#left_mid {
	padding: 15px;
	background: #fee0ae;
	width: 60%;
	float: right;
	height: 200px;
}

#left_bot {
	padding: 15px;
	background: #fee0ae;
	width: 62%;
	float: left;
}

#left_bot h3 {
    color: #000000;
}

#left ul {
    list-style: none;
    padding: 10px 0 0 0;
}

#left ul li {
    padding: 0 0 0 16px;
    text-align: left;
}

#left ul li a {
    font: 12px/20px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #D2E7C5;
}

#left ul li a:hover {
    text-decoration: underline;
    color: #EEF6E9;
}

#right {
    float: right;
    width: 250px;
}

#right_top {
    margin: 0 0 10px 0;
    padding: 15px;
    background: #89c5dd;
}

#midcol {
	height: 240px;
	margin: 0 0 10px 0;
}

#newscol {
	height: 290px;
	margin: 0 0 10px 0;
}

#showsimage {
	float: left;
}

#newsimage {
	float: right;
}

#right_mid {
    margin: 0 0 10px 0;
    padding: 0 8px;
    background: #63A13E;
}

#right_mid h4 {
    padding: 5px 9px 7px 9px;
    font-size: 12px;
    text-align: left;
}

#right_mid p {
    padding: 0 9px;
    font: 11px/15px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #D2E7C5;
}

#right_mid a {
    text-transform: uppercase;
    text-decoration: none;
    color: #A0B7D9;
}

#right_mid a:hover {
    text-decoration: underline;
    color: #A0B7D9;
}

#right_mid_1, #right_mid_2 {
    float: left;
    width: 168px;
    padding: 10px 0;
    text-align: center;
}

#right_mid_3 {
    float: right;
    width: 168px;
    padding: 10px 0;
    text-align: center;
}

#right_mid_4 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

#right_bot {
	padding: 15px;
	background: #89c5dd;
	margin: 0 0 10px 0;
}

#bottom {
    clear: both;
    padding: 0 0 0 25px;
}

#bottom p {
    padding: 0;
    font: 11px/40px Arial, Helvetica, sans-serif;
    color: #818181;
}

#bottom a, #bottom a:hover {
    color: #C0DCC0;
}
