
body{
	
	margin: 0px;
	padding: 0px;
}


#masthead{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #DC143C;
	width: 100%;
	background-image: url(graphics/Untitled-1.jpg);
	background-repeat: repeat-x;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: White;
	border-right: 1px solid #DC143C;
	border-bottom: 1px solid #DC143C;
}

#navright{
  float:right;
	width: 17%;
	border-left: 1px solid #DC143C;
	border-bottom: 1px solid #DC143C;
	padding-right: 0px;
}
#navright table td {
	color: #DC143C;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#navright h3 {
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #DC143C;
	background-color: #FF8C00;
}
#content{
	float: left;
  width: 60%;
}



#topName{
	margin: 0;
	padding: 0 0 0 10px;
	color:#DC143C 
}


.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: #FF8C00; font-size: 20px; font-weight: bold; margin-top: 0; padding: 0 }
.feature a:hover { color: #c33 }
.feature ul    { font-style: normal; font-weight: bold; list-style-type: disc; padding-top: 10px; padding-left: 400px; position: relative }
.feature ul li  { color: #360; font-size: 10px; font-style: normal; font-weight: bold; list-style-type: disc }
.feature ul a   { color: #039; font-size: 12px; font-style: normal; font-weight: normal; list-style-type: disc }
.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: #DC143C;
	font-size: 18px;
	background-color: #FF8C00;
 }

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

#sectionLinks a:hover { color: #fff; background-color: #DC143C;
}



