	body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto 5px auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
* {
margin:0;
padding:0;
}
h1 {
	font-size:1.1em;
	color:#000000;
	padding:5px 0 0 0;}
h2 {
	font-size:1.1em;
	color:#990000;
	margin:20px 0 5px 0;}
h3 {
}
p {
	margin: 10px 0 5px 0;
	padding: 0;
}
li {
	font-size:.9em;
	}
a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#990000;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width:775px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	text-align:center;
	border: 1px solid #000000;
		}
/**************************************************/		
/************** BANNER DIVs ***********************/
/**************************************************/
#masthead {
	margin:0;
	padding:0;
	background-color:#ffffcc;
	position:absolute;
	height:186px;
	width:775px;
	display: block;
	float: none;
}

.text1 {
	float:right;
	position:relative;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
	text-align:left;
/*	top:5px;*/
	width:600px;
	font-weight:bold;
	font-size:14px;
}
.mastheadimg {
	float:right;
	position:relative;
	background-image: url(graphics/masthead_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:148px;
	width:620px;
	z-index:100
}
#mastheadlogo {
	margin:0;
	padding:0;
	background-color:#ffffcc;
	width:155px;
	height:185px;
	position:relative;
	float:left;
	z-index: 200;	
}
.logo{
	position: absolute;
	float:left;
	height: 148px;
	width: 165px;
	top: 10px;
	left:1px;
	z-index: 100;	
	/*clear:both;
	display:inline;*/
}
/* Holly Hack for IE \
* html .logo {top:3px; left:0; z-index:200;}
* html #mastheadlogo {top:5px; left:245px;}*/
/* End */

/**************************************************/		
/************** NAVIGATION DIVs ***********************/
/**************************************************/
#nav, #nav li ul {
	padding-top:3px;
	height:31px;
	background-color:#993300;
	color:#FFFFFF;
	width:155px;
}
#nav a:link, #nav a:visited, #nav a:active{
	color:#FFFFFF;
	padding: 0 35px 0 0;
	font-size:1.1em;
	text-decoration:none;
	padding: 5px 0 0 10px;
	}
#nav ul{
	list-style-type: none;
	margin: 3px 0 3px 0;
	text-align:left;
	line-height:2em;
}
#nav li {
position: relative;}
#nav li a{
	display:block;
	width: auto;
	padding: 5px 0 0 10px;
}
#nav li a:hover {
	color:#000000;
	background-color:#ffffcc;
}
/* Holly Hack for IE \*/
* html #nav li { float: left; height: 1%; padding-left:10px;}
* html #nav li a { height: 2%; padding-left:10px;}
* html #nav ul {}
/* End */

#nav img {
text-align:center;
border:1px solid #000000;
}
img.noborder {
border:none !important;
}
.call {
font-size:.8em;	
font-weight:bold;
text-align:right;}

/**************************************************/		
/************** CONTENT DIVs ***********************/
/**************************************************/
#contentcontainer {
	position:relative;
	display: block;
}
#content {
text-align:left;
padding:10px;
margin:0;
position:relative;
width: 420px;
}

#content ul {
margin-left:30px;
text-align:left;
}
#content td {
vertical-align:top;
text-align:left;
}
#content p {
text-align:left;
line-height:1.5em;
}
.mission {
background-color:#ffcc33;
padding: 5px;
margin:0;
	text-align:left;
	font-weight:bold;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#006600;
	padding:0;
	font-size:1em;
}
#content img {
margin:0 10px 5px 0;
}
.quote {
font-style:italic;
font-size:.95em;
text-align:left;
}
/*********** CONTENT DIV FOR NEWSLETTER PAGE **********/
/***** marcela wanted single column page**/
#content2{
text-align:left;
padding:10px;
margin:0;
position:relative;
width: 590px;
}
#content2 ul {
margin-left:30px;
text-align:left;
font-size:1.2em;
}
#content2 il {
margin-left:30px;
text-align:left;
}
#content2 td {
vertical-align:top;
text-align:left;
}
#content2 p {
text-align:left;
line-height:1.5em;
}

/*************** PIC COLUMN ***********************/
#piccolumn {
padding:10px;
vertical-align:top;
}
#piccolumn img {
text-align:center;
border:1px solid #000000;
}
/************************************************/
/*************** FORMS ************************/
/************************************************/

.formbasic form {
  margin: 0;
  padding: 0;
  font-size: 80%;
  width:250px;
}
.formbasic form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
.formbasic legend {
  font-size: 130%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
	}
form.formbasic div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}
.formbasic label {
float:left;
margin:0 0 0 20px; /*width of left column*/
width:180px; /*width of labels. Should be smaller than left column (100px) to create some right margin*/
  font-size: 90%;
}
 /*width of text boxes. IE6 does not understand this attribute*/
/*input[type="text"]{
width: 150px;
}*/
.formbasic .required label{
font-weight:bold;
}
.formbasic input{
	width: 250px;
	padding: 0;
	margin: 0;
}
.formbasic textarea{
	width: 250px;
	height: 150px;
	overflow: auto;
}
.formbasic small {
	display: block;
	font-size: 88%;
	height: expression('1%');
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/**************************************************/		
/************** FOOTER DIVs ***********************/
/**************************************************/

#footer {
	background-color:#000000;
	color:#ffffff;
	font-size:1em;
	width:100%;
	height:35px;
	line-height:1.3em;
	padding:0;
	margin:0;
	position:relative;
	/*margin:0 auto 0 auto;
 border: 1px solid red;  So we can see what is happening */
}
.copyright {
	position:absolute;
	float:left;
	left: 3px;
	top: 5px;
	text-align:left;
	width:50%;
	padding:3px;
	color:#ffffff;
}
/* Use to make sure the 501 footer text shows to the right */
.footertext {
	position:absolute;
	color:#666666;
	float:right;
	left: 375px;
	top: 1px;
	text-align:right;
	padding:3px;
	width:50%;
}
#gx {margin:5px; padding:10px;}
#gx a{
text-align:center;
color:#000000;
font-size:.85em;
}
.flyspeck {
	float:left;
	left:75px;
	top: 5px;
	text-align:center;
	padding:10px;
	}
