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