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: #717073;
	background: #FFFFFF; 
}

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

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

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

#header { background: url(images/header.jpg) no-repeat top left; }
#logo
{
	float: left;
	margin: 50px 0px 0px 145px;
}

#topNav
{
	float: right;
	margin: 140px 80px 0px 0;
}
#topNav a
{
	display: block;
	float: left;
	background: url(images/iconStar.jpg) no-repeat right center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #585E66;
	font-weight: normal;
	padding: 0px 25px 0px 10px;
	text-decoration: none;
}
#topNav a.last
{
	background: none;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #B32317;
	text-decoration: none;
}

#topLine
{
	border-bottom: 1px solid #D98F8C;
	height: 10px;
}

.redline { background: #D98F8C; }

#leftText
{
	font-weight: normal;
	margin: 10px 35px 10px 225px;
	text-align: left;
	line-height: 18px;
}
#leftText h1
{
	font-size: 14px;	
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #06357A;
	margin: 10px 0px;
	text-align: left;
	text-transform: uppercase;
}
#leftText h2,h3,h4,h5,h6
{
	font-size: 11px;	
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #06357A;
	margin: 10px 0px;
	text-align: left;
	text-transform: uppercase;
}

#rightText
{
	font-weight: normal;
	margin: 10px 85px 10px 40px;
	text-align: left;
	line-height: 18px;
}
#rightText h1,h2,h3,h4,h5,h6
{
	font-size: 14px;	
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #06357A;
	margin: 10px 0px;
	text-align: left;
	text-transform: uppercase;
}

#mainText
{
	font-weight: normal;
	margin: 10px 85px 10px 225px;
	text-align: left;
	line-height: 18px;
}
#mainText h1,h2,h3,h4,h5,h6
{
	font-size: 14px;	
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #06357A;
	margin: 10px 0px;
	text-align: left;
	text-transform: uppercase;
}

#copyright
{
	font-weight: normal;
	color: #717073;
	font-size: 8px;
	margin: 10px 35px 10px 225px;
	text-align: left;
}

#footer
{
	background: #BBBCBE;
	height: 25px;	
}



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

