form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #717073;
	background-color: #F4EAD1; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 762px;
}

a           
{
    text-decoration: none;
    color: #E1CB82;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.white { background: #FFFFFF; }

#nav { background: #E1CB82; }
#topNav
{
	margin: 0 0 0px 155px;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	font-size: 14px;
	color: #6A2C91;
	font-weight: normal;
	padding: 0px 15px;
	text-decoration: none;
}
#topNav a.last
{
	border-right: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#vr { background: #D8CAE3; }

h1,h2,h3,h4,h5,h6
{
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #6A2E92;
}

.mainText
{
	font-weight: normal;
	margin: 30px 115px 30px 70px;
	text-align: left;
	line-height: 20px;
}

#footer { background: #F0E4BC; }

#copyright
{
	font-weight: normal;
	color: #6A2C91;
	font-size: 10px;
	margin: 10px 15px;
	text-align: right;
}
#copyright span
{
	color: #717073;	
	font-size: 9px;
	padding: 0 0 0 10px;
}


/* 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;
}

