@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(WEB_IMAGES/gradientbackground.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-color: #3B582A;
	text-align: right;
}
#NAV {
	text-align: center;
	padding-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
.oneColLiqCtr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(WEB_IMAGES/summersky.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000033;
}
#header {
	margin-top: 0%;
	background-image: none;
	background-position: center;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: #000033;
}
.oneColLiqCtr #mainContent {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 80px;
}#logo {
	float: right;
}
td img {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}td img {
	display: none;
	text-align: center;
}td img {
	display: block;
}
a:link	{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

a:visited	{
	color:#4985DD;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
}
a:focus	{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	
}
a:hover	{
	color:#FFFFFF;
	font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	font-style:normal;
	

}
a:active {
	color:#FFFFFF;
	font-family:Verdana;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder;
	
}
.oneColLiqCtr #mainContent_sub {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#content {
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 0px;
}
#sidebar {
	float: left;
	width: 15%;
}
.floatrt {
	float: right;
	padding-left: 20px;
}
.floatleft {
	float: left;
}
#logoleft {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.center {
	text-align: center;
}
