body	{ 
	color: #000000; font-family: Arial, Helvetica, sans-serif; 
	margin: 0; padding: 0;
	background-color: #ffffff;
}

p, td	{font-size: 11pt;}

img { border: 0px; vertical-align:text-bottom;}
td img {display: block;}

.small	{font-size: 7pt; color: #73685f; text-align: right;}

H1 {
	color: #d76818;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: 0;
}

H2 {
	color: #000000;
	font-size: 16pt;
	margin-top: 0;
	margin-bottom: 0;
}

H3 {
	color: #000000;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
}


#fullwidth {
	background-color: #515570;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.topnav {
	background-color: #000000;
	width: 100%; height: 22px;
	text-align: center;
	padding-right: 230px;
}

#contentwidth {
	width: 862px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.textarea {
	margin-right: 30px;
	padding-left: 11px;
	margin-top: 30px;
}

#rightpanel {
	background: url(../images/gavel_bkgrnd.jpg) no-repeat bottom right;
	background-color: #ebe4d1;
	width: 173px;
	text-align: left;
}

#rightpanel .addresstext {
	color: #d76818;
	font-size: 9pt;
	line-height: 14pt;
	padding-left: 8px;
	padding-top: 65px;
}

#disclaimer {
	color: #403d39;
	font-size: 7.5pt;
	border-top: 1px solid #e2d9be;
	padding-top: 6px;
	margin-top: 50px;
}

.small {
	color: #403d39;
	font-size: 7.5pt;
}

/*~~~~~~~~~~~~~~~~~ Button Styles~~~~~~~~~~~~~~~~~*/


a.nav:link, .nav:active, .nav:visited {
	color: #ebe4d1; 
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
}

a.nav:hover 	{color: #d76818; text-decoration: none;}

a:link 		{color: #d76818;}
a:active 	{color: #d76818;}
a:visited 	{color: #515570;}
a:hover 	{color: #000000;}

