body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
    text-align:left;
}
body {
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #9BAF7E;
	position:relative;
}
:root {
 	overflow-y: scroll; /*!important for Firefox; */
/*	display: table;  */
	margin-left:auto;
	margin-right:auto;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
 a img {
	border: 0; 
 }
 hr {color: #AAAAAA; width: 75%; height: 1px; text-align:left;}
/****************************************************************/
/*                       Containters                            */
/****************************************************************/
#container {
    margin: 0px auto;
    position: relative;
	background-color: #FFFFFF;
	width: 860px;
	background-image: url(../images/template/misc/bg.jpg);
	text-align:center;

}
#box { width: 772px;margin: 0px auto;}
#header {
    margin-left: auto;
    margin-right: auto;
	height: 134px;
	background-image: url(../images/template/misc/header.jpg);
	background-repeat: no-repeat;
}
#header_top {
	height: 97px;
}
#header_bottom {
	height: 37px;
}
#main_content {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
#left_partition {
	width: 202px;
	float: left;
	margin-right: 6px;
}
#right_partition {
	overflow: hidden;
	width: 564px;
	float: left;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#welcome_content {
	display: block;
	width: 183px;
	padding: 11px 0px 19px 0px;
	float: right;
	border-bottom: solid 1px #AAAAAA;
}
#welcome_header {
	display: block;
	height: 18px;
	width: 424px;
	margin-bottom: 10px;
	background-image: url(../images/template/page_headers/welcome.gif);
	background-repeat: no-repeat;
}
#sponsor_content {
	display: block;
	width: 183px;
	padding: 16px 0px 13px 0px;
	float: right;
	border-bottom: solid 1px #AAAAAA;
}
.sponsor_logo {
	display: block;
	width: 183px;
	margin: 10px 0px 10px 0px;
	float: right;
	text-align:center;
}
#visit_nj {
	display: block;
	width: 183px;
	padding: 15px 0px 15px 0px;
	float: right;
	text-align: center;
}
/***********************************************************/
#flash_box {
	width: 564px;
	height: 197px;
	background-color: #FFFFFF;
}
.featured_box {
	width: 186px;
	float: left;
}
.featured_box_img { text-align:center; }
.featured_content {
	display: block;
	width: 161px;
	padding: 0px 12px 0px 12px;
	border-right: solid 1px #AAAAAA;
}
.featured_content_right {
	display: block;
	width: 159px;
	padding: 0px 12px 0px 12px;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	height: 95px;
	color: #3A5721;
	background-image: url(../images/template/misc/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-right:auto;
	margin-left:auto;
}
#address {
	width: 200px;
	text-align: left;
	padding: 15px 0px 0px 20px;
	float:left;
}
#footer_nav {
    text-align:right;
    float: right;
	padding: 30px 20px 0px 0px;
	font-weight: bold;
}
#credit {
	text-align: right;
	float:right;
    width: 55%;
	padding: 0px 20px 0px 0px;
}
#copyright {
    text-align: right;
    float:right;
    width: 55%;
	padding: 15px 20px 0px 0px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
a:hover {
	color: #EC2306;
} 
.body_text {
	color: #000000;
}
.body_text a {
	text-decoration: underline;
	color: #000000;
}
.body_text a:hover {
	text-decoration: underline;
	color: #EC2306;
}
.red_bold_text {
	color: #EC2306;
	font-weight: bold;
	text-align:center;
}
.footer_text {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
}
.footer_nav, .footer_nav a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #EF860A;
}			
p.success {color: Blue;}
p.fail {color:Red;}
