﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #006a9d;
	background-image: url('images/b1.png');
	background-repeat: repeat-x;
}
.heading {
	color: #FF6600;
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
}
.header {
}
.header table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.header table td {
	vertical-align: top;
}
.header table td#logo {
	width: 174px;
}
.header table td#name {
	width: 364px;
}
.header table td#slog {
	width: 140px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer #td1 {
	text-align: right;
}
.footer #td1 a {
	color: #CCCCCC;
}
.menu {
	padding: 0px;
	margin: 0px;
}
.menu table#menu_table {
	border-collapse: collapse;
	border-spacing: 0px;
	height: 37px;
}
.menu table#menu_table td#l {
	background-image: url('images/menu_l.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 37px;
	padding: 0px;
}
.menu table#menu_table td#r {
	background-image: url('images/menu_r.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 37px;
	padding: 0px;
}
.menu table#menu_table td#b {
	background-image: url('images/menu_b.png');
	background-repeat: repeat-x;
	height: 37px;
	padding: 0px;
}
.main {
}
.main table#main_table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.main table#main_table td#l {
	background-image: url('images/f_l.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0px;
	vertical-align: top;
}
.main table#main_table td#r {
	background-image: url('images/f_r.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0px;
	vertical-align: top;
}
.main table#main_table td#b {
	background-image: url('images/f_u.png');
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	height:300px;
}
.main table#main_table td#ld {
	background-image: url('images/f_dl.png');
	background-repeat: no-repeat;
	width: 10px;
	padding: 0px;
	vertical-align: top;
	height: 7px;
}
.main table#main_table td#rd {
	background-image: url('images/f_dr.png');
	background-repeat: no-repeat;
	width: 10px;
	padding: 0px;
	vertical-align: top;
	height: 7px;
}
.main table#main_table td#bd {
	background-image: url('images/f_d.png');
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align: top;
	height: 7px;
}




/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 9pt Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #999999;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
	display: block;
	width: 160px;
	color: black;
	background-color: #EEEEEE;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #999999;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #00557D;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 9pt Arial;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #414141;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #0081C0; /*right divider between tabs*/
color: white;
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #00557D; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #00557D; /*background of tab with "selected" class assigned to its LI */
}
.footer #td1 a:hover {
	color: #FFFFFF;
}
