body {
   background: #F7F7F6 url(../png/background2.png) repeat-y fixed 50%;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

h1 {
   text-indent: -9999px;
   width: 692px;
   height: 90px;
   background: url(../png/header2.png);
   margin: 0;
   padding: 0;
}


#left {
	width: 178px;
	float: left;
}

#content {
	width: 479px;
	float: left;
	padding: 15px 0 10px 20px;
}

#content h2 {
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	background: transparent no-repeat;
	color: #80866A;
	width: 454px;
	padding: 0 0 0 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80866A;
}

#footer {
	margin: 0px auto;
	position: relative;
	background-color: #666666;
	width: 692px;
	padding: 5px 0;
	border-top: 9px solid #F7F7F6;
	clear: both;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #D3D8C4;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D3D8C4;
	text-decoration: none;
	border-bottom: 1px dotted #D3D8C4;
}

#footer h2 a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
	background-color: #A5003B;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

.imageright {
	float: left;
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
	margin-right: 10px;
}

/* --- navigation --- */

#navcontainer {
	width: 178px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#navcontainer a {
 	display: block;
 	width: 178px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background: url(../images/bg_navbutton.jpg);
 	color: #eaeaea;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url(../images/bg_navbutton_over.jpg);
	color: #A5003B;
	text-decoration: none;
}

#navcontainer li a#current {
	background: url(../images/bg_navbutton_over.jpg);
	color: #333333;
	text-decoration: none;
}

#favlinks {
	width: 163px;
	padding-left: 8px;
	margin-top: 5px;
}
#content h3 {

	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	background: transparent no-repeat;
	color: #80866A;
	width: 454px;
	padding: 0 0 0 0px;
}
ul {
	list-style-type: square;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f7f7f6;
	margin-left: 5px;
}
a.copyright:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a.copyright:visited {
	color: #CCCCCC;
}
a.copyright:hover {
	color: #999999;
}
a.copyright:active {
	color: #CCCCCC;
}
 
a {
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;




}
a:hover {
	color: #CC3333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;}

