/* main body */
* {
	margin-top: 0px;
	padding-top: 0px;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a4836;
	margin: 0px;
	padding: 0px;
	background: #fff url('../images/bodyBg.jpg') repeat-x;
}

img {
	border: none;
}

a {
	color: #2a4836;
	text-decoration: underline;
}	
a:hover {
	text-decoration: none;
}	

.header {
	width: 957px;
	height: 317px;
}

#content {
	width: 605px;
	background: #fff url('../images/contentBg.jpg') repeat-y;
	padding-left: 40px;
	padding-right: 15px;
}
#content h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 20px;
}
#content h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 16px;
}
#content h3 {
	margin: 0px;
	padding: 1px 0px 15px 30px;
	font-weight: bold;
	font-size: 16px;
	background: #fff url('../images/utBullet.jpg') no-repeat;

}
#content p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#content p.answer {
	padding: 0px 0px 30px 30px;
}

#contentTop {
	width: 660px;
	background: #fff url('../images/contentBg.jpg') repeat-y;
}	
#contentFooter {
	background: #fff url('../images/footer.jpg') no-repeat;
	width: 600px;
	height: 202px;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 10px;
}
#contentFooter2 {
	background: #fff url('../images/footer2.jpg') no-repeat;
	width: 660px;
	height: 35px;
}
#contentFooter p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.rightContainer {
	width: 297px;
	color: #fff;
}	
.rightTop {
	width: 297px;
	height: 35px;
	background: url('../images/rightTop.jpg') no-repeat;
}
.rightBody {
	background:  url('../images/rightBg.jpg') repeat-y;
	padding-left: 10px;
	padding-right: 50px;
	
}
.rightBottom {
	width: 297px;
	height: 35px;
	background: url('../images/rightBottom.jpg') no-repeat;

}
.rightBody h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 16px;
}
.rightBody ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.rightBody li {
	background: url('../images/rightBullet.jpg') no-repeat 0px 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}
.rightBody li a {
	color: #fff;
	text-decoration: none;
}
.rightBody li a:hover {
	text-decoration: underline;
}

#nav {
	padding-top: 287px;
	padding-left: 19px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	height: 24px;
	background-color: #fa7248;
	color: #1b5733;
	text-decoration: none;
	border-left: 1px #fff solid;
	padding: 6px 10px 0px 10px;
	
}
#nav li a:hover {
	display: block;
	height: 24px;
	background-color: #1b5733;
	color: #fa7248;
	text-decoration: none;
	border-left: 1px #fff solid;
	padding: 6px 10px 0px 10px;
	
}
#nav li a.current {
	display: block;
	height: 24px;
	background-color: #1b5733;
	color: #fa7248;
	text-decoration: none;
	border-left: 1px #fff solid;
	padding: 6px 10px 0px 10px;
	
}
	