html {
	height: 99%;
}
body {
	font-family: arial,helvetica; 
	font-size: 12px;
	background-color: #547C32;
	line-height: 20px;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 99%;
}

td {
	font-family: arial,helvetica; 
	font-size: 13px;
	line-height: 140%;
}

h1 {
	color: #C0D129; 
	font-size: 28px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 30px;
	padding-top: 0;
	font-weight: normal;
	line-height: 110%;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	color: #002C5A; font-size: 15px; font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 20px;
}

p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

ul {
	list-style-type: square;
}

a {
	color: #183F6A;
}

a:hover {
	color: #000000;
}

.header {
	background-image: url(images/Header_Hills.gif);
	background-repeat: repeat-x;
}

.adminheader {
	background-image: url(images/Admin_Header_Hills.gif);
	background-repeat: repeat-x;
}


ul.nav {
	padding: 0;
	margin: 0;
	width: 170px;
}
.nav li {
	margin-left: 20px;
	padding-bottom: 10px;
	list-style: none;
}

.nav li a {
	color: #002C5A;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background-image: url(images/nav.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 120%;
}
.nav li a:hover {
	color: 000;
	background-image: url(images/nav_over.jpg);
}
.nav li a.active {
	background-image: url(images/nav_over.jpg);
	font-weight: bold;
}

.footer {
	font-size: 10px;
	color: #333333;
	line-height: 110%;
	padding-bottom: 10px;
}
.footer p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.footer span {
	color: #527932;
}
.footer img {
	padding-right: 20px;
	padding-bottom: 5px;
}

.yellow {
	color: #DDAB28;
}

.red {
	color: #8A201C;
}

.dots {
	background-image: url(images/Dots.gif); 
	background-repeat: repeat-y;
}

.staffname {
	color: #91861D;
	font-size: 12px;
	font-weight: bold;
}

.staffdivider {
	background-image: url(images/Staff_Divider.gif); 
	background-repeat: repeat-x;
}
