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: #FFF;
	background: #FFFFFF; 
}
#header
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	background: #B38806;
	height: 85px;
}
#page
{
	margin: 40px auto 0px;
	text-align: left;
	width: 864px;
}

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

h1
{
	font-size: 20px;
	color: #B38808;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	line-height: 19px;
}
h2,h3,h4,h5,h6
{
	font-size: 17px;
	color: #B38808;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	line-height: 19px;
}

#flashHeader { background: #0a0a0c; }

#logo
{
	position: relative;
	top: 60px;
	left: 83px;
	width: 326px;
	height: 50px;
}


#topNav
{
	margin: 60px 0 0px 0;
	text-align: left;
}
#topNav a
{
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	background: #00457C;
	color: #FFF;
	font-weight: normal;
	padding: 0px 28px;
	margin: 0px 2px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	color: #B38808;
	background: #FFF;
	text-decoration: none;
}

#contentTopLine
{
	height: 2px;
}

#content
{
	background: #00457C url(images/content.jpg) repeat-x top left;
}

#contactBtn
{
	float: right;
}

#mainText
{
	font-weight: normal;
	margin: 15px 25px;
	text-align: left;
	line-height: 18px;
}
#mainText strong
{
	font-weight: bold;
}

#rightText
{
	font-weight: normal;
	margin: 15px 25px;
	text-align: left;
	line-height: 14px;
}

.floatLeft
{
	float: left;
	margin: 0px 20px 10px 0px;
}

#footer
{
	background: #B38806;
	margin: 2px 0px 10px 0px;
	padding: 10px;
}
#bottomNav
{
	margin: 0px 0px 5px;
	text-align: left;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
#bottomNav a
{
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 5px;
	margin: 0px;
	text-decoration: none;
}
#bottomNav a:hover, #bottomNav a.selected
{
	color: #000;
	text-decoration: none;
}

#addressCopyright
{
	font-weight: normal;
	color: #FFF;
	font-size: 9px;
	margin: 0px 0px;
	text-align: center;
	line-height: 14px;
}



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

