html {
	/* background-color: #C8D1D9; */
	background-color: #333;
}
body {

	font-family: Verdana,Geneva,Sans-Serif;
	font-size: 9pt;
	color: #333333;
	
}
.main_container {
	background-color: #FFFFFF;
	width: 730px;
	height: 100%;
}
#left {
	 float: left;
}

#right {
	 float: right;
}

h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #41505C;
	margin-left: 40px;
	margin-top:	15px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #41505C;
	margin: 5px;
	margin-bottom: -10px;
	margin-left: 25px;
}

h22 {
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #41505C;
	margin-bottom: -10px;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	color: #41505C;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: -10px;
}

h4 {
	font-weight: bold;
	font-size: 9pt;
	color: #41505C;
	margin: 5px;
	margin-bottom: -6px;
}

h5 {
	font-weight: bold;
	font-size: 10pt;
	color: #41505C;
	margin-bottom: 5px;
}


table	{
	z-index: -10;
}

.print {
	display: none;
}

.logo {
	position:absolute;
	left: 52px;
	top: 5px;
	text-align: center;
	color: #C8D1D9;
	font-size: 62pt;
	font-weight: bold;
	z-index: 0;
}

.footer {
	 
}

a {
	color: black;
}

li {
	margin-bottom: 5px;
}

.noline {
	color: #E6E6EE;
	text-decoration: none;
	border: none;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: solid #7F9DB9;
	border-width: 0;
	margin: 0 0 1em 0;
}

#nav ul {
	background-color: #FFF;
}

#nav a {
	display: block;
	color: #303030;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav li.menu_header {
	font-size: 10pt;
	color: #6383A3;
}
.logo {
	color: #6383A3;
}
.logo:hover {
	color: #6383A3;
}

#nav li.menu_header a.menu_link {
	color: #6383A3;
	display: inline;
	text-decoration: none;
	padding: 0;
}

#nav li {
	float: left;
	padding: 0;
	margin-bottom: 0px;
/*	width: 7em; */
}

#nav li ul {
	float: left;
	position: absolute;
	left: -999em;
	height: auto;
/*	width: 14.4em;
	w\idth: 13.9em; */
	font-weight: normal;
	font-size: 9pt;
	border-width: 0.10em;
	margin: 0;
}

#nav li li {
	padding-right: 0em;
/*	width: 14em; */
	border: 0px;
	border-bottom: 1px solid #E0E0E0;
	background-color: white;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
	color:  #314151;
}

#nav li li:hover, #nav li li.sfhover {
	background: #D3DCE5;
}

table#coverages {
        border-style: none;
        border-collapse: collapse;
}

table#coverages td {
        border-style: dotted;
        border-width: 1px;
        border-color:gray;
        padding: 2px 10px 2px 10px;
}

table#coverages th{
        border-style: dotted;
        border-width: 1px;
        border-color:gray;
        padding: 2px 10px 2px 10px;
}

img#wait {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 10px;

}

