*{
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-color:#FFFF99;
	font-size:15px;
	color:#333333;
	line-height:120%
}

a:visited, a:link, a:hover {
	text-decoration: none;
}

div#page {
	text-align: left;
	background: #ffffff;
	width: 910px;
	margin: 5px auto;
	border-color: #00cc33;
	border-style:solid;
	border-width:5px 5px 0px;
}

div#head {
	padding: 0px 5px 0px;
	width:auto;
	height:120px;
	color:#FFFFFF;
	background:url(img/leaf6.jpg) no-repeat;
}

div#title{
	padding:30px 0px 0px;
	width:auto;
	clear:both;
}

div#title a:visited,div#title a:link {
	font-size: 36px;
	line-height:100%;
	color:#FFFFFF;
	text-decoration: none;
}
div#head a:visited,div#head a:link {
	font-weight:bold;
	line-height:100%;
	color:#FFFFFF;
	text-decoration: none;
}
div#head a:hover{
	color:#00CCFF;
}
div#description{
	margin: 10px 5px 0px;
	float:right;
	font-weight:bold;
}
div#main {
	padding:10px 10px 10px 0px;
	width: 730px;
	height:100%;
	float: right;
	/*border-width:3px 0px 0px 0px;
	border-style:solid;
	border-color:#CCCCCC;*/
}
div#main p{
	padding:5px 0px;
}
div#main li {
	margin-left:15px;
	padding:0px 0px 3px;
	list-style-type:disc;
}
div.textbox{
	width: 690px;
	margin:10px 0px 10px 10px;
	padding:5px 15px;
	background-color:#FFFFDD;
	border: 1px solid #CCCCCC;
}
div.textbox_mini{
	overflow: auto;
	height:100px;
	width: 95%;
	margin:10px 0px 10px 10px;
	padding:5px 0px 10px 15px;
	background-color:#FFFFDD;
	border: 1px solid #CCCCCC;
}
div#left_box{
	width:160px;
	float:left;
}

div#submenu {
	text-align:center;
	width: 165px;
	padding:8px 0px ;
	background: url(img/leaf7.jpg) no-repeat;
	height:auto;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px 3px 3px 0px;
}
div#submenu ul li{
	list-style-type:none;
}
div#submenu li a{
	display:block;
	width:150px;
	height:36px;
	padding:0px 0px;
	margin:6px auto 6px;
	border: 1px solid #cccccc;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}
div#submenu li a:hover{
	text-decoration:none;
	background-color:#009933;
}
div#foot1 {
	height:130px;
	text-align: center;
	font-weight:bold;
	font-size:10.5px;
	line-height:20px;
	clear:both;
}
div#foot2 {
	height:20px;
	text-align: right;
	font-weight:bold;
	line-height:20px;
	clear:both;
	background: #00cc33;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	line-height:100%;
}
h2 {
	font-size: 120%;
	color: #cc3333;
	border-bottom: 1px dashed #999999;
	padding: 0px 20px 5px;
	margin-left:5px;
	clear: both;
	background-image:url(img/circle1.gif);
	background-repeat:no-repeat;
}
h3{
	 font-size: 110%;
	 margin: 10px 10px 5px;
	 width: 80%;
	 background-color:#FFCC66;
	 color: #111111;
	 padding: 5px 5px;
	 clear: both;
}
h4{
	font-size: 110%;
	margin: 5px 0px 10px;
	color: #333333;
	padding: 2px 5px;
	border-width:0px 0px 1px 10px;
	border-style:solid;
	clear: both;
}
.textbox img {
	margin: 5px 0px 5px 5px ;
}

.textbox a:hover , .textbox_mini a:hover, .activ a:hover, .supporter a:hover{
	 background-color:#009933;
	 color:#FFFFFF;
}

.activ li{
	display:inline;
	list-style-type:circle;
}

table.supporter {
	margin:10px 15px;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
	width:560px;
}
.supporter th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    background-color:#ffffcc;
	text-align:left;
}
.supporter td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

	
	
