/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #A39161;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}



/**** STRUCTURE CSS ****/
#container	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}
#banner	{
	height: 150px;
	border: 1px solid #333333;
	background-image: url(../images/banners/banner1c.jpg);
}
#banner H1 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 600;
	margin-top: 110px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-style: italic;
}

#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EDDFBB;
	line-height: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
}
#topnav a:link, #topnav a:visited	{
	text-decoration: underline;
	color: #EDDFBB;
}
#topnav a:hover	{
	color: #EDDFBB;
	text-decoration: none;
}
#content	{
	background-image: url(../images/content_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #EDDFBB;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
#content p	{
	margin: 12px 0px;
}
#content a:link, #content a:visited	{
	FONT-WEIGHT: normal;
	COLOR: #4E7C70;
	text-decoration: underline;
}
#content a:hover {
	COLOR: #4E7C70;
	text-decoration: none;
	font-weight: normal;
}
#content H1	{
	FONT-WEIGHT: lighter;
	FONT-SIZE: 30px;
	COLOR: #4e7c70;
	FONT-FAMILY: "Times New Roman", Georgia, Times; 	
	margin: 0px 0px 6px;
}
#content H2 {
	color: #666600;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ul li {
	margin-left: -20px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/**** FOOTER CSS ****/
#footercontainer	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}
#footer {
	font-size: 11px;
	color: #EDDFBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDDFBB;
	padding-top: 10px;
	text-align: center;
	width: 780px;
	padding-bottom: 10px;
}
#footer a {
	color: #EDDFBB;
	text-decoration: underline;
}



/**** FORM CSS ****/
form	{
}
legend	{
}
fieldset	{
}
input	{
}
textarea	{
}
