form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5E6E66;
	background: #FFFFFF; 
}

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

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

h1
{
	font-size: 29px;	
	font-weight: bold;
	margin: 10px 0px;
	line-height: 35px;
	text-align: left;
	color: #BF311A;
}
h2,h3,h4,h5,h6
{
	font-size: 16px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #BF311A;
}

#header { background: url(images/header.jpg) no-repeat top left; }
#headerEmail
{
	margin: 140px 10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#headerEmail a 
{ 
	color: #5E6E66; 
	font-weight: bold; 
}

#topBar
{
	background: #231F20;
	height: 5px;
}

#topNav
{
	background: url(images/nav.jpg) repeat-x top left;
	margin: 0 0 0px 0;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
}
#topNav a
{
	display: block;
	float: left;
	border-right: 1px solid #A09E9F;
	border-left: 1px solid #333132;
	height: 22px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 25px;
	text-decoration: none;
}
#topNav a.first
{
	border-left: none;
}
#topNav a.last
{
	border-right: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #CCC;
	text-decoration: none;
}

#mainBG
{
	background: url(images/baseBG.jpg) no-repeat bottom left;
}

#redline
{
	background: #BF311D;
	width: 2px;
	height: 360px;
	float: right;
}
#photoLeft
{
	background: #231F20;
	text-align: center;
	padding: 20px;
}


#mainText
{
	font-weight: normal;
	margin: 10px 40px;
	text-align: left;
	line-height: 14px;
}

.why li
{
	padding: 5px 0px;
}

#copyright
{
	font-weight: normal;
	color: #231F20;
	font-size: 9px;
	margin: 60px 20px 10px;
	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;
}


