@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	margin-left:0;
	background-color:white;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #003E00;
}
h1 {
	margin:0;
	font-size: 26px;
	margin-bottom:10px;
	border-bottom:#030 1px solid;
	
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
p { margin:0; padding:0; font-size:12px; padding-top:5px; padding-bottom:5px; }
#mainbody li { font-size:12px; }
.greentext { color:#003E00; }
.goldtext { color:#990; }
.bulletpoint1 { list-style-image: url(../images/bullets/bullet1.gif)}
.bulletpoint2 { list-style-image: url(../images/bullets/bullet2.gif)}
.bulletpoint3 { list-style-image: url(../images/bullets/bullet3.gif)}
.bulletpoint4 { list-style-image: url(../images/bullets/bullet4.gif)}
.bulletpoint5 { list-style-image: url(../images/bullets/bullet5.gif)}
.bulletpoint6 { list-style-image: url(../images/bullets/bullet6.gif)}
.bulletpoint7 { list-style-image: url(../images/bullets/bullet7.gif)}
.bulletpoint8 { list-style-image: url(../images/bullets/bullet8.gif)}
.bulletpoint9 { list-style-image: url(../images/bullets/bullet9.gif)}
#tagmenu {
	margin:0; padding:0;
	float:left;
	width:1010px;
	margin-top:-10px;
	margin-bottom:0px;
}
#tagmenu a {
	float:right;
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#030;
	margin-left:4px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:3px;
/*	background-color:#8FC2F7; */
	text-decoration:none;
	border-bottom: white 1px dotted;
}
#tagmenu a:hover { color:#900; border-bottom: red 1px dotted; }

#wrapper { position:relative; clear:both; margin-top:0px;}

#footer { margin:0; padding:0; }
#footer ul { margin:0; padding:0; }
#footer li { list-style:none; margin:0; padding:0; float:left; font-size:80% }
#footer li a { text-decoration:none; margin-left:2px; margin-right:5px; padding-left:3px; padding-right:3px; color:#003e00; display:block; }
#footer li a:hover { border-bottom: #960 1px dotted;}