body {
	background-color: #C8DF8E;
	background-image: url(/images/main-bg-white.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
	margin:0;
	behavior: url(/includes/css-hover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #006A8F;
	text-decoration: none;
}
a:hover {
	color: #006A8F;
	text-decoration: underline;
}
/* ------------------------   Header   ------------------- */	
	 
#Header {
	background-color: #006A8F;
	background-image: url(/images/top-arc.gif);
	background-position: 0px 88px;
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	z-index: 10;
}
#Logo {
	float: left;
	margin: 0;
	padding: 0;/*width: 263px;*/
	}
#RotatingImage {
	float: right;
	width: 497px;
}
#FunctionsNavigation {
	background-color: #006A8F;
	text-align: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	padding: 0;
	margin: 5px 10px 23px 0;
 /margin: 4px 8px 24px 0;
	float: right;
	display: block;
}
#FunctionsNavigation a {
	text-decoration: none;
	color: #fff;
}
#FunctionsNavigation a:hover {
	color: #C8DF8E;
}
#MainNavigation {
	float: left;
	margin: auto;
	padding: 2px 10px 0px 10px;
	width: 740px;
	height: 19px;
	background-color: #DAE0E7;
	display: block;
}
#MainNavigation ul {
	margin: 0;
	padding: 0px;
	background: #DAE0E7;
	text-align: left;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #006A8F;
	display: block;
}
#MainNavigation li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 3px 4px 2px 4px;
	float: left;
	border-left: 1px solid silver;
}
#MainNavigation li:hover {
	background-color: #C8DF8E; /* level one nav - no children*/
}
#MainNavigation li li.submenu {
}
#MainNavigation li li.submenu:hover {
	background-color: #C8DF8E;
}
#MainNavigation li a {
	display: block;
	padding: 0;
	text-decoration: none;
	width: auto;
	color: #006A8F;
}
#MainNavigation li a:hover {
	text-decoration: none;
}
#MainNavigation ul a {
	width: auto;
}
#MainNavigation ul ul {
	position: absolute;
	width: 167px;
	display: none;
}
#MainNavigation ul ul li {
	float: left;
	width: 158px;
	border-bottom: 1px solid gray;
}
#MainNavigation ul.level1 li.submenu:hover ul.level2, #MainNavigation ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
#MainNavigation ul.level2 {
	top: 14px;
	left: -1px;
	margin-top: 2px;
	font-weight: normal;
}
#MainNavigation ul.level3 {
	top: -1px;
	left: 174px;
	border: 1px solid #000;
	font-weight: normal;
}
#Footer {
	background-color: #fff;
	background-image: url(/images/footer-arc.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	width: 760px;
}
#Footer p {
	padding: 0 15px 0 15px;
}
/*  ------------------- Content styles --------------------- */

H1 {
	color: #5E9841;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 0px;
	padding: 0;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 18px;
	color: #5E9841;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #006A8F;
}
#ContentContainer {
	background-color: #fff;
	margin: auto;
	width: 760px;/*padding-top: 20px;*/
	}
#Content {
	color: #006A8F;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 30px 14px 20px 12px;
	position: relative;
	width: 720px;
}
#Content a:link, #content a:visited {
	color: #5E9841;
	text-decoration: none;
}
#Content a:hover, #content a:active {
	color:#5E9841;
	text-decoration: underline;
}
.highligh-text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size: 15px;
	line-height: 22px;
	color: #7FA0B6;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	color: #5E9841;
}
#FeaturedContent, #SecondaryNavigation {
	width: 200px;
	background-color: #EDEDED;
	margin: 35px 20px 55px 0;
	padding: 6px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #5E9841;
	float: left;
}
#FeaturedContent h2, #SecondaryNavigation h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	line-height: 28px;
	color: #006A8F;
}
#FeaturedContent h3, #SecondaryNavigation h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #006A8F;
}
#FeaturedContent a:link, #FeaturedContent a:visited {
	color: #7FA0B6;
	font-style:italic;
	font-size: 11px;
	text-decoration: none;
}
#FeaturedContent a:hover {
	text-decoration: underline;
	color: #006A8F;
}
#SecondaryNavigation ul { list-style: none;	padding-left: 15px; }
#SecondaryNavigation li { font-size: 14px; margin-bottom: 5px; }
#SecondaryNavigation li li { font-size: 11px; }
#SecondaryNavigation a { color: #5E9841; }
.content-image {
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
#MainContent {
	float: right;
	width: 480px;
}

table {
	background-color: #f3f6fc;
	border: 1px solid #005B82;
	border-width: 1px 0 0 1px;
	margin: 0 0 20px 0;
}

table th {
	border: 1px solid #005B82;
	border-width: 0 1px 1px 0;
	color: #005B82;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table th.column-header {
	background-color: #7ED0E0;
}

table th.row-header {
	background-color: #ddf3ff;
}

table th.row-header a, table th.row-header a:hover {
	color: #005B82 !important;
}

table td {
	border: 1px solid #005B82;
	border-width: 0 1px 1px 0;
	padding: 5px;
	vertical-align: top;
}

table caption {
	color: #5E9841;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-align: left;
}

dl.FrequentlyAskedQuestions dt {
	font-size: 14px;
	font-weight: bold;
}

.top-of-page { clear: both; text-align: right; }
.service-mark { vertical-align: sub; font-size: 8px; }
a img { border: 0px; }
sup { vertical-align: super; color: #5E9841; }
li.current-page,  li.current-page li.current-page { font-weight: bold; color: #006A8F; }
li.current-page li { font-weight: normal; }