@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColLiqCtr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C8D5D6;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #520508;
	height: 27px;
	padding-right: 2px;
	padding-left: 2px;
	clear: both;
}
.oneColLiqCtr #mainContent {
	background-color: #C8D5D6;
	height: auto;
	padding: 10px;
	clear: right;
}#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #4F0508;
	height: auto;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	width: auto;
	clear: both;
}
#header {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #520508;
	border-left-color: #520508;
	background-color: #557DA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 140px;
	width: auto;
}
#header #logo {
	float: left;
	width: 65%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}
#header #logo img {
	clear: left;
	float: left;
	padding-right: 5px;
}
#header #logo h1 {
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#header #topNav {
	font-size: 10px;
	color: #FFF;
	clear: both;
	float: right;
	height: 20px;
	width: 175px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}
#header #topNav img {
	float: none;
}
#container #footer a:link {
	color: #FFF;
	text-decoration: none;
}
#container #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#container #footer a:hover {
	color: #000000;
	background-color: #CCC;
	text-decoration: none;
}
#container #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#rightSide h5 {
	color: #2C5265;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightSide hr {
	background-color: #2C5265;
	margin: 0px;
	padding: 0px;
	color: #2C5265;
}
 a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #520508;
	text-decoration: none;
}
a:active {
	color: #009;
	text-decoration: none;
}