body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 3px 3px 0px 3px;
  padding: 0px;
}
#main_content {
  margin-top: 0px;
  margin-left: 135px;
  margin-right: 0px;
}
#BackgroundImage {
  margin-top: 100px;
  margin-left: 90px;
	height: 80%;
	/*position:absolute;*/
}
#SectionContent {
  margin-top: -20px;
  margin-left: 14px;
	height: 80%;
}
h1 {
	font-size: 12px;
	color: #FF8888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
form {
  border: 0px;
	margin: 0px;
}
table {
	font-family: sans-serif; 
	font-size: 11px;
	text-decoration: none;
}
th { /* Shade table headings dark grey */
	background-color: #555555;
	color: #FFFFFF;
}
fieldset {
  border-style: groove;
}
label {	/* NS ignores this */
	width: 90px;
  display: inline-table;
}
.label {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 90px;
/*	font-size: 10px;*/
}
input.text, input.password {
  border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 10px;
}
.select {
  border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 10px;
}
.text {
  border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 12px;
}
input.button {
  left:0px;
	margin:0px;
	/*float:left;*/
	font-size: 10px;
	color:#333333;
	background-color:#A0D5B9;
	padding: 2px;
	border: 1px solid #000000;
}
input.button_caution {
  left:0px;
  margin:0px;
  /*float:left;*/
  font-size: 10px;
  color:#000000;
  background-color:#FFEEEE;
  padding: 2px;
  border: 1px solid #000000;
  cursor:hand;
}
input.button_caution:hover {
  color:#000000;
  background-color:#FF0000;
}
select.dropdown {
	background-color: #E2E2E2;
	color: #333333;
	font-size: 10px;
}
.error {
  color:#FF0000;
  font-weight:bold;
  font-size: 12pt;
}
.info {
  color:#000000;
  font-weight:bold;
  font-size: 12pt;
}
.info_small {
	color:#000000;
	font-weight:bold;
	font-size:8pt;
}
.highlight {
	color:#0000FF;
/*	margin:50px;  */
}
#footer {
	margin-top: 5px;
	background-color: #EEEFE9;
	font-size: 8pt;
	text-align: center;
	left: 0;
  clear: both;
}
.Tab {
  padding-top: 2px;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  width: 100px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}
.Tab:link {}
.Tab:visited {}
.Tab:hover {
  background-color: #DDDDDD;
}
.Tab:active {
  background-color: #CCCCCC;
}
.Tab_Selected {
  padding-top: 2px;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-bottom-color: #FFFFFF;
  width: 100px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}
/************ Admin Toolbars (Float above content such as documents) **************/
.AdminFunctionsContainer {
  float: right;
  height: 18px;
  font-size: 9pt;
}
.AdminFunction {
  font-size: 9pt;
  padding-left: 5px;
  height: 16px;
  cursor: hand;
}
/************* Links box on home page *********************************************/
#links_box {
  float: right;
  width: 200px;
  border: 1px black solid;
  margin-left: 10px;
  margin-bottom: 10px;
}
#links_header {
  width: 100%;
  background-color: #A0D5B9;
  border-bottom: solid #80B599 5px;
  padding-left: 5px;
}
.link_item {
  margin: 5px;
  line-height: 20px;
}

