form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #084887;
	background-color: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

a           
{
    text-decoration: underline;
    color: #084887;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.peach { background: #F6E7BC; }
.peachLht { background: #FDF7EB; }
.brown { background: #5D4900; }
.blue { background: #00468B; }

#topNav
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, serif;
	color: #E7D390;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
#topNav a
{
	font-size: 12px;
	color: #E7D390;
	font-weight: normal;
	padding: 0px 20px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #CBA228;
	text-decoration: none;
}

.topText
{
	font-weight: normal;
	margin: 10px 215px 10px 30px;
	text-align: left;
	color: #F1E6BD;
}
.topText h1
{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 16px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #F1E6BD;
}

.mainText
{
	font-weight: normal;
	margin: 10px 215px 10px 30px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #084887;
	font-size: 10px;
	margin: 10px 215px 10px 30px;
	text-align: left;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}

