@charset "utf-8";
/* CSS Document */

* {


}

body {
	border: none;
	outline: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}


table {
	width: 100%;
}

div {
	position: relative;
}

.clear {
	clear: both;
}

a:link { color: #669933; text-decoration: none; }
a:visited { color: #669933; text-decoration: none; }
a:active { color: #669933; text-decoration: none; }
a:hover { color: #669933; text-decoration: underline; }

a.blueLink:link { color: #003366; font-size: inherit; text-decoration: none; }
a.blueLink:visited { color: #003366; font-size: inherit; text-decoration: none; }
a.blueLink:active { color: #003366; font-size: inherit; text-decoration: none; }
a.blueLink:hover { color: #669933; font-size: inherit; text-decoration: none; }

a.whiteLink:link { color: #FFFFFF; font-size: inherit; text-decoration: none; }
a.whiteLink:visited { color: #FFFFFF; font-size: inherit; text-decoration: none; }
a.whiteLink:active { color: #FFFFFF; font-size: inherit; text-decoration: none; }
a.whiteLink:hover { color: #669933; font-size: inherit; text-decoration: none; }

img {
	border: none;
}

.siteOutline {
	margin-left: auto;
	margin-right: auto;
	width: 849px;
	height: auto;
	min-height: 665px;
}

.mainSite {
	border-top: 6px solid #669933;
	
	/*padding: 3px;*/
	padding-bottom: 0px;
	width: auto;
	height: auto;
	min-height: 425px;
}

.cms {
	border: 6px solid #669933;
	border-bottom: none;
	padding: 3px;
	padding-bottom: 0px;
	width: auto;
	height: auto;
	min-height: 425px;
}

.IE6fix {
	top: 0px;
	right: -2px;
}

