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

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

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

h1,h2,h3,h4,h5,h6
{
	font-size: 16px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

#header { background: url(images/header.jpg) no-repeat top left; }


#topNav
{
	margin: 60px 0 0px 360px;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #AEB0B2;
	font-weight: bold;
	padding: 0px 5px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #E8941A;
	text-decoration: none;
}

#footer { background: url(images/footer.jpg) no-repeat top left; }

#copyright
{
	font-weight: normal;
	color: #FFF;
	font-size: 9px;
	margin: 15px 15px 15px 250px;
	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;
}

