/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0054a4;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1
{
	color: #0054a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 30px 75px;
	text-transform: none;
}

h2
{
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;

}

h3
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #0055a5;
	font-weight: normal;
}

a:hover, .nav a:hover{text-decoration: underline;}
ul, ol, li, p, form, hr, dl, dt, dd {margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}

dt {padding: 20px 0 0 0; font-size: 14px; font-weight: bold;}
dd {padding: 0 0 0 80px;}

td {vertical-align: top;}
	
/* Classes */

.header1 {background: #9ad070;}

.header2
{
	background: #b0da8e;
	text-align: right;
}

.leftColumn {
	background: #cae6b5;
	vertical-align: top;
}

.nav
{
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	padding: 25px 0 20px 36px;
}

.nav a
{
	line-height: 40px;
}

.mainPic
{
	background: url(images/homePic.jpg) no-repeat top left;
	text-align: left;
	vertical-align: bottom;
	width: 613px;
	height: 357px;
}

.main
{
	padding: 18px 50px 18px 75px;
}


.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 50px 0 0 0;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}
