html {
	overflow:scroll;
}

h1 {
	border-left: 15px solid #66cc99;
	border-bottom: 2px solid #66cc99;
	border-top: 2px solid #66cc99;
	border-right: 2px solid #66cc99;
	/* background-color: #CCCCFF; */
	font-size: 1.1em;
	padding: 5px;
	font-weight:normal;
	clear: both;
}

h2 {
	border-left: 15px solid #66cc99;
	border-bottom: 2px solid #66cc99;
	border-top: 2px solid #66cc99;
	border-right: 2px solid #66cc99;
	/* background-color: #CCCCFF; */
	font-size: 1.2em;
	padding: 5px;
	font-weight:normal;
	clear: both;
}

em {
	font-size:1.4em;
	font-style: normal;
}

img {
	margin-bottom: 5px;
}

a:link {
	color:blue;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: purple;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: red;
	text-decoration: underline;
	font-weight:normal;
}

a:active {
	color: yellow;
	text-decoration: none;
	font-weight:normal;
}



.line_top {
	border-top: 2px solid #003300;
	padding-top: 5px;
}

ul {
	margin-left: -10px;
	list-style-image: url(img/024.gif);
}

div#site {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: hidden;
}

#head {
	width : 800px;
	text-align: center;
	border-top: 2px solid #3366cc;
	border-bottom: 2px solid #3366cc;
	padding-Top: 3px;
	padding-bottom: 3px;
}

#left {
	float: left;
	width: 200px;
	background-color: #CCCCFF;
	font-size: 0.8em;
	line-height: 200%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#right {
	float: left;
	width: 590px;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:0.8em;
	line-height: 150%;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}


#foot {
	width : 792px;
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	line-height: 120%;
	padding:4px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #3366cc;

}
