body {
	margin: 5px;
	font-size: 90%;
	text-align:center;
	font-family: verdana,helvetica,arial;
	line-height: 120%;
}
td {
	font-size: 90%;
}
li{
	list-style-image: url(../img/clover.gif);
	list-style-type: circle;
	padding:5px;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	font-size: small;
	font-weight:normal;
	color: #060;
}
a:link{
	color: #006600;
}
a:visited{
	color: #006600;
}
a:hover{
	background-color: #DAEDDA;
}
a:action{
	background-color: #DAEDDA;
}
a:hover img{
	background-color:white;
}
#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 755px;
	background : url(../img/bgmiddle.gif) repeat-y;
}
	#header {
		width:755px;
		height:90px;
		padding-left:45px;
		padding-top:5px;
		background-image: url(../img/bghead.gif);
		background-repeat: no-repeat;
		text-align:left;
	}
	#middle {
		width:755px;
		padding-bottom:10px;
		background : url(../img/bgmiddle.gif) repeat-y;
	}
		#menu {
			width:150px;
			float:left;
			padding-left:5px;
			padding-top:10px;
			text-align:center;
			
		}
		#contents {
			width:550px;
			float:right;
			padding-right:15px;
			text-align:left;
		}
	#hooter {
		width:755px;
		height:30px;
		background-image: url(../img/bgfoot.gif);
		background-repeat: no-repeat;
		clear: both;
		margin-left: 0px;
		margin-bottom:0px;
		padding-left:10px;
		padding-bottom:0px;
	}
#menu a:link{
	width:150px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle;
	font-weight: bolder;
	color: #669966;
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
#menu a:visited{
	width:150px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle;
	font-weight: bolder;
	color: #669966;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;

}
#menu a:hover{
	width:150px;
	vertical-align:middle;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	display:block;
	background-color: #99CC99;
}
#header h1{
	color: #669966;
	text-align: right;

}
#contents h1 {
	color: #669966;
	font-weight: bolder;
	text-align: right;
}
#whatsnew{
	width: 260px;
	padding: 3px;
	color: #006600;
	font-weight: bold;
	text-align:center;
}
#whatsnew li{
	list-style-type: square;
	list-style-image: none;
	color: #000000;
	font-weight: normal;
	text-align:left;
}
.closeb{
	margin: 5px;
	padding: 3px;
	width: 100px;
	text-align:right;
	display:block;
}
.style1 {
	color: red;
	font-size: 16px;
}
