html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background:gray;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .8em;
	background-image:url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* Main Container */

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	width:100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* alll other browsers */
}

/* Content */

#content {
	padding:0 0 130px 0; /* bottom padding for footer */
	margin: 0 auto; /* center, not in IE5 */
	text-align: left;
	width: 100em;
	min-height: 300px;
}

.home {
	background-image:url(../images/bg_soft_green_long2.gif);
	background-repeat: no-repeat;
}

.sub {
	background-image:url(../images/bg_soft_green_long3.gif);
	background-repeat: no-repeat;
}

a:link {
	color: #0089B6;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #09C;
	text-decoration: none;
}

a:hover {
	color: #6C0;
	text-decoration: underline;
}

a img { 
	border:none; 
}


h1 { 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.7em;
	margin: 0.5em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #333;
}

h2.rule {
	font-size: 1.3em;
	margin: 0 0 1em 0;
	color: #333;
	font-weight:normal;
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
}

h2.bar_blue {
	font-size: 1.3em;
	background-image:url(../images/bg_h2_bar.gif);
	background-repeat:repeat-x;
	background-color:#3386B2;
	color:#FFF;
	padding: 4px 4px 4px 15px;
}


h3 {
	font-size: 1.2em;
	color: #333;
	line-height: 20px;
	margin: 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #999;
}

h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	color: #333;
}

h6 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	color: #900;
}

/* column vertical navigation */

#column_nav {
	display: none;

}

#column_nav_top {
	background-image:url(../images/bg_greenbox_top.jpg);
	background-repeat: no-repeat;
	height: 237px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#column_nav_top img {
	margin-top: 9px;
	margin-left: 9px;
}

#column_nav_bottom {
	background-image:url(../images/bg_greenbox_bottom2.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	height: 6.7em;
	margin: 0;
	padding: 0;
}

#column_nav_bottom p {
	display: block;
	font-size: 12px;
	width: 228px;
	line-height: 16px;
	margin: 0 0 0 9px;
	padding: 10px 0 0 15px;
	border-top: 1px solid #80A736;
}

#column_nav_bottom a {
	color: #9F3;
}

#column_nav_middle {
	width: 243px;
	margin: 0 0 0 9px;
	padding: 0;
}

#column_nav_middle ul {
	list-style: none;
	padding: 0;
	indent: none;
	margin:0;
}

#column_nav_middle ul li {
	border-top: 1px solid #80A736;
	border-bottom: 1px solid #2B4200;
	padding: 0 5px 0 15px;
}

#column_nav_middle a {
	display: block;
	margin: 0;
	padding: 23px 0;
	color: #FFF;
	width: 100%;
	outline: none;
}

#column_nav_middle li.active {
	background: url(../images/bg_greenbox_active.jpg) repeat-x;
}

#column_nav_middle a:hover {
	text-decoration:none;
	padding: 23px 0;
	margin: 0;
	width: 100%;
}

#column_nav_middle li:hover, #column_nav_middle li.cchover {
	background: url(../images/bg_greenbox_rollover.jpg) repeat-x;
	width: 222px;
}


/* column - Body */

#column_body_top {
	display: none;
}

#column_body_bottom {
	float: left;
	width: 52em;
	margin: 0;
	padding: 0;
	min-height: 300px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#column_body_bottom p {
	margin: 0 0 1.5em 0;
}

#body_1 {
	float: left;
	width: 400px;
	margin: 0 40px 0 0;
	padding: 25px 0 0 0;
}

#body_2 {
	float: left;
	width: 18em;
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 1em;
	line-height: 1.4em;
}


#body_3 {
	float: left;
	width: 48em;
	margin: 0;
	padding: 25px 0 0 10px;
}


#column_body_bottom h1 {
	font-size: 28px;
	line-height: 32px;
	color: #036;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#column_body_bottom h1 .reduced {
	font-size: 18px;
	line-height: 22px;
	color: #900;
	margin: 0;
	font-weight: normal;
}

#column_body_bottom ul {
	margin: 10px 25px 15px 35px;
	padding: 0;
	list-style: square;
}

#column_body_bottom ul ul {
	margin: 0px 10px 8px 25px;
	padding: 0;
	list-style:disc;
}

#column_body_bottom ul ul ul {
	margin: 0px 10px 8px 25px;
	padding: 0;
	list-style:circle;
}

#column_body_bottom li {
	margin: 0 0 10px 0;
}

