body{
	
	margin: 0px;
	padding: 0px;
	background-image:  url(../graphics/middle.jpg);
}


#masthead{
	padding: 0px 0px 0px 0px;
	margin: 0px
	width: 100% ;
	background-image: url(../graphics/head.jpg);
	color:#DC143C;
	font-size: 30px;
	font-style: italic;
	font-weight: bolder;
 	background-repeat: repeat-x;
}

#navBar{
	float: left;
	width: 19%;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/middle.jpg);

	
	border-right: 1px solid #DC143C;
	border-bottom: 1px solid #DC143C;
	background-repeat: no-repeat;
	
}

#navright{
  float:right;
	width:14%;
	height:800px;
	border-left: 1px solid #DC143C;
	border-bottom: 1px solid #DC143C;
	padding-right: 0px;
	
	}

#content{
	float: left;
  width: 65%;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature p {
	text-align: justify;
	}
	.feature p:first-letter {
		font-size: 300%;
		float: left; 
		margin-right: 5px;
	} 
	
}
.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	color: #DC143C;
	font-size: 18px;
	}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
.feature a { color: #2A6319; font-size: 20px; font-weight: bold; margin-top: 0; padding: 0 }
.feature a:hover { color: Red;
}
.feature ul    { font-style: normal; font-weight: bold; list-style-image: url(../graphics/bullit.gif); padding-top: 10px; padding-left: 400px; position: relative }
.feature ul li  { color: #360; font-size: 10px; font-style: normal; font-weight: bold;}
.feature ul a   { color: #039; font-size: 12px; font-style: normal; font-weight: normal; }
.feature ul a:hover   { color: #6c0; font-size: 12px; font-style: normal; font-weight: normal }

#sectionLinks h3   { padding: 10px 0px 5px 0px;
	text-align: center;
	color: #CFDCCB;
	font-size: 18px;
	background-color: #2A6319;
 }

#sectionLinks a   { color: #2A6319; font-size: 13px; font-weight: normal; background-color: #CFDCCB; text-align: left; 
display: block; padding: 2px 0 0px 10px; position: relative; border-top: 1px solid #2A6319

 
  border-bottom-color: #006400;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #006400;
  border-left-style: solid;
  border-left-width: 10px;
 }

#sectionLinks a:hover { color: #CFDCCB; background-color: #2A6319; border-left: 10px solid #CFDCCB; border-bottom: 1px solid #CFDCCB;
}

.class01 {
	font-size: 20px;
	color: #FF0000;
}
.class02 {
	font-size: 36px;
	font-style: italic;
	color: #FF0000;
	
}

