@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #5125ba;
	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;
}
.oneColLiqCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	background: #5125ba;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #5125ba; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
}
.oneColLiqCtrHdr #centereddiv {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #centereddiv12 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #centereddiv12animo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 450px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #centereddiv12fees {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 560px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #centereddiv12750 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #centereddiv12nolimits {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #contactdiv12 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #eventsdiv12 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #eventsimagesdiv12 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5125ba;
	width: 610px;
	margin-left:auto;
	margin-right:auto;
}
.oneColLiqCtrHdr #footer { 
	width: 310px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5125ba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 
.oneColLiqCtrHdr #menu { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5125ba;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}
A:link
{
text-decoration: underline;
color: #FFFFFF;
}
A:visited
{
text-decoration: underline;
color: #FFFFFF;
}
A:active
{
text-decoration: none;
color: #FFFFFF;
}
A:hover
{
}

A.ipc:link
{
text-decoration: none;
color: #FFFFFF;
}
A.ipc:visited
{
text-decoration: none;
color: #FFFFFF;
}
A.ipc:active
{
text-decoration: none;
color: #FFFFFF;
}
A.ipc:hover
{
text-decoration: underline;
color: #FFFFFF;
}

body#home a#homenav,
body#aboutus a#aboutusnav,
body#services a#servicesnav,
body#fees a#feesnav,
body#ethics a#ethicsnav,
body#test a#testnav,
body#animo a#animonav,
body#events a#eventsnav,
body#contact a#contactnav {
background: transparent url(../images/nav-on.gif) no-repeat;
}

#navigation {
    background: #5125ba;
    height: 45px;
    overflow: hidden;
    margin: 0;
    padding: 2px 0 0 10px;
	font-weight:bold;
}
#navigation li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation li a {
    color: #fff;
    text-decoration: none;
    background: transparent url(../images/nav-off.gif) no-repeat;
    display: block;
    width: 99px;
    height: 35px;
    padding-top: 10px;
    text-align: center;
}
#navigation li a:hover, #navigation li a.on {
    color: #fff;
    background: transparent url(../images/nav-on.gif) no-repeat;
}
