form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #231F20;
	background: #FFF; 
}
a           
{   
    color: #B32317;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 17px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #B32317;
	line-height: 20px;
}

#topArea
{
	margin: 0 auto;
	text-align: left;
	width: 902px;
}

#topNav
{
	background: url(images/nav.jpg) repeat-x;
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	height: 36px;
}
#topNav a
{
	display: block;
	float: left;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #949CA1;
	font-weight: bold;
	padding: 10px 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	background: url(images/navOn.jpg) no-repeat center bottom;
	text-decoration: none;
}

#content
{
	background: url(images/main.jpg) repeat-y top left;
	margin: 0 auto;
	text-align: left;
	width: 922px;
}
#textLeft
{
	font-weight: normal;
	margin: 20px 20px 20px 50px;
	text-align: left;
	line-height: 15px;
}
#textMiddle
{
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	text-align: left;
	line-height: 15px;
}
#textRight
{
	font-weight: normal;
	margin: 20px 50px 20px 20px;
	text-align: left;
	line-height: 15px;
}

#contentSub
{
	background: url(images/mainSub.jpg) repeat-y top left;
	margin: 0 auto;
	text-align: left;
	width: 922px;
}
#textSub
{
	font-weight: normal;
	margin: 20px 60px 20px 60px;
	text-align: left;
	line-height: 15px;
	min-height: 300px;
}

#footer
{
	margin: 0 auto;
	width: 922px;
}

#copyright
{
	float: left;
	font-weight: normal;
	color: #313223;
	font-size: 9px;
	margin: 0px 20px;
	text-align: left;
}
#contactInfo
{
	float: right;
	font-weight: normal;
	color: #313223;
	font-size: 9px;
	margin: 0px 20px;
	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: 0px 0px;
	text-decoration: none;
	text-align: center;
}

