/* Style Sheet ---------------------------------------------------------------------------------  */


body {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ababab;
	font-size: 10pt;
}
ul li {
	line-height: 20px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #0000aa;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 155%;
	color: #000;
	margin-top: 10px;
}
h1 em {
	font-style: italic;
	font-size: 75%;
}
h2 {
	font-size: 140%;
	color:#000;
}
h3 {
	font-size: 115%;
	margin-bottom: 0px;
}
h3 span {
	border-bottom: 1px dotted #909090;
}
h4 {
	font-size: 110%;
}
/* Container ------------------------------------------------------------------------------------  */


#wrapper {
	width: 750px;
	background: #1C315B;
}
#container {
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
}
#header {
	height: 200px;
	float: left;
	width: 750px;
	font-size: 32px;
	font-family: 'copperplate gothic bold', geneva;
	text-align: center;
}
/* Contents -------------------------------------------------------------------------------------  */

#contents {
	float: left;
	width: 515px;
	padding-right: 30px;
	padding-left: 25px;
	background: #8A7F4B;
}
#contents p {
	margin: 1em 0;
}
/* Sidebar --------------------------------------------------------------------------------------  */

#side {
	float: left;
	width: 180px;
}
#navlinks {
	text-align: center;
}
#navlinks a {
	display: block;
	background: #4CA68F;
	width: 170px;
	padding: 5px 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	background: url(../../images/buttons.jpg) #616579;
}
#navlinks a:hover {
	color: #fff;
	background: url(../../images/buttons_over.jpg) #616579;
}
#side p {
	padding: 5px 10px;
	font-size: x-small;
}
/* Bottom Links ---------------------------------------------------------------------------------  */

p#bottomlinks {
	bottom: 0;
	left: 181px;
	width: 490px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-top: 1px dashed #999;
}
p#bottomlinks a {
	padding: 0 5px;
	color: #000;
	font-size: 8pt;
	border-right: 1px solid #999;
}
p.caec {
	color: #fff;
}
p#bottomlinks a.home {
	border: none;
}
p#bottomlinks a.sitemap {
	border: none;
}
p#bottomlinks a.favorites {
	border: none;
}
/* Modes of Operation Table -------------------------------------------------*/
table.mode {
	border-collapse: collapse;
}
table.mode td, table.mode th {
	border: 1px solid #000;
	padding: 5px 10px;
	background-color: #707589;
}
table.mode th {
	background-color: #1c315b;
	color: #fff;
}
/* Misc ---------------------------------------------------------------------*/
.floatright {
	float: right;
	padding-left: 15px;
}