body {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:30px;
	margin:0px;
	padding:0px;
}
h3 {
	color:#FFFF99;
	font-size:18px;
	font-weight:bold;
}
h3.blue {
	color:#008080;
	font-size:18px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h4.blue {
	color:#008080;
	font-size:14px;
	font-weight:bold;
}
a {
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main_container {
	width:1024px;
	background:url(/images/bkg.gif) repeat-y #FFFFFF;
	margin:0px auto ;
	padding:0px;
}
#header {
	width:1024px;
	height:109px;
	background-image:url(/images/header.png)
}
#menu {
	width:1024px;
	height:26px;
	background:url(/images/menu_bar.gif) repeat-x #000000;
	font-size:13px;
	padding-top:10px;
} 
#menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
}
#menu a:hover {
	text-decoration:none;
	color:#009999;
}
#sub_title {
	width:1024px;
	height:59px;
	background-image:url(/images/green_section.gif);
}
#sub_menu {
	margin:15px 60px;
	font-size:13px;
	text-align:left;
}
#sub_menu a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin:10px;
}
#sub_menu a.current {
	font-size:17px;
	text-decoration:underline;
}
#sub_menu a:hover {
	text-decoration:none;
}
#sub_menu a.current:hover {
	text-decoration:none;
}
#content_index {
	margin:0px 0px 0px 100px;	
	line-height:22px;
	font-size:13px;
	color:#000000;
	text-align:left;
}
#content_one_column {
	margin:20px 100px;	
	line-height:22px;
	font-size:13px;
	color:#000000;
	text-align:left;
}
#content_two_column {
	margin:20px 50px;	
	line-height:22px;
	font-size:13px;
	color:#000000;
	text-align:left;
	width:924px;
	clear:both;
}
#left_column {
	padding-right:15px;
	float:left;
	width:220px;
}
#left_column a.contact {
	display:inline;
	text-decoration:none;
}
#left_column a {
	text-decoration:underline;
	display:block;
	margin:8px 0px;
}
#left_column a.current {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#right_column {
	padding:0px 10px 0px 35px;
	width:635px;
	float:right;
	border-left:1px solid #000000;
	min-height:200px;
}
#footer {
	margin:auto;
	width:994px;
	color:#808080;
	padding:15px;
	text-align:left;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	margin-right:10px;
	color:#808080;
}
#footer a:hover {
	text-decoration:none;
}
	

