body {
	padding:0px;
	margin:15px 0px 15px 0px;
	background-color:#E1E2A9;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1F1F1F;
}
.newshead {
	font-size:17px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1F1F1F;
}
.calendar_td
{
background-color:#E6FFF3;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
form {
	padding:0px;
	margin:10px 0px 0px 0px;
}
input.support {
	width: 114px;
	float:left;
	margin-right:6px;
	border:1px solid #D3D3D3;
	padding:3px;
	font-size:13px;
	color:#686868;
}
.black {
	color:#1F1F1F;
}
.green {
	color:#3C6652;
}
.yellow {
	color:#FFCC01;
}
.white {
	color:#FFF;
}
.red {
	color:#FF0000;
}
.black_11 {
	color:#1F1F1F;
	font-size:11px;
}
.green_11 {
	color:#3C6652;
	font-size:11px;
}
.yellow_11 {
	color:#FFCC01;
	font-size:11px;
}
.grey_11 {
	color:#666666;
	font-size:11px;
}
.white_11 {
	color:#FFF;
	font-size:11px;
}
.red_11 {
	color:#FF0000;
	font-size:11px;
}
a:link {
	color:#1F1F1F;
	text-decoration:underline;
}
a:visited {
	color:#1F1F1F;
	text-decoration:underline;
}
a:hover {
	color:#3C6652;
	text-decoration:none;
}
.green_link:link {
	color:#3C6652;
	text-decoration:underline;
}
.green_link:visited {
	color:#3C6652;
	text-decoration:underline;
}
.green_link:hover {
	color:#1F1F1F;
	text-decoration:none;
}
.white_link:link {
	color:#FFF;
	text-decoration:none;
}
.white_link:visited {
	color:#FFF;
	text-decoration:none;
}
.white_link:hover {
	color:#FFCC01;
	text-decoration:none;
}
.yellow_link:link {
	color:#FFCC01;
	text-decoration:none;
}
.yellow_link:visited {
	color:#FFCC01;
	text-decoration:none;
}
.yellow_link:hover {
	color:#FFF;
	text-decoration:none;
}
.red_link:link {
	color:#FF0000;
	text-decoration:none;
}
.red_link:visited {
	color:#FF0000;
	text-decoration:none;
}
.red_link:hover {
	color:#000;
	text-decoration: none;
}
h1 {
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h1 a{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 a{
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 a{
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 {
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 a{
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 a{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 {
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 a{
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.border_bottom_grey {
	border-bottom:1px solid #DCDCDC;
	padding-bottom:6px;
}
/*---HEADER----------------------------------START HERE--------*/
#header {
	width:900px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/header_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#login {
	background-image:url(../images/login_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:103px;
	width:260px;
	padding:15px 20px 15px 20px;
	float:right;
	font-size:10px;
	color:#3C6652;
}
#login h1 {
	border-bottom:1px solid #DCDCDC;
	padding-bottom:6px;
	font-size:16px;
	color:#3C6652;
}
#login a:link {
	color:#000;
	text-decoration:underline;
}
#login a:visited {
	color:#000;
	text-decoration:underline;
}
#login a:hover {
	color:#3C6652;
	text-decoration: none;
}
#logout {
	background-image:url(../images/logout_bg.gif);
	background-position:left bootom;
	background-repeat:no-repeat;
	height:48px;
	width:260px;
	padding:10px 20px 15px 20px;
	float:right;
	font-size:10px;
	color:#3C6652;
}
#logout h1 {
	border-bottom:1px solid #DCDCDC;
	padding-bottom:6px;
	font-size:16px;
	color:#3C6652;
}
#logout a:link {
	color:#000;
	text-decoration:underline;
}
#logout a:visited {
	color:#000;
	text-decoration:underline;
}
#logout a:hover {
	color:#3C6652;
	text-decoration: none;
}
#top_nav {
	width:873px;
	margin:0px 8px 0px 8px;
	float:left;
	background-image:url(../images/nav_tr.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:11px;
	background-color:#3A6351;
	text-align:right;
	
}
#top_nav ul {
	padding:0px;
	margin:7px 0px 0px 0px;
}
#top_nav li {
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}
#top_nav a:link {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding:0px 15px 0px 18px;
	background-image:url(../images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#top_nav a:visited {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding:0px 15px 0px 18px;
	background-image:url(../images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#top_nav a:hover {
	font-size:12px;
	text-decoration:none;
	color:#FFCC01;
	padding:0px 15px 0px 18px;
	background-image:url(../images/bullet_m.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#font_adustment {
	font-size:11px;
	color:#000;
	padding-top:2px;
	padding-right:5px;
}
/*---HEADER----------------------------------END HERE--------*/
/*---MIDDLE----------------------------------START HERE--------*/
.dotted_line {
	background-image:url(../images/dotted_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:8px;
}
#middle {
	width:884px;
	float:left;
	background-color:#FFF;
	padding:15px 8px 15px 8px;
}
#right {
	width:656px;
	float:right;
}
#main_content {
	width:656px;
	float:left;
}
#main_content h1{
	font-size:22px;
	color:#4D4D4D;
	background-image:url(../images/dotted_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin-bottom:10px;
}
#latest_news {
	width:316px;
	float:left;
	margin-top:10px;
}
#latest_news_top_box {
	background-image:url(../images/c2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:316px;
	float:left;
}
#latest_news_bottom_box {
	background-image:url(../images/c3.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:316px;
	float:left;
}
#latest_news_midle_box {
	width:294px;
	padding:0px 10px 0px 10px;
	float:left;
	border-left:1px solid #E2DEDE;
	border-right:1px solid #E2DEDE;
	font-size:11px;
}
#latest_news_midle_box h1{ 
	font-size:18px;
	color:#3C6652;
	background-image:url(../images/dotted_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin-bottom:10px;
}
#latest_news_midle_box img {
	border:3px solid #E2DEDE;
	margin-bottom:8px;
	margin-right:8px;
}
#upcoming_event {
	width:316px;
	float:right;
	margin-top:10px;
}
#upcoming_event_top_box {
	background-image:url(../images/c2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:316px;
	float:left;
}
#upcoming_event_bottom_box {
	background-image:url(../images/c3.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:316px;
	float:left;
}
#upcoming_event_midle_box {
	width:294px;
	padding:0px 10px 0px 10px;
	float:left;
	border-left:1px solid #E2DEDE;
	border-right:1px solid #E2DEDE;
	font-size:11px;
}
#upcoming_event_midle_box h1{ 
	font-size:18px;
	color:#3C6652;
	background-image:url(../images/dotted_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin-bottom:10px;
}
#upcoming_event_midle_box img {
	border:3px solid #E2DEDE;
	margin-bottom:8px;
	margin-right:8px;
}
#programs {
	width:146px;
	float:left;
}
#programs_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#programs_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#programs_middle_box {
	background-color:#E2DEDE;
	width:136px;
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
}
#programs_middle_box a:link {
	color:#3D3D3D;
	text-decoration:none;
}
#programs_middle_box a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
#programs_middle_box a:hover {
	color:#3C6652;
	text-decoration:none;
}
#facilities {
	width:146px;
	float:left;
}
#facilities_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#facilities_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#facilities_middle_box {
	background-color:#E2DEDE;
	width:136px;
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
}
#facilities_middle_box a:link {
	color:#3D3D3D;
	text-decoration:none;
}
#facilities_middle_box a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
#facilities_middle_box a:hover {
	color:#3C6652;
	text-decoration:none;
}
#locations {
	width:146px;
	float:left;
}
#locations_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#locations_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#locations_middle_box {
	background-color:#E2DEDE;
	width:136px;
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
}
#locations_middle_box a:link {
	color:#3D3D3D;
	text-decoration:none;
}
#locations_middle_box a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
#locations_middle_box a:hover {
	color:#3C6652;
	text-decoration:none;
}
#contact_us {
	width:146px;
	float:left;
}
#contact_us_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#contact_us_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:146px;
	float:left;
}
#contact_us_middle_box {
	background-color:#E2DEDE;
	width:136px;
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
}
#contact_us_middle_box a:link {
	color:#3D3D3D;
	text-decoration:none;
}
#contact_us_middle_box a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
#contact_us_middle_box a:hover {
	color:#3C6652;
	text-decoration:none;
}
#pics {
	width:656px;
	margin-top:10px;
	float:left;
}
#pics ul {
	padding:0px;
	margin:0px;
}
#pics li {
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
}
#left {
	width:218px;
	float:left;
}
#banner {
	width:218px;
	float:left;
	margin-top:10px;
}
#banner_top_box {	
	background-image:url(../images/left_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#banner_bottom_box {	
	background-image:url(../images/left_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#banner_middle_box {
	background-color:#F6F5F5;
	padding:0px 10px 0px 10px;
	text-align:center;
	width:198px;
	float:left;
}
#visitor_counter {
	width:218px;
	float:left;
	margin-top:10px;
}
#visitor_counter_top_box {	
	background-image:url(../images/left_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#visitor_counter_bottom_box {	
	background-image:url(../images/left_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#visitor_counter_middle_box {
	background-color:#F6F5F5;
	padding:0px 10px 0px 10px;
	width:198px;
	float:left;
	font-size:11px;
}
#visitor_counter_middle_box h1{
	color:#3C6652;
	font-size:17px;
	margin-bottom:10px;
}
#left_nav {
	width:218px;
	float:left;
	margin-top:10px;
}
#left_nav_top_box {
	background-image:url(../images/left_nav_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
	text-align:center;
	height:41px;
}
#left_nav_bottom_box {
	background-image:url(../images/left_nav_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#left_nav_middle_box {
	background-color:#3C6652;
	width:198px;
	float:left;
	padding:0px 10px 0px 10px;
}
/*#left_nav_middle_box ul {
	padding:0px;
	margin:0px;
}
#left_nav_middle_box li {
	padding:0px;
	margin:0px;
	display:block;
	list-style:none;
	background-image:url(../images/dotted_line1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:1px;
}
#left_nav_middle_box a:link {
	background-image:url(../images/left_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:12px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#left_nav_middle_box a:visited {
	background-image:url(../images/left_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:12px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#left_nav_middle_box a:hover {
	background-image:url(../images/left_nav_m.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:12px;
	color:#FFCC01;
	display:block;
	text-decoration:none;
}*/
#staff_menu {
	width:218px;
	float:left;
}
#staff_menu_top_box {
	background-image:url(../images/staff_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
	text-align:center;
	height:41px;
}
#staff_menu_bottom_box {
	background-image:url(../images/staff_br.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	float:left;
}
#staff_menu_middle_box {
	background-color:#3C6652;
	width:198px;
	float:left;
	padding:0px 10px 0px 10px;
}
#staff_menu_middle_box ul {
	padding:0px;
	margin:0px;
}
#staff_menu_middle_box li {
	padding:0px;
	margin:0px;
	display:block;
	list-style:none;
	background-image:url(../images/dotted_line1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:1px;
}
#staff_menu_middle_box a:link {
	background-image:url(../images/left_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:11px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#staff_menu_middle_box a:visited {
	background-image:url(../images/left_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:11px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#staff_menu_middle_box a:hover {
	background-image:url(../images/left_nav_m.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 5px 5px 15px;
	font-size:11px;
	color:#FFCC01;
	display:block;
	text-decoration:none;
}
/*---MIDDLE----------------------------------END HERE--------*/
/*---FOOTER----------------------------------START HERE--------*/
#footer {
	background-image:url(../images/footer_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:886px;
	padding-right:14px;
	float:left;
	color:#FFF;
	height:89px;
	margin-bottom:15px;
}
/*---FOOTER----------------------------------END HERE--------*/
.txt_field {
	width: 250px;
	float:left;
	margin-right:6px;
	border:1px solid #D3D3D3;
	padding:3px;
	font-size:13px;
	color:#686868;
}
.img_border {
	border:1px solid #DADADA;
	padding:2px;
}