#column_body_bottom ul.nobullet {
	list-style: none;
}

#column_body_bottom .compressed li {
	margin: 0;
}

#column_body_bottom li.listhead {
	margin: 0 0 5px -15px;
	font-weight: bold;
	list-style: none;
}

#column_body_bottom p.number {
	float: right;
	font-size: 16px;
	font-weight:bold;
	display: block;
	margin:5px 0 0 20px;
	text-align: right;
}

/* Top Links */

#top_links {
	display: none;

}

#top_links ul {
	display: inline;
	padding: 0;
	margin: 0 15px 0 2em;
	indent: none;
	text-align: left;
}

#top_links ul li {
    list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #000;
}

#top_links ul li.end {
	border-right: none;
}

#top_links .form_search {
	display: inline;
	padding: 0;
	margin: 0;
}

#top_links .search_button {
	margin-left: 5px;
}

#top_links a:link {
	color: #000;
	text-decoration: none;
}

#top_links a:visited {
	color: #000;
	text-decoration: none;
}

#top_links a:hover {
	color: #09C;
	text-decoration: underline;
}

/* Masthead and Navigation */

#navbar {
	display: none;

}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-right: 1px solid #2B4200;

}

#nav a {
	display: block;
	width: 9.5em;
	w\idth: 5.5em;
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
	line-height: 32px;
	outline: none;
}

*#nav a:hover {
	color: #9F3;
}

#nav a.width2 {
	width: 8em;
	w\idth: 5em;
}

#nav a.width3 {
	width: 10em;
	w\idth: 6em;
}

#nav a.width4 {
	width: 11.6em;
	w\idth: 8.8em;
}

#nav a.width5 {
	width: 13em;
	w\idth: 10em;
}

#nav a.width6 {
	width: 12.6em;
	w\idth: 9.6em;
}

#nav a.width7 {
	width: 11.3em;
	w\idth: 7.5em;
}

#nav a.mother {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	border-right: 1px solid #80A73B;
	border-left: 1px solid #2B4200;
	
}

#nav li.noborder {
	border-left: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	margin: 0;
	background: #333;
	font-weight: normal;

}

#nav li li {
	padding-right: 1em;
	width: 13.4em;
	w\idth: 12.9em;
	border-left: none;
	border-bottom: 1px solid #666;
	border-right: none;
}

#nav li ul a {
	width: 15em;
	w\idth: 11em;
	line-height: 26px;
	font-size: 11px;
}

#nav li ul ul {
	margin: -1.75em 0 0 13.9em;
	background-color:#666;
	font-weight: normal;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.mlhover ul, #nav li li.mlhover ul, #nav li li li.mlhover ul {
	left: auto;
}

#nav li:hover, #nav li.mlhover {
	background: url(../images/bg_navbar_roll.gif) repeat-x;
}

/* Table Stylings */

	
.table1 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 20px;
}

.table1 th {
	background-color: #645A50;
	color: #000;
	padding: 10px 4px 10px 6px;
	background-image: url(../images/bg_tableheader.gif);
	border-left: 1px solid #999;

}

.table1 td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 8px 4px 8px 6px;
	vertical-align:top;
}

.table1 p {
	margin: 0 0 13px 0;
}

.center {
	text-align: center;
}

.caption1 {
	text-align: center;
	margin-top: 0px;
	color: #393;
	font-size: 10px;
}

.aligntop {
	vertical-align:top;
}

.odd {
	background-color: #F6F6F6;
}



/* Footer */

#footer {
	display: none;

}

#footer a {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #9F3;
}

#footer_home {
	width:100em;
	margin: 0 auto;
	text-align: center;
	height: 90px;
}

#footer_home p {
	display: block;
	float: left;
	width: 735px;
	background-color:#544F52;
	margin: 2px 0;
	padding: 11px 0 14px 0;
	height: 63px;

}

#footer_sub {
	width:100em;
	margin: 0 auto;
	text-align: center;
	background-image:url(../images/bg_footer_grey_sub.gif);
	background-repeat: no-repeat;
	height: 90px;
}

#footer_sub p {
	display: block;
	float: left;
	width: 735px;
	margin: 2px 0;
	padding: 11px 0 14px 315px;
	text-align: left;
}




/* Extras */

.cleaner {
	clear:both;
}
#container #content #column_body_bottom #body_3 ul li {
	color: #0000A0;
}
#container #content #column_body_bottom #body_3 ul li {
	color: #0000A0;
}
