/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #494949;
	background-color: #FFFFFF;
	text-align: center; 
}

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

.gray { background: #C4C6C1; }
.lhtGray { background: #F0F0F0; }

#topNav
{
	background: url(images/mainBG.jpg) no-repeat top left;
	height: 290px;
	text-align: left;
}
#topNav ul
{
	list-style: none;
	width: 286px;
	padding: 0px;
	margin: 94px 0 0 0;
}
#topNav ul li
{
	height: 24px;
}
#topNav ul li:hover, #topNav ul li.selected
{
	background: url(images/navBG.png) right no-repeat;
	height: 24px;
}
#topNav ul li a
{
	font-size: 13px;
	line-height: 22px;
	padding-left: 220px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#topNav ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

h1,h2,h3,h4
{
	font-size: 11px;	
	font-weight: bold;
	margin: 20px 140px 10px 20px;
	text-align: left;
	text-transform: uppercase;
}

.mainText
{
	font-weight: normal;
	margin: 10px 140px 20px 20px;
	text-align: left;
	line-height: 16px;
}

#contactInfo
{
	font-weight: normal;
	font-size: 10px;
	margin: 30px 20px 30px 225px;
	text-align: left;
	line-height: 16px;
}

#copyright
{
	font-weight: normal;
	color: #D0D1D3;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}