body {
	background: #DFE9DA url("images/background.gif") repeat-y 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px "Trebuchet", Georgia, Times New Roman, Times, serif;
}

html{
overflow:-moz-scrollbars-vertical;
overflow-y: scroll;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

h1 {
   text-indent: -9999px;
   width: 692px;
   height: 90px;
   background:  url("images/header.jpg");
   margin: 0;
   padding: 0;
}


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

#content {
	text-align: center;
	width: 514px; /* 479px; */
	float: left; /* left; */
	padding: 15px 0 10px 0;
}

#content h2 {
	font: normal 1.4em "Trebuchet", Georgia, Times New Roman, Times, serif;
	/*background: transparent url(images/bullet_title.gif) no-repeat;*/
	color: #80866A;
	width: 454px;
	padding: 0 0 0 30px;
}


#header h2 {
	font-size:1.8em;
}

#footer {
	margin: 0px auto;
	position: relative;
	background-color: #006666;
	border-top: 9px solid #F7F7F6;
	padding: 5px 0;
	clear: both;
	width: 692px;
	height: 22px;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal .9em 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: 1em/1em "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px dashed #bac1a3;
}

.imageNormal {
	padding: 7px;
	/*margin: 10px 10px 10px 10px;*/
	background-color: #ffffff;
	border: 1px solid #5B604C;
}

/* --- navigation --- */

#navcontainer {
	font: 1.2em;
	width: 178px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 1em/1em 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;
	background-color : #A8B8A0;
}

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

#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 1.2em Verdana, Geneva, Arial, Helvetica, sans-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: normal 1em/1.6em 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;
}

.bstip{
	color:#000;
	z-index:8887;
	background-color:#fff;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:2px solid #A8B8A0;
}

