.masthead{
	height: 100px;
}
div#masthead{
	background-image: url(images/header/masthead-bg.png);
	background-repeat: repeat-x;
}

div#masthead h1{
	margin: 0px;
	padding-top: 30px;
	padding-left: 75px;
	font-weight: normal;
	font-family: times;
	font-size: 28pt;
	text-shadow: 2px 2px 2px rgb(255,255,255);
	color: #ffffff;
}
/* Standardized Exchange Stylesheet - by DM */
/* WARNING - Do not edit by hand, file is in a set format */

/* Main Background and Font */

body {
	margin: 0;
	padding: 0;
	background-color: #2c486b;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

table.maintable {
	background-color: #FFFFFF;
	border: 0px solid #D0D0FF;
}


/* Masthead Section */

.masthead {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

#title {
	background-image:url(images/header/background.jpg); 
	margin: 0 10px 0 10px; 
	clear: both; 
	background-position: 265px 0;
	border-bottom: 5px solid #616e3f;
	border-top: 5px solid #616e3f;
}


/* Content and Side Panel Sections */

.content {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
	
	border-left: 0px solid #165B9F;
	border-right: 0px solid #165B9F;
	padding: 0px 10px 0px 0px;
}

.panel {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #165B9F;
}

#subPanelSpacer {
	margin-bottom: 8px; 
}


/* Footer Section */

.footer {
	padding: 4px 0px 4px 0px;
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

.footer img {
	padding: .5em;
}

.footer .linkbox {
  padding: 2px 2px 3px 2px;
  margin: 0 10px 0 10px;
	margin-bottom: 0px;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


/* Headers */

.dateHeader {
	font-size: 12px;
	font-weight: bold;
 	color: #FFFFFF;
	background-color: #165B9F;
	border-bottom: 0px solid #5E5C3D;
	padding-right: 4px;
}

.dateHeader, .dateHeader a, .dateHeader a:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #215e7b;
	background-color: #fff;
	padding-right: 4px;
	text-decoration: none;
}

.dateHeader a:hover {
	text-decoration: none;
	color: #038678;
}

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #849066;
	background-image:url(images/green_back.gif);
	background-repeat:repeat-x;
	padding: 10px 2px 4px 10px;
	margin-top:0px;
	background:url('images/contentHeader.gif');
}

.contentSubHeader, .contentSubHeader a, .contentSubHeader a:visited, .contentSubHeader a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #D5DDE3;
	padding: 3px;
}

.panelHeader form{
width:175px;
}

.panelHeader {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background:url('images/panelHeader.gif') no-repeat;
	margin: 0 5px 0 10px;
	padding: 2px 0 0 0;
	width: 135px;
	text-align: center;
}

.panelSubHeader {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #bee1c1;
	padding: 2px;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #849066;
	margin-left:10px;
	margin-right:5px;
}

/* Links */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #336699;
}

a:visited {
	color: #336699;
}

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

/* Navigation Menu */

.menu {
	margin: 8px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
}

.menu a, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	line-height: 20px;
}

.menu a:hover {
	text-decoration: underline;
	color: #336699;
}


/* Tabs - 2 levels of selected and unselected tabs */

#tab{
	float: right;
	margin: 21px 30px 0 0;
}

#tab ul{
	margin: 0;
	padding: 0;
}

#tab li{
	background:url(images/tab.png);
	width: 141px;
	height: 33px;
	float: left;
	color: #fff;
	list-style: none;
	line-height: 39px;
	*line-height: 33px;
	margin: 0 0 0 1px;
	text-align: center;
}

#tab li.active, #tab li:hover{
	background:url(images/tab-active.png);
}

#tab li a{
	color: inherit;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


.tabUnselected a, .tabUnselected a:visited, .tabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabUnselected {
	background-color: #165B9F;
	border: 1px solid #000000; 
	padding: 2px;
}

.tabSelected a, .tabSelected a:visited, .tabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.tabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.tabAnchor {
	height: 0px;
}

.subTabUnselected a, .subTabUnselected a:visited, .subTabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.subTabUnselected {
	background-color: #D5DDE3;
	border: 1px solid #000000; 
	padding: 2px;
}

.subTabSelected a, .subTabSelected a:visited, .subTabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.subTabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.subTabAnchor {
	height: 0px;
}


/* Miscellaneous */

.breadcrumb_navigation {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.listRow {
	border-top: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

.fineprint {
	font-size: 11px;
	font-weight: bold;
}

.error { color: red; }

.groupbox {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

img { border: 0px; }

h3 { font-size: 15px; }



h2.list_title, h3.list_title, h4.list_title { 
	margin-bottom: 0px;
}

.nobr { white-space: nowrap; }

@media print {
    .panel, .masthead, .footer, .dateHeader { display: none; }
    .maintable { width:100%; }
}

