/*	Overall Site Style	*/


a:link, a:active, a:visited {
	text-decoration:none;
	color: #471814;
	border-bottom:#471814 dotted 1px;
}

a:hover  {
	text-decoration:none;
	color: #471814;
}

body 
{font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
background-color: #471814;
}

input, textarea, select {
color: #471814; 
font: 10px verdana;
border: 1px solid #471814;
background-color: #C9BCA8;
} 

#nav {
background-color: #471814;
}

#nav a {
color: #C9BCA8;
text-decoration: none;
}

table, td, tr 
{border-collapse: collapse;
font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;}

p {
text-align: justify;
margin: 1em 1em 1em 1em;
}

.bg {
background-image: url(wholebg.jpg);
}

h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #471814;
	text-align: right;
}

h2 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #471814;
	border-bottom: 1px solid #471814;
	text-align: right;
}