@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	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;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtr #header {
	background-color: #60230e;
	background-image:url(../images/title_bg.gif);
	background-repeat: repeat-x;
}

.oneColFixCtr #title {
	text-align: right;
}

.oneColFixCtr #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	padding-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}
.oneColFixCtr #footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #C4ABA4;
	background-position: center;
	padding: 5px;
	border: 1px solid #006666;
	text-align: center;
}

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #30364E;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 2px;
	border: #000000;
}

#navcontainer li a
{
padding: 2px 2px;
color: #30364E;
background-color: #fff;
border: 1px solid #000000;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 1px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #413E4D;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #413E4D;
	padding:0px 15px 0px 15px;
}
