html, body {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

p.content { 
	text-indent: 0px;
}

p.center {
	text-align:center;
}

ul {
	margin-left:10px;
}

li {
	margin-bottom:10px;
}

h1
{
	font-size: 220%;
	color:#619100;
}

h1.title{ /* used for the title of each page */
	text-align:left;
}

h1.center{
	text-align:center;
}

h2
{
	font-size: 190%;
	color:#619100;
}
h3
{
	font-size: 160%;
	color:#619100;
}
h4
{
	font-size: 130%;
	color:#619100;
}

h5
{
	font-size: 100%;
	color:#619100;
}

h5.title{
	text-align:left;
}

h5.right{
	text-align:right;
}

h5.center{
	text-align:center;
}

h6
{
	font-size: 70%;
	color:#619100;
}

a {
	color: #619100;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

body, form {
	font: 13px sans-serif;
	/*verdana, tahoma, arial, sans-serif;*/
	font-weight:bold;
	margin: 0;
	padding: 0;
	color: #004400;
}

body {
	/*background: url(http://static1.grsites.com/user/folders/kg4ysy/t2292226-1/texture1236135.jpg) repeat;*/
	background-color:#666666;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	background-color:white;
	border: 5px solid black;
}

#header {
	background: url(/images/newlogo.jpg) no-repeat;
	background-color:#fcfcfa;
	margin-top:-10px;
	height:114px;
	width: 176px;
	border-bottom: 1px solid white;
}

#body {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

#footer {
	color: #FFFFFF;
	background: #004400;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid black;
	clear:both;
}

#footer a {
	color:#ffffff;
}
#footer p {
	margin: 0;
	padding: 0;
}

#adminbar {
	text-align:center;
	background-color:#ff8888;
	width:890px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	color:#000000;
}

#adminbar a {
	color:#000000;
}

/* image floats */

img.floatLeft { 
    float: left; 
    margin: 4px 20px 4px 4px;
}

img.floatRight { 
    float: right; 
    margin: 4px 4px 4px 20px; 
}

hr.title {
	width:880px;
	margin-bottom:20px;
	margin-right:0px;
}

/* table classes */
th.center{
	text-align:center;
}

td.center{
	text-align:center;
}

.dashbox {
	border: 2px dashed #004400;
	padding:2px;
}

.homebutton{ /* button used on the home page */
	background-color:#004400;
	height:50px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	border:1px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
}

.formlabel { /*form label*/
	text-align:right;
	font-weight:bold;
}

.formmessage { /*message that spans a form */
	text-align:center;
	font-weight:bold;
}
