@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: #000000;
}
.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/InnerHeader.jpg);
	height: 122px;
	width: 1007px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	color:#4678B5;
	width: 60%;
	margin-left:305px;
}

div.navigation{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	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;
}

#innerMain {
	height: 298px;
	width: 1007px;
}

#innerContent {
	height: 298px;
	width: 600px;
	margin-left:325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#innerContent2 {
	height: 298px;
	width: 600px;
	margin-left:325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


#footer  {
	background-image: url(images/InnerSubContent.jpg);
	background-repeat: repeat-y;
	width: 1007px;
}

#footerContent2 {
	width: 600px;
	margin-left:325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height:100%;
}

#footerContentSmall {
	width: 600px;
	margin-left:325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height:100%;
}

#links {
	position: relative;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	left: 70px;
	top: -300px;
	height: 182px;
}

#links2 {
	position: relative;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	left: 70px;
	top: -200px;
	height: 182px;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #486B93;
	font-weight:bold;
}
