@charset "utf-8";
html,body {
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	overflow: auto;
}
a {
	text-decoration: none;
}
h5 {
	font-size: 1.15em;
	font-style: italic;
	color: #3030c2;
}
.didyouknow {
	font-style: italic;
	color: #FF0000;
	font-size: 1.025em;
	font-weight: bold;
}

.sml_italic {
	font-size: .65em;
	font-style: italic;
	color: #999999;
}
.formtable tr {
	vertical-align: top;
}
.benefittable tr {
	vertical-align: top;
	font-size: 0.95em;
	font-style: italic;
}






.innertube {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#top_date_bar {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	text-align: right;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#heading_bar_flash {
	height: 250px;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/flash_bg.gif);
	margin: 0px;
}
#heading_bar_img {
	height: 150px;
	width: 100%;
	text-align: center;
	background-image: url(../images/img_bg.gif);
	background-repeat: repeat-x;
}


#contentwrapper {
	float: left;
	width: 100%;
}
#content {
	margin-left: 225px;
	float: left;
}

#left_nav {
	float: left;
	width: 225px;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	height: 824px;
	margin-left: -100%;
}
#left_nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	font-size: 14pt;
	width: 210px;
	padding-top: 15px;
}
#left_nav a.selected {
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left_nav a:hover {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#footer {
	background-image: url(../images/foot_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
	text-align: right;
	font-size: .65em;
	color: #999999;
	padding-top: 10px;
	position: fixed;
	bottom: 0px;
}
