body {
   background: #F7F7F6 url(images/bg.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

#header h1 {
   text-indent: -9999px;
   width: 692px;
   height: 223px;
   background:  url(images/header.gif);
   margin: 0;
   padding: 0;
}


#left {
	width: 178px;
	float: left;

}

#content {
	width: 479px;
	float: left;
	padding: 15px 0 10px 20px;
}

#content h1 {
	font: normal 20px Georgia, Times New Roman, Times, serif;
	color: #000000;
	width: 454px;
	padding: 0 0 0 0px;
}

#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #323263;
	width: 454px;
	padding: 0 0 0 0px;
}

#content h3 {
	font: bold 14px Georgia, Times New Roman, Times, serif;
	color: #80866A;
	width: 454px;
	padding: 0 0 0 0px;
}

#footer {
	margin: 0px auto;
	position: relative;
	background:  url(images/footer.gif) no-repeat;
	width: 692px;
	height: 130px;
	padding: 0px;
	clear: both;
	display: block;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	padding-top: 8px;
	padding-left: 2px;
	width: 175px;
	display: block;
}

#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;
}

p {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

ul {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
}

li {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imageleft{
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

/* --- navigation --- */

#navcontainer {
	width: 178px;
	background:  url(images/leftbg.gif);			
}

#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.gif);
 	color: #5C604D;
 	text-decoration: none;
}

#navcontainer a:hover {
	background:  url(images/bg_navbutton_over.gif);
	color: #A5003B;
	text-decoration: none;
}

#navcontainer li a#current {
	background:  url(images/bg_navbutton_over.gif);
	color: #A5003B;
	text-decoration: none;
}

/* --- favorite links--- */

#favlinks {
	width: 163px;
	padding-left: 15px;
	margin-top: 10px;
}

#favlinks h2 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #5C604D;	
	margin: 0 0 10px 0;
	padding: 0;
}

#favlinks ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

ul.extlinks li {
	background:  url(images/bullet_extlink.gif) no-repeat 0 3px;
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

.extlinks a:link {
 	color: #A5003B;
 	text-decoration: none;
 	border-bottom: 1px dotted #A5003B;
}

.extlinks a:visited {
 	color: #6F2D47;
 	text-decoration: none;
 	border-bottom: 1px dotted #959E79;
}

.extlinks a:hover {
	background-color: #C3C9B1;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}
a:link {
 	color: #A5003B;
 	text-decoration: none;
 	border-bottom: 1px dotted #A5003B;
}

 a:visited {
 	color: #6F2D47;
 	text-decoration: none;
 	border-bottom: 1px dotted #959E79;
}

a:hover {
	background-color: #C3C9B1;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}