@charset "windows-1252";

* {
	margin: 0px;
}

body {
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-color: #68645B;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
}

#main {
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}

#header {
	height: 90px;
	background-image: url(../images/bg-header.gif);
	background-color: #000000;
}

#navigation {
	background-image: url(../images/bg-navigation.gif);
	height: 25px;
	border-top: 1px solid #665E4C; 
	border-bottom: 1px solid #665E4C;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation ul {
	list-style: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	float: left;
	text-align: center;
}

#navigation a, #navigation a:hover, #navigation a:active, #navigation a:link, #navigation a:visited {
	background-image: url(../images/bg-button.gif);
	padding-top: 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	height: 25px;
}

#navigation a:hover {
	background-image: url(../images/bg-button2.gif);
}

#content {
	background-image: url(../images/bg-content.gif);
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
	min-height: 400px;
}

#left {
	float: left;
	width: 140px;
}

#middle {
	float: left;
	width: 615px;
}

#middle h1
{
	font-size: 17px;
}

#middle table
{
	border: 1px solid #665E4C;
	margin: 5px;
	background-color: #EFEBE0;
}

#middle th, #middle td
{
	padding: 0px 5px 0px 5px; /* top right bottom left */
}

#middle th
{
	background-image: url(../images/bg-navigation.gif);
	background-color: #D6D493;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	text-align: left;
	padding-top: 5px;
}

#middle td
{
	border: 1px solid #665E4C;
}

#middle p, #middle dl, #left p, #right p, #middle h1
{
	padding: 5px 10px 5px 10px; /* top right bottom left */
}

#middle p.center
{
	text-align: center;
}

#middle a, #middle a:hover, #middle a:active, #middle a:link, #middle a:visited
{
	text-decoration: none;
	color: #CB5E00;
}

#middle a:hover
{
	color: #E2A976;
}

#middle div.message
{
	background-color: #F9F4EC;
	border: 1px solid #665E4C;
	padding: 5px;
	margin: 5px;
}

#middle div.error
{
	border: 1px solid #665E4C;
	padding: 5px;
	margin: 5px;
}

#middle div.display
{
	text-align: center;
}

#middle div.display a, #middle div.display a:hover, #middle div.display a:active, #middle div.display a:link, #middle div.display a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #CB5E00;
}

#middle div.display a:hover
{
	text-decoration: none;
}

#right
{
	float: right;
	width: 140px;
}

#left h4, #right h4
{
	background-image: url(/images/bg-box-top.gif);
	width: 120px;
	height: 17px;
	margin: 5px 0px 0px 5px; /* top right bottom left */
	padding: 3px 0px 0px 10px; /* top right bottom left */
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

#left img.box-bottom, #right img.box-bottom
{
	margin: 0px 0px 5px 5px; /* top right bottom left */
	padding: 0px;
	overflow: hidden;
}

.box-middle
{
	background-image: url(/images/bg-box-middle.gif);
	list-style: none;
	padding: 5px 4px 0px 4px; /* top right bottom left */
	margin: 0px 5px 0px 5px; /* top right bottom left */
	background-color: #F9F4EC;
	border-left: 1px solid #665E4C;
	border-top: 1px solid #665E4C;
	border-right: 1px solid #665E4C;
}

#right li
{
}

#right a, #right a:hover, #right a:active, #right a:link, #right a:visited
{
	text-decoration: none;
	color: #000000;
}

#right a:hover
{
	text-decoration: underline;
}

#right a.advertise, #right a.advertise:hover, #right a.advertise:active, #right a.advertise:link, #right a.advertise:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

#right a.advertise:hover
{
	text-decoration: underline;
}

#left p, #right p
{
	background-color: #F9F4EC;
	margin: 5px;
	border: 1px solid #665E4C;
}

#bottom
{
	background-image: url(../images/bg-navigation.gif);
	height: 25px;
	border-top: 1px solid #665E4C; 
	border-bottom: 1px solid #665E4C;
	overflow: hidden;
}

#footer
{
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

#footer p
{
	padding: 2px;
}

#information1, #information2
{
	display: none;
}
