body {
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

.MainBox {
    width:850px;
	height:970px;
	margin:auto;
	position:relative;
	background:url(masterBG.gif) repeat-y;
	padding:0 11px 0 14px;
}

#HeaderBox {
	width:824px;
	height:140px;
	background:url(Header3.gif) no-repeat;
	padding:10px 25px 0 0;
	text-align:right;
}

#HeaderBox a {
	color:#8dc54c;
}

#HeaderBox a:hover {
	text-decoration:none;
}

#NavBox {
	width:851px;
	height:24px;
	font-size:11px;
	color:#fff;
	text-transform:capitalize;
	background:url(NavBG.gif) repeat-x;
}

#NavBox a {
	display:block;
	text-decoration:none;
	padding:6px 5px 6px 5px;
	color:#fff;
}
	
#NavBox a:hover, a.active {
	text-decoration:none;
	background:url(mousedBG.gif) repeat-x;
	color:#fff;
}

#NavBox li {
	float:left;
	border-right:1px solid #fff;
	height:24px;
	list-style-image:none;
	list-style-type:none;
}

#PageIntroBox {
	width:810px;
	height:15px;
	padding:5px 0 5px 40px;
	font-size:15px;
}

#ContentBox {
	width:605px;
	height:675px;
	float:left;
}

#ContentBox p {
	padding:5px 40px 0 40px;
}

#ContentBox .title {
	color:#8dc54c;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	padding-left:40px;
}

#ContentBox a {
	color:#000;
}

#ContentBox a:hover {
	text-decoration:none;
}

#ContentBox #Img1 {
	border:1px solid #fff;
	width:170px;
	height:124px;
}

#ContentBox #Img2 {
	border:1px solid #fff;
	width:110px;
	height:165px;
}

#ContentBox #img1 {
	background:#e7e7e7;
	border:1px solid #000;
	width:170px;
	height:124px;
	padding:5px;
	float:right;
	margin:0 38px 0 0;
}

#ContentBox #img2 {
	background:#e7e7e7;
	border:1px solid #000;
	width:110px;
	height:165px;
	padding:5px;
	float:right;
	margin:10px 40px 0 0;
}

#ContentBox ol {
	list-style-image:none;
	list-style-type:none;
}

#ContentBox #copy {
	font-size:11px;
}

#ContentBox h4 {
	color:#8dc54c;
}

#ContentBox .note {
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
}

#ContentBox form {
	padding-left:40px;
	margin-top:-5px;
}

#ContentBox form .field1 {
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8dc54c;
	font-weight:bold;
}

#ContentBox form textarea {
	width:250px;
	height:125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8dc54c;
	font-weight:bold;
}

#ContentBox form .submit {
	background:url(buttonBG.gif);
	border:1px solid #E7E7E7;
	padding:3px;
}

#RightBox {
	float:right;
	border-left:1px solid #000;
	width:225px;
	height:729px;
	font-size:14px;
}

#RightBox p {
	padding-left:40px;
}

#RightBox li {
	list-style-type:none;
	list-style-image:none;
}

#RightBox a.title {
	color:#8dc54c;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	padding:40px;
}

#RightBox a.title:hover {
	text-decoration:none;
}

#RightBox #quoteIMG {
	margin-top:100px;
}
