
body {
	margin: 0;
	padding: 20px 0 0 0;
	color: #333;
	background-image: url(/images/greenwhi.gif);
	font-family: Arial, Helvetica, sans-serif;
	/* Sets default font size. This odd value compensates for several browser bugs.
	First, setting a default font size in percent (instead of em) eliminates an IE/Win
	problem with growing or shrinking fonts out of proportion if they are later set in
	ems in other elements. Additionally, some versions of Opera will draw a default
	font-size of 100% too small compared to other browsers. Safari, on the other hand,
	has a problem with a font-size of 101%. Current "best" suggestion is to use the
	100.01% value for this property */ 
	font-size: 100.01%; 
	line-height:100.01%;
	}
	
#fixedpage {
	margin:0 auto;
	margin-top:20px;
	padding: 0 0 0 0;
	width:700px;
	background-color:#FFF;
	/*border-top:1px solid #999;
	border-left:1px solid #000;
	border-right-image:url('../graphics/tsa-shadow.jpg') repeat-y;*/
	border-bottom:1px solid #6CF;
	position: relative;
	/* overflow:auto; */
	}

/* BANNER */
#topsection{
background: #678b3f;
height: 130px; /*Height of top section*/
}

#topsection img {
vertical-align:middle;
}

#column-e {
	width:700px;
	min-height:486px;
	background-color:#FFFFFF;
	float:left;
	border-left: 0;
	}
	
p {
	padding: 5px 5px;
	}
	
fieldset {
  padding: 1em;
  font:90%/1 sans-serif;
   border:1px solid green;
  width: 43em;
  }
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
  
.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }

.terms {
font-size:80%;
}

h1 {
font-family: Arial, Helvetica, san-serif;
font-size: 130%;
color: #790000;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px;
letter-spacing: inherit;
font-weight: normal;
}

#navbar {
padding-top: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

#ddcolortabs a{
float:left;
color: white;
background: #678b3f url(/images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(/images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}

#ddcolortabs a:hover{
background-color: #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#fixedfooter {
	clear:both;
	margin:auto;
	padding: 2px 0 2px 0;
	width:700px;
	/* background-color: #6CF; */
	background-color:#678b3f;
	text-align:center;
	font-size:80%;
	}

#fixedfooter a {
	text-decoration:none;
	color:white;
	}
	
#fixedfooter a:hover {
background-color: #8cb85c;
	}




