@charset "UTF-8";
* {margin:0;padding:0}
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: 100%;
	background-color: #333;
	background-image: url(images/bg.jpg);
}

	
.oneColFixCtrHdr #container {
	width: 780px; /* 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. */
	margin: auto;
	
}
.oneColFixCtrHdr #header {
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 75px;
	padding-left: 20px;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 a {
	text-decoration:none; }

h2 a {
	text-decoration:none; }

h3 a {
	text-decoration:none; }

.oneColFixCtrHdr #mainContent {
	background-image: url(images/divbg.png);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.oneColFixCtrHdr #mainContent a {color:#007;}
.oneColFixCtrHdr #mainContent a:hover {color:#00F;}
.oneColFixCtrHdr #mainContent li { text-indent: 40px; list-style-position:inside;}


.oneColFixCtrHdr #cap {
	background-image: url(images/cap.png);
	padding-top: 45px;
	padding-bottom: 0px;
	margin: 0;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #foot {
	background-image: url(images/foot.png);
	padding-top: 10px;
	padding-bottom:20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	background-repeat: no-repeat;
	
}


.oneColFixCtrHdr #tail {
	background-image: url(images/tail.png);
	padding-top: 45px;
	margin: 0;
	background-repeat: no-repeat;
	
}




p {
	margin-top: 10px;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bolder;
	text-decoration:none;
	margin-top: 5px;
}

.navbar {
	position:absolute;
	z-index: 10;
	width: 100%;
	top: 205px;
	left: 0px;
	height: 45px;
	background-image: url(images/navbar.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
	
	
	
ul {
margin:auto;
list-style-type:none;
}
	
	ul li {
	float:left;
	padding-top:5px;
	width:16.6%;
	font-weight:bold;
}
ul li a {
display:block;
padding:5px 15px 4px;
text-decoration:none;
color:#999;
letter-spacing: -0.1em;
}
ul li a:hover {
color:#CCC;
}


p a {
	text-decoration:none;
	color:#666;
	}
	
p a:hover {
	color:#FFF;}