/* main elements */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff;
	margin: 0px;
	}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top: 0;
	}
h3 {
  color: #780000;
	font: italic bold 16px Tahoma;
	letter-spacing: 1px;
	margin-top: 1px;
	margin-bottom: 0px;
	}
a:link {
  color: #780000;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
  color: #cd3d3d;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
  color: #780000;
	text-decoration: underline;
	}

/* position elements */
#container {
	background-color: white;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 775px;
	clear: both;
	border-right: 1px solid #163428;
	border-left: 1px solid #163428;
	}

#main-content  { 
	background-color: white; 
	margin: 0; 
	padding: 0; 
	}

#page-head    { 
	background-color: white; 
	display: block; 
	margin-top: 45px; 
	padding-right: 15px; 
	padding-left: 15px; 
	}
#page-head h1   { 
	color: #163428; 
	font-size: 24px; 
	margin: 0; 
	padding: 0;
	}
#page-head h2   { 
	color: #163428; 
	font-size: 16px; 
	margin: 0 0 15px; 
	padding: 0; 
	clear: both;
	}
.page_footer_link {
	clear:both;
	display:none;
}

#header  { 
	height: auto;
	margin:0px;
	padding:0px;
}
#header-control  {
	margin:0px;
	padding:0px;
}

#footer      {
	color: white;
	font-size: 9px;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	margin: 15px -15px 0;
	clear: both;
	border-top: 1px solid #780000;
	word-spacing: 10px;
	}


#footer a:link, #footer a:visited   {
  color: white;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	}

#navigation-position          { 
	color: white; 
	background-color: #163428; 
	text-align: left; 
	display: block; 
	margin: 0 auto; 
	margin-top: -45px; 
	margin-bottom: 25px; 
	margin-left: -15px;
	margin-right: -15px;
	padding: 0; 
	height: 32px; 
	border-top: 1px solid black; 
	border-bottom: 1px solid black;
	}

#navigation-panel        { 
	display:none; 
	font: 10px verdana, sans-serif; 
	margin: 0; 
	padding: 10px 10px 0 8px; 
	width: 755px; 
	height: 24px;
	}
#navigation-panel h3     { 
	display: none
	}
#navigation-panel ul     { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	height: 24px;
	}
#navigation-panel li     { 
	list-style-type: none; 
	display: inline;
	}
#navigation-panel li a:link, #navigation-panel li a:visited        { 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	list-style-type: none; 
	display: inline; 
	padding: 3px; 
	border: solid 1px white; 
	outline: solid 1px #666;
	}
li a:hover    { 
	color: #163428; 
	text-decoration: none; 
	background-color: white; 
	text-align: center; 
	list-style-type: none; 
	display: inline; 
	margin-top: 2px; 
	padding: 3px; 
	border: solid 1px white;
	}
	 
/* form elements */
.info {
  color: black;
  background-color: transparent;
  font-weight: normal;
  }
.warn {
  color: #ee1e0e;
  font-weight: normal;
  background-color: transparent;
  }

.error {
  color: #ee1e0e;
  font-weight: bold;
  background-color: transparent;
  }
.input-text {
  color: #000000; 
	border: solid 1px #000000;
		width: 255px;
	}
.input-textArea {
  color: #000000; 
	margin-right: 5px; 
	border: solid 1px #000000; 
	width: 255px;
	height: 55px;
	}
.input-textArea2 {
  color: #000000; 
	margin-right: 5px; 
	border: solid 1px #000000; 
	width: 560px;
	}
.input-yesno {
  color: #000000; 
	border: solid 1px #000000;
	}
.input-checkBox { 
  color: #000000; 
	border: solid 1px #000000;
	}
.input-dropDown {
  color: #000000; 
	border: solid 1px #000000;
	}

#table-main { 
  margin: 0; 
	padding: 0; 
	border: solid 1px #000000; 
	width: 400px; 
	border-collapse: collapse; 
	display: block;
	}
#table-main td {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  }
#table-main .table_header { 
  	color: white; 
	font-weight: bold; 
	font-size: 115%; 
	background-color: #000000; 
	text-align: center; 
	border-bottom: 3px solid #000000;
	margin-bottom:4px; 
	margin-left: auto;
	margin-right: auto;
	padding: 2px; 
	width: 395px; 
	display: block;
	}
#table-main .label {
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
 }
 
								 
								 
								 
								 
								 
								 
								 
								
.highlight {
	background-color: #FFFF00;
}
.header , .header a
{
	color: white;
	font-size: 9px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0;
	font-weight:bold;
}
.header a:link {font-color:white;}
.header a:hover {font-color:white;}
.header a:visited {font-color:white;}