/* CSS Document */

body 		{	width: 100%;
				margin: 0 auto;
				color: #303030;
				background-color: #deb887;
				text-align:left;
				font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
			}

a 			{	color:#993300; text-decoration:underline;}
a:hover	 	{	color:#000000; text-decoration:underline;}

.logo 		{	background-image:url(../images/logo.png);
				background-position:left top;
				background-repeat:no-repeat;
			}

.nav		{	font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				text-transform:uppercase;
				color:#856b53;
			}

.nav a			{	text-decoration:none; color:#856b53;	}
.nav a:hover	{	text-decoration:none; color:#423633;	}

.footer         		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color:#856b53;
	padding: 10px 0 10px 50px;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ba9972;
}
.footer a       		{	text-decoration: underline; color: #856b53; }
.footer a:hover 		{	text-decoration: none; color: #856b53; }

h1         				{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; color:#000000; padding-top: 35px; margin: 0; }
h2         				{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#423633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
h3         				{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color:#856b53;}


h4         				{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color:#000000; padding-top: 15px; margin: 0; line-height: 14px; }


.textsmall         		{		font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; }
.textsmall a       		{	text-decoration: underline; color: #660000; }
.textsmall a:hover 		{	text-decoration: none; color: #000000; }

tr						{	text-align:left;
							vertical-align:top;
						}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}