@charset "UTF-8";

/* Defaults */

body {	padding:0;
		background-color: #CCC;
		height: 100%;}
		
/* Container */
.content {
	padding: 0px;
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Menu */

#menu {
	width: 614px;
	height: 24px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 43px;
	margin-top: 10px;
	border: 1px dashed #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	color: #999;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	padding-top: 4px;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #96A96F;
	color: #FFFFFF;
}

.banner {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	text-align: justify;
	float: left;
	width: 614px;
	background-image: url(../images/illustrations/disc_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 201px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-left: 43px;
}

/* Main Content */
.main_content {
	background-color: #FFF;
	padding: 0px;
	width: 700px;
	background-image: url(../images/navigation/paper_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 15px;
}

.main_content a {
	text-decoration: none;
}

#main_heading {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #CCC;
	font-size: 36px;
	padding-right: 43px;
	padding-left: 43px;
	letter-spacing: .3em;
	padding-top: 10px;
}

.main_heading_red{
	color: #F33;
}

.main_text {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	font-size: 14px;
	padding-right: 43px;
	padding-left: 43px;
	text-align: justify;
	margin: 0px;
	float: left;
	width: 614px;
}

.main_text pre{
	font-family: "Courier New", Courier, monospace;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.main_text table{
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
	color: #333;
	font-size: 14px;
	vertical-align: top;
}
.link_title {
	text-align: left;
	width: 111px;
}

#logo {
	background-color: #96A96F;
	height: 49px;
	width: 240px;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#sidebar1 {
	width: 240px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
}

#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar1 li {
	background: #96A96F;
}

#sidebar1 li ul {
	line-height: 25px;
	background: #96A96F url(/images/navigation/corner.gif) no-repeat right bottom;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#sidebar1 li li {
	padding: 0;
	background: #96A96F;
	color: #DFE6D1;
}

#sidebar1 h2 {
	width: 190px;
	background: url(images/img07.gif) repeat-x left bottom;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}


/**footer ***/
#footer {
	text-align: center;
	clear:both;
	height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	letter-spacing: .3em;
}
#footer a {
	color: #5E6F6E;
	text-decoration: none;
}
#footer a:hover {
	color: #9ab2be;
	text-decoration: underline;
}
.listing {
	background-image: url(../images/navigation/listing.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
}
.notice {
	font-weight: bold;
	color: #00C;
}
