body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x
}



.red{
	color: #770204;
}


.small{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #6c6c6c;
	padding-top: 10px;
}



.subHead{
	color: #000;
}

h1{
	font-family: helvetica, Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #c22107;
	padding-bottom: 0px;
}



.content{
	font-family: georgia, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4e0702;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	line-height: 16px;
}


.add{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #4e0702;
	line-height: 16px;
	padding-left: 3px;
}


.head{
	padding-top: 10px;
}

.pad{
	padding-left: 6px;
}


.heading{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 4px;
}





a{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #770204;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	}
	
a.email{
	color: #fff;
}

a.email:hover{
	text-decoration: underline;
	}	
	
a.link{
    font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #781802;
	text-decoration: none;
	background-color:#fefbf1;
	padding-left:3px;
	padding-right:2px;
}

a.link:hover{
	text-decoration: underline;
	}

 #navcontainer { width: 140px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-top: 1px dashed gray;
}

#navcontainer a
{
display: block;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
width: 140px;
background-color: #e8e6e3;
border-bottom: 1px dashed gray;
}

#navcontainer a:link, #navlist a:visited
{
color: #770204;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ebeae9;
color: #45150a;
}




