body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearBoth {
	clear: both;
}

/* this centers the entire web site */

#centerColumn {
	width: 800px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 800) / 2 + 'px');
}

/* Header */

#leftBottomlogo {
	width: 170px;
	height: 60px;
	float: left;
}

#logoTop {
	width: 800px;
	height: 206px;
	float: left;
}

#topRight {
	width: 328px;
	height: 127px;
	float: left;
	background-image: url(topright.gif);
	background-repeat: no-repeat;
}

/* Margin and padding work clockwise starting with top (ie. top, right, bottom, left) */

#topRight img {
	margin: 10px 0px 0px 35px;
}

#navContainer {
	width: 580px;
	height: 23px;
}

/*Main Area */

#breadTrail {
	margin: -40px 0px 0px 170px;
	padding: 6px 0px 0px 7px;
	width: 580px;
	height: 36px;
	font-size: 10px;
	background-image: url(bread.gif);
	background-repeat: no-repeat;
	color: #fff;
}

#breadTrail a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#breadTrail a:hover {
	text-decoration: none;
}

#textArea {
	width: 800px;
	padding: 5px;
}

#mainContent {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	display: table;
}

#mainArea {
	width: 800px;
}

#leftMain {
	background-image: url(leftbg.gif);
	background-repeat: repeat-x;
	background-color: #7e90a4;
	color: #fff;
	width: 150px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 10px;
	float: left;
}

#leftMain a {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	}

#leftMain a:hover {
	text-decoration: underline;
	color: #cc0033;
}


#centerMain {
	width: 410px;
	float: left;
	margin: 0px 0px 0px 10px;
}

#centerMain a {
	color: #575757;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	}

#centerMain a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#rightMain {
	width: 175px;
	float: left;
	margin: 4px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
}

#rightMain a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	}

#rightMain a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#fotrKywds {
	font-size: 8pt;
	color: #9d9d9d;
	text-align: center;
	}

/* Footer */

#footer {
	width: 750px;
	height: 500px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #000;
}

#navBottom {
	padding: 3px 0px 0px 0px;
}

#navBottom a {
	padding: 0px 5px 0px 5px;
	color: #000;
	text-decoration: none;
	margin: 0px;
}

#navBottom a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#bottomText {
	color: #000;
	padding: 4px 0px 0px 0px;
}

h1
{	
	margin-top:	1px;
	margin-bottom:	1px;
	font-size:	24px;
	text-align: center;
	color: #000;	
	}	
	
input.blue
{
	background-color: #005b88;
	background-image:url('images/shadeform.gif');
	font-weight: bold;
	font-size: 12px;
	color: #000;
	}

input.textarea
{
	background-image:url('images/shadeform.gif'); 
	border: 1px solid #006666;
	margin: 4px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	}
