﻿A {
color:#0D286F;
text-decoration:none;
}

A:hover {
	text-decoration:underline;
}
.whitelink
{
color:white;
}

BODY {
	height: 100%;
	background-image: url('../images/background2.jpg');
	background-color: #ece5cb;
	background-position: center top;
	/*background-repeat: repeat-x;*/
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Arial;
	font-size: 11px;
	color:#666666;
}
A IMG {
	border: 0;
	text-decoration: none;
}
TABLE {
	border-collapse: collapse;	/* CELLSPACING="0" */
	border: 0;
}
TABLE TD { padding: 0px; }		/* CELLPADDING="0" */
FORM {
	padding: 0;
	margin: 0;
}
	
DIV#container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
DIV#content {
	width: 804px;
	margin: 0 auto;
}
TABLE#panel {
	width: 804px;
}
TD#panel-shadow-left {
	width: 27px;
	background-image: url('../images/panel-left.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
TD#panel-shadow-right {
	width: 27px;
	background-image: url('../images/panel-right.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
TD#panel-main {
	width: 750px;
	background-color: #FFFFFF;
}

DIV#banner {
	width: 750px;
	margin-bottom: 14px;
}

DIV#nav { 
	width: 750px; 
	margin-bottom: 7px;
}
DIV#nav UL {
	padding: 0;
	margin: 0;
}
DIV#nav LI {
	display: inline;
	list-style-type: none;
}
DIV#newsletter-cta {
	width: 153px;
	margin-bottom: 15px;
}
TD.panel-header-small {
	height: 30px;
	width: 153px;
	background-image: url('../images/panel-header-small.gif');
	background-repeat: no-repeat;
	background-color: #0D286F;
}
TD.panel-header-small SPAN, TD.panel-header-small H1, TD.panel-header-large SPAN, TD.panel-header-large H1 {
	font: 8pt arial;
	color: #FFFFFF;
	margin-left: 15px;
}
TD.panel-keyline-left {
	width: 2px;
	background-image: url('../images/panel-keyline-left.gif');
	background-repeat: repeat-y;	
}
TD.panel-keyline-right {
	width: 2px;
	background-image: url('../images/panel-keyline-right.gif');
	background-repeat: repeat-y;	
}
TD.panel-header-large {
	height: 30px;
	width: 582px;
	background-image: url('../images/panel-header-large.gif');
	background-repeat: no-repeat;

}

DIV#content-banner {
	width: 582px;
	margin-bottom: 15px;
}

.text {
	font: 8pt arial;
	color: #666666;
	text-decoration: none;
}
.text A {
	font-weight: bold;
	text-decoration: underline;
}

DIV.nav-menu-item {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #FFFFFF;
}

DIV.nav-menu-item, DIV.nav-menu-subitem TABLE {
	cursor: hand;
	cursor: pointer;
}

TD.nav-menu-item TABLE {
	cursor: hand;
	cursor: pointer;
}

DIV.nav-submenu {
	cursor: hand;
	cursor: pointer;
	display: none;
	background-color: #DDDDDD;
}

DIV.nav-submenu-item {
	background-color: #DDDDDD;
}

A.nav-menu-item-off, A.nav-menu-item-off:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

A.nav-menu-item-on, A.nav-menu-item-on:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.nav-menu-subitem-off, A.nav-menu-subitem-off:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

A.nav-menu-subitem-on, A.nav-menu-subitem-on:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menuarrow {
	margin-top: 5px;
}

.nav-box-top {
	background-image: url('../images/panel-header-small.gif');
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.menu-box {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 254px;
}

.nav-interior-table {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


form label
{
margin-bottom:5px;
}
form input
{
margin-bottom:5px;
}
form select
{
margin-bottom:5px;
}
