body {
   background: #F7F7F6 url(images/background_gray.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

img {
border:0;
}
#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
   border:1px solid #727272;
   border-bottom:none;
}

h1 {
   text-indent: -9999px;
   width: 692px;
   height: 90px;
   background:  url(images/header.jpg);
   margin: 0;
   padding: 0;
   border-bottom:1px solid #727272;
}


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

#content {
	width: 479px;
	float: left;
	padding: 15px 0 10px 20px;
}

#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #424242;
	width: 454px;
	padding: 0;
}

#content h3 {
	font: normal 14px Georgia, Times New Roman, Times, serif;
	color: #424242;
	width: 454px;
	padding: 0;
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #424242;
	border-top: 3px solid #727272;
	color:#ececec;
	width: 692px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	maring: 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: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

/* --- 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.gif);
 	color: #424242;
 	text-decoration: none;
}

#navcontainer a:hover {
	background:  url(images/bg_navbutton_over.gif);
	color: #A50010;
	text-decoration: none;
}

#navcontainer li a#current {
	background:  url(images/bg_navbutton_over.gif);
	color: #A50010;
	text-decoration: none;
}

/* --- favorite links--- */

#favlinks {
	width: 163px;
	padding-left: 12px;
	margin-top: 10px;
}

#favlinks h2 {
	font: normal 14px Georgia, Times New Roman, Times, serif;
	color: #5C604D;	
	margin: 0 0 10px 0;
	padding: 0;
}

#favlinks ul {
	margin-left: 0;
 	padding-left: 0;
 	list-style-type: none;
}

ul.extlinks li {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.extlinks a:link {
 	color: #A5003B;
 	text-decoration: none;
 	border-bottom: 1px dotted #A50010;
}

.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;
}