@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	background-image:;
	
}
a:link {color:#7f7f7f;}
a:visited {text-decoration: none; color: #aeaeae;}
a:hover {text-decoration: none; color: #aeaeae; }
a:active {text-decoration: none; color: #000000;}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color:#7f7f7f;
	font-style:italic;
	font-size:1em;
	margin-top:2px;}
p {	font-size:1em;}
ul {padding-left: 0;}
li{padding: 0px 0px 0px 0px;}

#container {
	width:770px;
	position:inherit;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	border: #fff 10px solid;
	margin-bottom: 15px;
	background-repeat:no-repeat;
	background-position:left bottom;
		}
#logo{
	width:770px;
	height:75px;}
#header_img{
	width:770px;
	height:75px;
	}
#header_bot{
	width:770px;
	height:75px;
	}
#nav {
	position:relative;
	float:left;
	margin-top: 0px;
	margin-right:0px;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	padding:10px;
	
	width:175px;
	}
body > #container > #nav {width:173px; margin-left:0px;}	
body > #container > #nav ul{padding-left:5px;}	
body > #container > #nav ul,li{width:165px;}
body > #container > #nav ul,li{padding:2px;	margin-left:0px; margin-top:0px;}
#nav ul, li{ 
	list-style:none;
	margin-left:-1px;
	padding:2px;
	padding-left:5px;
	}
#nav li{	
	margin-top:5px;
	border:solid 1px #ebebeb;
	}
#nav a:link {
	text-decoration: none; 
	color: #7f7f7f;}

#nav a:visited {text-decoration: none; color: #7f7f7f;}
#nav a:hover {text-decoration: none; color: #aeaeae; background-color:#f0f0f0;}
#nav a:active {text-decoration: none; color: #7f7f7f;}
#nav img {
	margin-top:-1px;}
#main {
	width:555px;
	background-color:#ffffff;
	min-height: 370px;
	margin-left:200px;
	margin-top: 17px;
	padding:5px;
	margin-bottom:5px;
	height: 400px;
	min-height:400px;
	border:solid 1px #ebebeb;
	}
body > #container > #main {width:558px; height:auto;}
body > #container > #main li {margin-left:20px;}

#main li {
	list-style-type:square;
	width:auto;
}
#scroll {
	padding-top: 2px;
	margin-top: 1px;
	margin-right:2px;
	text-align:left;
	width:99%;
	color:#000;
	background-color:transparent;
	margin-right: auto;
	margin-left: auto;
	display:block;
	margin-bottom:5px;
	height:340px;
	overflow:auto;

}

/*#footer {
	width:200px;
	height:10px;

	}*/
.thispage {
	color:#aeaeae;}
.bg {
	background-color:#e8e8e8;}
.margin_bot {
	margin-bottom:25px;}