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

#page {
  width:900px;
	margin: 0 auto;
}

body {
	background-color: #EEF0BF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

h3  {
  font-family:"Kristen ITC";
	font-size: 22px;
	color:#000000;
}

a:hover {
  color:#968148;
  text-decoration:none;
}

a {
  color: #3E882F;
  text-decoration:none;
}

a img {
	border:none;
}

#sidebar {
	background-image: url('../images/sidebar-bg.jpg');
	margin-top: 37px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 37px;
	padding-top:10px;
	font-family: "Kristen ITC";
	color:#000000;
	width: 207px;
	height: 272px;
	background-repeat: no-repeat;
	float:left;
}

#sidebar li.heading {
	font-size: 20px;
	list-style:none;
	font-weight:bold;
	position:relative;
	left:-20px;
}

#sidebar li {
	font-size:20px;
	list-style:none;
	position:relative;
	left:-20px;
}

.clear {
  clear:both;
}

#sidebar li.subtext {
	font-size:16px;
	list-style:none;
	position:static;
}

#sidebar img {
	position:relative;
	right: 28px;
}

#sidebar a {
	color: #EEF0BF;
	text-decoration:none;
	font-size:20px;
	left:-20px;
}

div.title {
	width:787px;
	height: 80px;
	padding-top: 15px;
	display:inline;
	position:float;
	right:0px;
	top:0px;
}

#header {
	background-color:#EEF0BF;
	font-family:"Kristen ITC";
	margin:0 auto;
	height:215px;
	width: 900px;
}

#header img {
	padding-right: 55px;
	left: 0;
	top: 0;
	padding-top: 5px;
	float:left;
	width: 113px;
	height: 165px;
}

#header h1 {
	color::#000000;
	font-size:40px;
	display:inline;
	padding-top: 10px;
	margin-top:30px;
}

#header a {
	text-align:center;
	list-style:none;
	display:inline;
	padding-right:10px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}

#header a:hover {
	color:#3E882F;
}

#header li {
	text-align:center;
	list-style:none;
	display:inline;
	padding-right:10px;
	color: #3E882F;
	font-weight:bold;
	width:90px;
	height:60px;
	float: left;
	vertical-align:text-bottom;
}

#header ul {
	font-size:20px;
}

div.menu {
	width:787px;
	height: 45px;
	display:inline;
	position:float;
	right:202px;
	top:50px;
	vertical-align:text-bottom;
}  

ul.menu {
	list-style: none;
	list-style-type: none;
	background-color: #EEF0BF;
	font-size:20px;
	display:inline;
	vertical-align:text-bottom;
}

a:hover.menu {
	color: #3E882F;
	vertical-align:text-bottom;
}

li.menu {
	list-style: none;
	list-style-type: none;
	text-align:center;
	list-style:none;
	display:inline;
	padding-right:10px;
	vertical-align:text-bottom;
} 

a.menu {
	display:inline;
 	color: #000000;
	vertical-align:text-bottom;
}

#here {
	text-align:center;
	list-style:none;
	display:inline;
	padding-right:10px;
	color: #3E882F;
	font-weight:bold;
	width:90px;
	height:60px;
	float: left;
	vertical-align:text-bottom
}

div.content {
	margin-right:50px;
	float:right;
	width: 600px;
}

div.container {
  margin:0;
	width:900px;
}

div.footer {
  margin-top: 20px;
	height:50;
	width:100%;
	text-align:center;
	font-size:9px;
}

#tableHead {
	background-color:#3e882f;
	color:#EEF0BF;
	width: 95px;
	font-family:"Kristen ITC";
	font-size:1.2em;
}

.announcement {
  color:#3E882F;
  text-align:center;
  font-family: Comic Sans MS;
}

#message_box {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	background:#3E882F;
	padding:5px;
	border:1px solid #3D852F;
	text-align:center;
	font-weight:bold;
	width:99%;
	font-family: Comic Sans MS;
	font-size: 110%;
	
}