body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-color: #951F1F;

}

p { font-size: 12px;
	line-height: 18px;
	color:#000000;}

h1 { font-size: 22px;
	 font-weight: bold;
	 color:#810541;
	 padding-right:100px;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#6B0F10;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#666666;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#792F2E;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;
	 color:#000000;}

.imgborder { BORDER: #666666 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#000000;
	background:#000000;
	height:1px;
	border:0;}
			  
/* Template */
.address {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E2D6B0;
	font-weight:bold;
	line-height:18px;
	}
.copy {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E2D6B0;
	font-weight:bold;
	line-height:16px;
	}
.copy a{ color:#E2D6B0;
	text-decoration:none;
	}
.copy a:hover{ color:#FFFFFF;
	text-decoration:underline;
	}
#nav {width:112px;
	padding-top:30px;
}
#nav ul{ margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	}
#nav li {list-style:none;
	line-height:20px;
	margin-left:0px;
	padding-left:3px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	}
#nav a{padding-left:10px;
	color:#E2D6B0;
	display:block;
	text-decoration:none;
	}
#nav a:hover{padding-left:10px;
	color:#FFFFFF;
	display:block;
	background:#a73d3d;
	text-decoration:none;
	}
	
#highlights {width:112px;
	padding-top:30px;
}
#highlights ul{ margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	}
#highlights li {list-style:url(assets/images/bullet.jpg);
	line-height:18px;
	margin-left:13px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	}
#highlights a {font-size:11px;
	color:#E2D6B0;
	text-decoration:none;
	}
#highlights a:hover {font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#sidebar {padding:5px;}

.bottomlinks p {color:#999999;}

.bottomlinks a{color:#E2D6B0;
	text-decoration:none;
	font-weight:bold;
	}
.bottomlinks a:hover{color:#333333;
	text-decoration:none;
	font-weight:bold;
	}
.body {
padding: 0 0 40px 0;
}
/* End Template */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B0F10;
	border: #6B0F10 1px solid;
	background-color: #E9CFD0;
}
 input.submit
{
	border: 1px solid #6B0F10;
	border-top-color: #6B0F10;
	border-left-color: #6B0F10;
	padding: 0.25em;
	background-color: #E9CFD0;
	color: #6B0F10;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #6B0F10;
	border-top-color: #6B0F10;
	border-left-color: #6B0F10;
	padding: 0.25em;
	background-color: #6B0F10;
	color: #E9CFD0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Custom Forms End */

/*
	Latest Blog
	---------------------------------------- */
#latestBlog {
	position: absolute;
	margin: -80px 0px 0px 30px;
	padding: 0px;
	width: 475px;
	height: auto;
	font: 12px/16px Arial, Helvetica, sans-serif;
	overflow: hidden;
	}
	#latestBlog h3 {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		width: auto;
		height: auto;
		font: bold italic 12px/18px Arial, Helvetica, sans-serif;
		}
	#latestBlog a {
		display: block;
		padding-left: 15px;
		background: transparent url(assets/images/bullet.jpg) no-repeat left center;
		}
