/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #f9f7e9;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #040404;
}

/************** Layout Elements *******************/

#container { 
	width: 770px;  
	margin: 10px auto; 
	text-align: left;
	font-size: 80%;
	border: 1px solid #333;
	padding-bottom: 20px;
	background: #fff;
	min-height: 400px;
} 

* html #container {
height: 400px;
}

#header {
	background: url(../images/headerBG.gif) no-repeat; 
	height: 132px;
	position: relative;
}


#header ul {
  margin-top: 83px;
  padding: 8px 6px 0;
  list-style-type: none;
  float: right;
  margin-right: 0;
 }
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 3px 0 0;
  margin-right: 2px;
}
  
#header li a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 3px 4px 0px 12px;
  text-decoration: none;
  /*font-weight: bold;*/
  color: #005301;
  margin-right: 5px;
}

#header li a:hover {
	color: #000;
}

#header #current{
  float: right;		
  background: url("../images/right_on.gif") no-repeat top right;
  padding: 0 3px 0 0;
  margin-right: 2px;
}
  
 #header #current a {
  float: left;
  display: block;
  background: url("../images/left_on.gif") no-repeat left top;
  padding: 3px 4px 1px 12px;
  text-decoration: none;
  /*font-weight: bold;*/
  color: #000;
  margin-right: 5px;
}

#header #current a:hover {
	color: #005301;
}


#innercontent {
	padding: 0 10px;
	margin: 0 10px 0 225px;
}

#sidebar1 {
	float: left;
	width: 210px; 
	padding: 15px 5px 15px 4px; 
	background: url(../images/leftSideBG.gif) 0px 10px no-repeat;
	min-height: 200px;
}

#sidebar1 ul {
	list-style-type: none;
	margin-top: 20px;
	border-top: 1px solid #363c3c;
	border-left: 1px solid #363c3c;
	border-right: 1px solid #363c3c;
	width: 180px;
}

#sidebar1 li a {
	display: block;
	padding: 2px;
	background: #296b2a;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #363c3c;
	/*font-weight: bold;*/
	font-size: 95%;
}

#sidebar1 li a:hover {
	background: #ccc;
	color: #000;
}

#sidebar1 li.current a {
  display: block;
  background: #333;
  padding: 2px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #363c3c;
  font-weight: normal;
}

#sidebar1 li.current a:hover {
 color: #000;
 background-color: #ccc;
}

#mainContent {
margin-left: 220px;
}

#sidebar2 {
	float: right;
	width: 190px; 
	padding: 0 5px 15px 5px; 
}

#sidebar2 img {
	display: block;
	margin: 10px auto;
}

#sidebar2 h3 {
	text-align: center;
}

#footer {
	margin: 0 70px 0 0; 
	padding: 10px 0;
}

#footer p {
	float: right;
	margin: 10px 30px 0 0;
	font-size: 70%;
	color: #000;
}

#footer a {
	color: #556b2f;
}

#footer a:hover {
	color: #8fa3b2;
	text-decoration: none;
}

table img {
border: 1px solid #333;
margin: 5px;
}


table td {
margin: 3px;
}
/************** Text Elements *******************/

h1, h2, h3, h4, h5 {
	margin: 15px 10px 10px 0;
	padding: 0 0 10px 0;
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #040404;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

p, h6 {
	margin: 10px 15px 10px 0;
}

#mainContent ul, #innercontent ul {
	list-style-position: inside;
	margin: 10px 5px 10px 5px;
}

table ul {
	list-style-position: inside;
	margin: 10px 5px 10px 7px;
	font-size: 100%;
}
/************** Form Elements *******************/

#mainContent form {
	margin: 0 0 0 15px; 
	width: 550px;
}

#mainContent .hand, #mainContent .print {
	display: none;
}

#mainContent fieldset fieldset {
	width: 195px;
	padding: 0; 
	border: none; 
}

#mainContent input, #mainContent select {
	background-color: #c2c2c2;
	color: #000;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	padding: 2px;
}

#mainContent select, #innercontent select {
	padding: 0;
	width: 165px;
}

#mainContent textarea {
	background-color: #c2c2c2;
	color: #000;
	border: 1px solid #4C5854;
	margin: 0 40px 0 0;
	height: 190px;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	padding: 2px;
	width: 280px;
}

#mainContent input.button {
	width: auto;
	padding: 2px;
}

#mainContent textarea:focus, #mainContent input:focus,
 #mainContent select:focus {
	background-color: #d9e2ec;
	color: #3a4853;
}

.labelfloat {
	float: right;
	padding-top: 20px;
}

#mainContent label {
	color: #333;
	font-size: 85%;
	padding-top: 5px;
	display: block;
}

#mainContent fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 0;
}

#DataCollection input.button {
	display: inline;
	margin-top: 10px;
	background-color: #313d49;
	color: #c6d8e3;
}


#DataCollection #xtra {
	display: none;
}

select {
	background-color: #ccc;
	border: 1px solid #333;
}

#submit {
	background: #ccc;
	border: 1px solid #333;
}

#TopC, #SubC, #CT, #ST, #XT, #SubS {
	display: none;
}

#mainContent p.sent {
   color: #c6d8e3;
	background-color: #000;
	border: 1px solid #040605;
	padding: 5px;
	margin: 20px 90px 25px 50px;
	text-align: center;
}

table a img {
	border: none;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin-left: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

table {
	margin: 15px auto;
}

table td {
padding: 5px;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #006600;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

