.allHolder {
	width: 970px;
	text-align:left;
	border: 1px solid #006906;
	background-color: #FFFFFF;
}
.header {
	height: 100px;

}
.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;

}
.navBar {
	background-color:#78A17B;
	height:24px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8F0B37;
	border-bottom-color: #8F0B37;
}
.nav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #6E092B;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #CCEBCF;
	background-image: url(../images/navLeft.gif);
	background-repeat: no-repeat;
	float:left;
	height:24px;
	overflow:hidden;
	margin-left:10px;
}
.navBar img{
	float:left;
	height:24px;
	width:5px;
	
}
.contentBack{
	background-image: url(../images/contentTop.gif);
	margin: 10px;
	width: 950px;
	padding-top:9px;
	background-repeat: no-repeat;
	background-color: #8F0B37;
}
.contentHolder{
	

}
.contentMain{
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	width: 908px;
	margin:0px 1px;
	background-color:#FAF3F5;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #8F0B37;
	margin-top: 2px;
	margin-bottom: 12px;
	padding: 0px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #8F0B37;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #8F0B37;
	display: inline;
}
body {
	background-color: #EBEBEB;
}
p{
       padding:0px;
       margin:2px 0px 16px 0px;
}