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

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

a           
{   
    color: #003E7E;
    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;
	color: #003E7E;
	line-height: 20px
}


#topNav
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-weight: bold;
	margin: 60px 30px 0px 0px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#topNav a
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	color: #6CADDE;
	text-decoration: none;
}

#main { background: url(images/main.jpg) repeat-y top left; }
#mainText
{
	font-weight: normal;
	margin: 35px 120px;
	text-align: left;
}

#footer { background: url(images/footer.jpg) no-repeat top left; }
#tagline
{
	color: #FFF;
	margin: 0px 0px 0px 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
#copyright
{
	font-weight: normal;
	color: #FFF;
	font-size: 9px;
	margin: 75px 35px 10px 0px;
	text-align: right;
}

/* 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;
}

