/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: "Trebuchet MS", Arial, serif;
    font-size: 11px;
    color: #000000;
	background-color: #FFFFFF;
	text-align: left; 
}

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

.black { background: #000000; }
#topLeft { background: url(images/topLeft.jpg) no-repeat top left; }
#mainBG { background: url(images/mainBG.jpg) no-repeat top left; height: 254px; }

#search
{
	font-size: 12px;
	text-align: right;
	margin: 57px 110px 0 0;
}

#topNav
{
	margin: 0 0 0 36px;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	display: block;
	float: left;
	background: url(images/nav.jpg) no-repeat;
	width: 93px;
	height: 21px;
	line-height: 24px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 17px;
	text-align: center;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #2786D3;
	text-decoration: none;
}

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

.mainText
{
	font-weight: normal;
	margin: 15px 460px 80px 20px;
	text-align: left;
}

#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;
}