body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../jpg/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 15px 0;
	padding:0;
}
h3{
	font-size:14px;
	font-weight:bold;
}
.news_date{
	color:#CCCCCC;
}

a{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	color:#006699;
}

.news_summary a, .news_date a{
	text-decoration:none;
	color:#FFFFFF;
}
.news_summary a:hover, .news_date a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#header{
	width:760px;
	height:149px;
	margin:0 auto;
	position:relative;
	background-image:url(../gif/header_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#logo{
	position:absolute;
	width:239px;
	height:149px;
	right:0;
	top:0;
}
#logo h1, #logo h2{
	position:absolute;
	left:-9999px;
	top:-9999px;
}

#content{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-image:url(../gif/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#col1{
	float:left;
	width:250px;
	background-color:#00B099;
	color:#FFFFFF;
}
#col2{
	float:right;
	width:510px;
}
.main_image{
	margin-bottom:29px;
}
.text_content{
	padding-left:22px;
}
.text_content_left_col{
	padding:0 19px 0 19px;
}
.margin_heading{
	margin-top:30px;
}

#footer{
	width:760px;
	margin:0 auto;
	border-top:25px solid #1179C2;
	color:#999999;
	padding:10px 0 0 0;
	font-size:11px;
}
#footer_col1{
	float:left;
	width:48%;
	text-align:left;
}
#footer_col2{
	float:right;
	width:48%;
	text-align:right;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/* NAV */

#tabs {
	position:absolute;
	left:0;
	bottom:60px;
	width:100%;
	font-size:11px;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}
#tabs a {
	background:url("../gif/tableft_green.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	display:block;
	background:url("../gif/tabright_green.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#00B099;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
	background-position:100% -42px;
	color:#333333;
}

/* DROPDOWN NAV */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	border-bottom:none;
	width: auto;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover{
	color:#000000;
	border-bottom:none;
}

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

#nav li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background: #00B099;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:5px solid #1179C2;
	text-align:left;
}

#nav li ul li{
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	height:auto;
	width: 120px;
}

#nav li ul a{
	background-image:none;
	height:auto;
	width:auto;
	text-transform:uppercase;
	text-decoration:none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 120px;
}

#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#help_nav:hover ul, #nav li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}