form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px 0 0;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #B3B3B3;
	background-color: #243444; 
}

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

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

.white { background: #FFFFFF; }
.vertLine { background: #545460; }

#tagline
{
	font-size: 30px;
	color: #7F0700;
	text-align: left;
	margin: 0 0 0 15px;
}

#topNav
{
	font-size: 12px;
	color: #808183;
	font-weight: normal;
	margin: 20px 0 0px 0;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	list-style: none;
}
#topNav li
{
	background: url(images/navOn.jpg) no-repeat;
	text-align: center;
	float: left;
	height: 19px;
	width: 113px;
	line-height: 17px;
	margin: 0px;
	padding: 0 1px;
}
#topNav li:hover, #topNav li.selected
{
	background: url(images/navOff.jpg) no-repeat;
}
#topNav a
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

h1.homeTitle
{
	font-size: 18px;	
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
}
.homeText
{
	font-weight: normal;
	font-size: 11px;
	margin: 25px 25px 20px 160px;
	text-align: right;
}

#leftLinks
{
	text-align: right;
	margin: 30px 25px;
	padding: 0px;
	line-height: 17px;
	color: #B3B3B3;
	font-size: 10px;
	font-weight: bold;
}
#leftLinks a
{
	text-align: right;
	padding: 0px;
	color: #5E79A6;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#leftLinks a:hover
{
	color: #B3B3B3;
	text-decoration: none;
}

#leftLinks h1
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #5E7BA3;
	font-size: 10px;
	font-weight: bold;
}
#leftLinks h2
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #D90026;
	font-size: 10px;
	font-weight: bold;
}

.sub1Text h1
{
	font-size: 18px;	
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	color: #D90026;
}
.sub1Text h2
{
	font-size: 11px;	
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	color: #D90026;
}
.sub1Text
{
	font-weight: normal;
	font-size: 11px;
	margin: 25px 175px 20px 30px;
	text-align: left;
}

#leftLinksAutomation
{
	margin: 15px 0px;
	padding: 0px;
	text-align: right;
}
#leftLinksAutomation a
{
	margin: 5px 0px;
	padding: 0px 15px;
	display: block;
	background: url(images/leftNavOff.jpg) no-repeat right top;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
#leftLinksAutomation a:hover, #leftLinksAutomation a.selected
{
	background: url(images/leftNavOn.jpg) no-repeat right top;
	text-decoration: none;	
}

#copyright
{
	font-weight: normal;
	color: #898B8D;
	font-size: 9px;
	margin: 10px 0px;
	text-align: left;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #898B8D;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
}

