
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: 800px;
}
#left {
	 float: left;
}

#right {
	 float: right;
}

.enplan, .enplan:hover {
	line-height: 50px;
	background-color: #337788;
	color: #ffffff;
	font-size: 30px;
	font-family: Arial;
	width: 160px;
	height: 50px;
	display: inline-block;
	font-weight: bolder;
	margin-left: 40px;
}

.enplan a {
	text-decoration: none;
	font-variant: normal;
	color: #ffffff;
}

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;
}

.footer {
	float: right; 
	text-align: right;
	padding-right: 15px;
}

a {
	color: black;
}

li {
	margin-bottom: 5px;
}

.noline {
	color: #E6E6EE;
	text-decoration: none;
	border: none;
}

#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	padding: 0;
	border: solid #337788;
	border-width: 0;
}

#nav ul {
	background-color: #FFFFFF;
	display: inline;
}

#nav a {
	display: block;
	color: #337788;
	text-decoration: none;
	padding: 0.25em 0.5em;
}
li.menu_header {
	font-size: 9pt;
	color: #337788;
	display: inline;
	position: relative;
}
.logo {
	color: #6383A3;
}
.logo:hover {
	color: #6383A3;
}

#nav li.menu_header a.menu_link {
	color: #337788;
	display: inline;
	text-decoration: none;
	padding: 0;
}
.menu ul:hover {
	position: relative;
}
#nav li {
	padding: 0;
	display: inline;
	margin-bottom: -2px;
/*	width: 7em; */
}

#nav li ul {
	position: absolute;
	left: -9999px;
	top: -25px;
	height: auto;
/*	width: 14.4em;
	w\idth: 13.9em; */
	font-weight: normal;
	font-size: 9pt;
	border-width: 1px;
	margin: -2;
	display: block;
	text-align: left;
}

#nav li ul:hover {
	position: absolute;
	left: 0px;
	top: -25px;
	height: auto;
/*	width: 14.4em;
	w\idth: 13.9em; */
	font-weight: normal;
	font-size: 9pt;
	border-width: 1px;
	border-bottom: 1px solid black;
	margin: -2;
	display: block;
	
}

#nav li li {
	padding-right: 0em;
	border-bottom: #337788 solid 1px;
	
/*	width: 14em; */
	bottom: -4px;
	background-color: #FFFFFF;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: 0px;
	top: auto;
}

#nav li:hover, #nav li.sfhover {

}

#nav li li:hover, #nav li li.sfhover {
	background: #D3DCE5;
	border-bottom: #337788 solid 1px;
}

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;

}


