body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial;
	color: #000322;
	font-size: 10pt;
}

h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Arial;
}

#container {
	margin: auto;
	width: 780px;
}

#slogan {
	text-align: center;
	padding: 10px 0 10px 0;
}

#slogan img {
	height: 20px;
	width: 100%;
}

#header {
	
}

#menu {
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background: #000322;
	color: #ffffff;
	text-align: center;
}

#left {
	background: #e6e0d2;
	width: 185px;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	font-size: 8pt;
	font-weight: bold;
}

#right {
	text-align: justify;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

#footer {
	background: #000322;
	color: #ffffff;
	text-align: left;
	font-family: "Century Gothic", Arial;
	padding: 7px;
	font-size: 9pt;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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

td.numbers {
	width: 2%;
	vertical-align: top;
}

td.text {
	width: 46%;
	vertical-align: top;
}

td.blank {
	width: 4%;
	vertical-align: top;
}

#medicare th {
	text-align: center;
}

/* nav starts */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 200%;
	color: #ffffff;
	padding: 0 33px 0 33px;
	text-decoration: none;
	font-size: 10pt;
}

#nav a:hover {
	color: #ff1918;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000322;
	width: 165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { /* second-level lists */
	font-size: 9pt;
	padding: 0px 3px 0px 3px;
	line-height: 150%;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul a:hover { /* second-level lists */
	color: #ff1918;
	background: #e6e0d2;
}

#nav li ul li { /* second-level lists */
	color: #ff1918;
	width: 165px;
	padding: 0px;
	text-align: left;
}