@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #ffffff;
}
.oneColLiqCtr #container {
	width: 75%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	background-image: url(images/header.jpg);
	height: 394px;
	width: 1007px;
}


#headerContent {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 80%;
	margin-left:250px;
	
}

div.navigation{
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	font-size:11px;
	color:#4678B5;
}

a.navigation:link {
            color: #4678B5;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #4678B5;
}
a.navigation:hover {
            text-decoration: none;
            color: #86C9C0;
}

a.navigation:active {
            text-decoration: none;
            color: #86C9C0;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #486B93;
	font-weight:bold;
}

#footer {
	background-image: url(images/ContentBackground.jpg);
	height: 281px;
	width: 1007px;
}

#footerTopContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-left: 60px;
	width: 88%;
}

#footerMiddleContent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-left: 150px;
	width: 300px;
}

#footerMiddleContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	width:349px;
	position:absolute;
	left: 765px;
	top: 503px;
}

div.bottomnavigation{
	text-align:center;
	width: 100%;
	font-weight:bold;
	font-variant:small-caps;
	font-size:9px;
	color:#4678B5;
}

a.bottomnavigation:link {
            color: #4678B5;
            text-decoration: none;
}
a.bottomnavigation:visited {
            text-decoration: none;
            color: #4678B5;
}
a.bottomnavigation:hover {
            text-decoration: none;
            color: #4678B5;
}

a.bottomnavigation:active {
            text-decoration: none;
            color: #4678B5;
}
