@charset "utf-8";
/* CSS Document */

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-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/back.jpg);

}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #6699bb;
	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. */
	min-width:486px;
	max-width:486px;
	width:486px;

}
.oneColLiqCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.logo {
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}


p {
font: 90% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	
	font-size:120%;

}
h2 {
	font-size:200%;
background-color: #333333;
	color: #FFFFFF;
	padding :5px;
	clear:both;
	margin-top:0px;
}

h3 {
font-size:120%;
}

li
{
font: 90% Verdana, Arial, Helvetica, sans-serif;
}
a {
text-decoration:none;
color:#fff;
}
a:hover {
color:#fff;
text-decoration:underline;
}
a:visited {
color:#fff;
}

.reader {
font: 70% Verdana, Arial, Helvetica, sans-serif;
}
.searchfrm {
text-align:center;
}
img {
border:none;
}

.panel
{
border: 1px solid #ddd;
padding:5px;
padding-top:0px;
margin-bottom:5px;
margin-top:0px;
}
.oneColLiqCtr #container #topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFF66;
	background-color: #333333;
	text-align: center;
	padding: 3px;
	padding-bottom:5px;
}
.oneColLiqCtr #container #topnav a:link {
color: #FFFF66;
}
.oneColLiqCtr #container #topnav a:hover {
color: #FFFF66;
}
.oneColLiqCtr #container #topnav a:visited {
color: #FFFF66;
}
