﻿/* CSS layout */
#masthead {
	height: 110px;
	background-color: #006699;
	text-align: center;
}

#top_nav {
	height: 10px;
	text-align: center;
	background-color: #003366;
}

#container {
	position: relative;
	width: 980px;
	top: 0px;
	left: 0px;
	height: 553px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#left_col {
	padding: 5px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0099CC;
	margin-top: 5px;
	font-family: Tahoma;
}

#page_content {
	padding: 5px;
	margin-right: 205px;
	margin-left: 205px;
	background-color: #006699;
	height: auto;
	text-align: center;
	color: #FFFFFF;
}

#right_col {
	padding: 5px;
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #0099CC;
	margin-top: 5px;
}

#latestbox {
	background-color: #006699;
}

#newsbox1 {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


#menubox {
}

#sponlogobox {
	margin-top: 3px;
}

#sponsorbox {
	border: 1px solid #C0C0C0;
	background: #006699 url('') 0px 0px;
	text-align: center;
	}

#maincontent {
	border: 3px solid #C0C0C0;
	background: #003366 url('') 0px 0px;
	padding: 7px;
	text-align: left;
	color: #FFFFFF;
}

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 190px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #006699 url(sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black;
	text-align: left;
}

.sexypanels li a:active{
color: white;
}

.sexypanels li a:visited{
color: white;
}

.sexypanels li a:hover{
background-color: #003366; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

#footer {
}
.newStyle1 {
	border: 3px solid #C0C0C0;
}

