﻿* 
{    
}

body
{
	margin: 0 0 0 0 ;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: white;
	background-attachment: fixed;
	padding: 0 0 0 0 ;
	background-image: url("Images/bg_sitewide.gif");
	background-repeat: repeat-x;
}

h1 {
	font-size: 18px;
	color: #0069ff;
	margin-bottom: -5px;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	color: #0069ff;
	margin-bottom: -2px;
	line-height: 16px;
}

.subHeader
{
	margin-bottom: 7px;
}

table {
	color: black;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td {
	text-align: left;
	vertical-align: top;
}
td#hand:hover {
	cursor:pointer;
}
div {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 4px;
}

a
{
	color: #0069aa;
	font-weight: bold;
	text-decoration: underline;
}


ul#mainmenu
{
	width: 100%;
	height: 35px;
	background: #FFF url("Images/menu-bg.gif") top left repeat-x;
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#mainmenu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#mainmenu li a 
{
	height: 35px;
	color: #6f6f6f;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0pt;
	padding-left: 15px;
}
ul#mainmenu li a:hover
{
	color: #333333;
}
ul#mainmenu li a.current
{
	height: 35px;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url("Images/current-bg.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Sub Menu */
.submenuitem {
	padding-right:15px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.submenuitem a:visited
{
    color:White;
}	

.submenuitemselected {
	color: yellow;
	text-decoration:none;
	font-weight:bold;
	padding-right:15px;
}

td#submenu {
	height: 24px;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 11px;
	color: white;
}

td#submenu a {
}

td#submenu a:hover {
	color: yellow;
}

.mainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: #0069aa 3px solid;
	border-right: #0069aa 3px solid;
	border-bottom: #0069aa 3px solid;
	background-color: white;
}

/* MAIN SUB-CONTAINER */
.mainSubContainer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* TAB MENU */
table#tab_container {
	width: 100%;
	background-color: black;
	height: 45px;
}
td#tab_container {
	vertical-align: bottom;
}
table#tabs {
	height: 35px;
	color: white;
	vertical-align: bottom;
}
td#tabs_on {
	padding-left:30px;
	padding-right:30px;
	color: yellow;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-image: url('/images/general/tabs/bg_on.jpg');
}
td#tabs_off {
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	vertical-align: middle;
	background-image: url('/images/general/tabs/bg_off.jpg');
}

/* TAB MENU LINKS */
.tabs_link {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.tabs_link:hover {
	color: yellow;
	text-decoration: none;
	font-weight: normal;
}
td#tabs_divider {
	width: 1px;
	font-size: 1px;
	background-image: url('/images/general/tabs/tab_divider.jpg');
}

/* News */
.newsItem 
{
	padding-top: 1.0em;
}
.newsTitle 
{
    text-decoration:none;
	font-size: 110%;
}
.newsDate 
{
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	color: #666666;
}
.newsContent {
	text-align: left;
}
