* {
	margin: 0px;
	padding: 0px;
}

body, table, input, select, textarea, td, div, p, h1, h2, h3, h4
{
	font-family: verdana, arial, sans-serif;
}

body 
{
	background-color: #656565;
	color: black;
	
	font-size: 12px;
	line-height: 170%;
	text-align: center;
}

td
{
	vertical-align:top;
	padding: 0 10px 10px 10px;
}

h1, h2, h3, h4 
{
	margin-top: 0px;
	font-weight:bold;
}

h1
{
	font-size: 22px;
	margin: 12px 0px 16px 0px;
	text-align:center;
}

h2
{
	font-size: 15px;
	margin: 12px 0px 16px 0;
	text-align:center;
}

h3
{
	font-size: 14px;
	margin: 28px 0px 10px 0px;
	text-align:left;
}

h3.first
{
	margin-top: 0px;
}

blockquote
{
	margin-left:30px;
}

p {
	margin-bottom: 6px;
}

a {
	color:black;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: disc;
	margin:0;
	padding:0;
}

li {
	margin-left:20px;
}

#container 
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left:-439px;
	width: 878px;

	color: inherit;
	background-color: White;
	text-align:left;
}

#top img
{
	display:block;
	height:50px;
}

img#logo
{
	margin: 10px auto 0px auto;
	text-align:center;
	height:30px;
}

#menu 
{
	clear:both;
	background-color: #D87436;
	height: 40px;
}

#menu a
{
	font: normal bold 18px/40px verdana;
	text-decoration:none;
	vertical-align:middle;
	
	display:block;
	float:left;
	color:white;
	margin: 0 10px 0 20px;
	
}

#menu a:hover
{
	
	color: black;
}

#content
{
	clear:left;
	margin: 0px 30px 44px 30px;
}

#content td.announce, #content td.announce h3
{
	text-align:right;
}

#content td.announce
{
	border-left: dashed 1px black;
}

#content img.inright, #content img.inleft
{
	margin: 10px;
	display:block;
}

#content img.inright
{
	float: right;
}

#content img.inleft
{
	float: left;
}

#homewords
{
	margin:0;
	padding:0;
	margin-top: 10px;
	float: left;
}

.homeword
{
	font-size:14px;
	display:block;
	margin: 8px 10px 8px 10px;
	font-weight:bold;
	float:left;
	text-align:center;
}

blockquote a
{
	line-height:200%;
}

#footer
{
	clear:both;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #c2bebe;
	background-color: #656565;	
}