body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
}
h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bigger {
	font-size: 32px;
}
.large {
	font-size: 20px;
}
.smaller {
	font-size: 13px;
}
.fine_print {
	font-size: 10px;
	line-height: 12px;
}
.teal {
	color: #368391;
}
.nav_link {
	color: #fff;
	padding: 4px 13px;
}
.nav_link a {
	color: #fff;
	text-decoration: none;
}
.nav_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.saved_by_zero {
	margin: 0;
	padding: 0;
}
#wrapper {
	background: url(/images/misc/wrapper_bkgd.gif) repeat-y top center;
	margin: 0 auto;
	width: 1024px;
}
#header {
	background: url(/images/misc/header_bkgd.gif) no-repeat top center;
	height: 264px;
	position: relative;
}
#header_benefits {
	background: url(/images/misc/header_benefits_bkgd.gif) no-repeat top center;
	height: 264px;
	position: relative;
}
#header_examples {
	background: url(/images/misc/header_examples_bkgd.gif) no-repeat top center;
	height: 264px;
	position: relative;
}
#logo {
	position: absolute;
	left: 16px;
	top: 68px;
}
#top_nav {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}
#top_nav ul {
	left: 198px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 224px;
}
#top_nav ul li {
	float: left;
	margin: 0;
	padding: 0 11px 0 0;
}
#top_nav ul li a {
	color: #368391;
	text-decoration: none;
}
#top_nav ul li a:hover, #top_nav ul li.over a:hover {
	color: #368391;
	text-decoration: underline;
}
#columns {
	overflow: auto;
	width: 100%;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#learn .nameplate{color: #368391; font-weight: bold;}

/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */


#alert, #ialert {
	background: url(/images/misc/icon-alert.gif) 15px 20px no-repeat;

	background-color: #fdfec2;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 0 0 15px 0;
	padding: 15px 15px 15px 75px;
}
#alert h2 {
	margin: 0;
	padding: 0;
}
#alert p, #ialert p {
	margin: 1.2em 0 0 0;
	padding: 0;
}
#ialert h2 {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.label_required {
	color: #F00;
}

#corrections_list .year{background-color: #e6e2af; border: 1px solid #d2cc62;  padding: 10px; font-weight: bold;}

h1{color: #368391;}