/* Body */

body {
background-image: url(images/background.gif);
background-repeat: repeat-x;
background-color: #c8c8c8;
}

/* Nav */

.nav_background {
background-image: url(images/nav_background.gif);
background-repeat: repeat-x;
}

.home {
	background-color: #fff;
	padding: 20px 25px 0px 25px;
	color: #4b4b4b;
	font: 11px/16px Verdana;
}

a.nav {
color: #e0e0e0;
font: bold 10px Verdana;
text-decoration: none;
}

a.nav:hover{
color: #ffffff;
}

.nav_on {
font: bold 10px Verdana;
text-decoration: none;
color: #cc0000;
}

/* SubNav */

a.subnav {
color: #b50000;
font: bold 9px/14px Verdana;
text-decoration: none
}

a.subnav:hover {
color: #000; 
font: bold 9px/14px Verdana;
text-decoration: none;
}

.subnavon {
color: #4b4b4b;
font: bold 9px/14px Verdana;
}

/* Info panel */

.info {
	background-image: url(images/info_background.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 15px 12px;
	vertical-align: bottom;
	color: #fff;
	font: 10px/15px Verdana;
}

.info_title {
	color: #dededd;
	font: bold 10px/10px Verdana;
}

a.info_nav {
	color: #fff;
	font: 10px/15px Verdana;
}

a.info_nav:hover{
color: #ffffff;
}

/* Styles */

.copy {
	background-color: #fff;
	padding: 0px 25px 0px 0px;
	color: #4b4b4b;
	font: 11px/16px Verdana;
}

.copysmall {
	color: #4b4b4b;
	font: 10px/16px Verdana;
}

#main_pic {
	width: 467px;
	float: left;
	margin-right: 20px;
}

#inside_pic {
	width: 250px;
	float: right;
	margin: 0px 10px 60px 40px;
}

.copyinside {
	background-color: #fff;
	padding: 15px 25px 20px 30px;
	color: #4b4b4b;
	font: 11px/16px Verdana;
}

.newsdate {
	color: #4b4b4b;
	font: 9px/16px Verdana;
}

.newstitle {
	color: #b50000;
	font: bold 11px/16px Verdana;
}

h1 { 
	color: #4b4b4b;
	font: bold 13px/19px Verdana;
}

h2 { 
	color: #b50000;
	font: bold 14px/16px Verdana;
}

a {
	color: #b50000;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

/* Panel */

.panel_title {
	background-image: url(images/panel_title_background.gif);
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	font: bold 11px/18px Verdana;
}

.panel_title2 {
	background-image: url(images/panel_title_background.gif);
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	font: bold 11px/18px Verdana;
}

.panel_copy {
	background-image: url(images/panel_copy_background.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 5px 0px;
	color: #4b4b4b;
	font: 10px/17px Verdana;
}

.panel_copy2 {
	background-image: url(images/panel_copy_background.gif);
	background-repeat: repeat-x;
	padding: 7px 25px 10px 0px;
	color: #4b4b4b;
	font: 10px/17px Verdana;
}

.panel_copy3 {
	background-image: url(images/panel_copy_background.gif);
	background-repeat: repeat-x;
}

/* Table styles */

.tablecopy1 {
	background-color: #e1e1e1;
	padding: 3px;
	color: #4b4b4b;
	font: 11px/16px Verdana;
}

.tablecopy2 {
	background-color: #fff;
	padding: 3px;
	color: #4b4b4b;
	font: 11px/16px Verdana;
}

.tablecopy2small {
	background-color: #fff;
	padding: 3px;
	color: #4b4b4b;
	font: 10px/16px Verdana;
}

/* Copyright */

.copyright {
	background-color: #000000;
	padding: 4px 0px 0px 20px;
	color: #7c7c7c;
	font: 9px/16px Verdana;
}

a.copyrightlink {
	color: #7c7c7c;
	text-decoration: none;
}

a.copyrightlink:hover {
	color: #fff;
}