body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/stripe-background.gif);
	background-repeat: repeat;
}

#header {
	width: 861px;
	height: 220px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
 	line-height: 0px;
	font-size: 0;
 	float: left;
}

#box-info {
	background-color:#EEF5FC;
	height: 205px;
	line-height: 22px;
	font-size: 0;
	width: 300px;
	border: 1px solid #004291;
	margin-left: 20px;
	padding-top: 5px;
}

#footer-image {
	width: 859px;
	height: 169px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
 	float: left;
}

#top-blue-bar {
 background-color:#013E8E;
 height: 23px;
 line-height: 0px;
 font-size: 0;
 width: 859px;
 float: center;
}

#middle-blue-bar {
 background-color:#82A0C8;
 height: 14x;
 line-height: 0px;
 font-size: 0;
 width: 859px;
 float: left;
}

#bottom-blue-bar {
 background-color:#013E8E;
 height: 56px;
 width: 859px;
clear: both;
}

#orange-bar {
position: absolute;
 background-color:#F6A22E;
 height: 10px;
 line-height: 0px;
 font-size: 0;
 width: 859px;
 float: left;
}

#orange-link {
	width: 101px;
	height: 29px;
	background-image: url(../images/orange-link.gif);
	background-repeat: no-repeat;
 	float: left;
	margin-top: 191px;
	z-index: 2;
}

#blue-link {
	width: 101px;
	height: 29px;
	background-image: url(../images/blue-link.gif);
	background-repeat: no-repeat;
 	line-height: 0px;
	font-size: 0;
 	float: left;
	margin-top: 190px;
	margin-left: 11px;
	z-index: 2;
}

#blue-bar-links {
 background-color:#013E8E;
 height: 7px;
 line-height: 0px;
 font-size: 0;
 margin-top: 183px;
 width: 859px;
 float: left;
 z-index: 1; 
}

#bottom-links {
 float: left;
 z-index: 4; 
 text-align: left;
}


#bottom-line {
 width: 859px;
 float: left;
}

#center-content {
padding: 27px;
float: left;
width: 800px;
}


#container
{
	width: 861px;
	text-align: center;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#background {
	width:859px;
	background-color:#fff;
	color:#000;
	border-top: thin solid #cccccc;
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-left: thin solid #cccccc;
}

ul.nav { padding: 0px; padding-bottom: 0px; margin: 0px; text-align: left;}
li.nav { width: 180px; background-color:#BFD8B5; padding: 0px; padding-left: 20px; margin-top: 0px; height: 18px; color:#000000;  text-align: left;}

#padding {
 padding:0px 0px 0px;
}

#bottom-right {
 padding-top: 30px;
}

#contact-info {
	padding: 5px;
	padding-left: 10px;
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
	color: #333333;
}

#footer-bar {
clear: both;
 background-color:#BFD8B5;
 color:#fff;
 height: 5px;
 line-height: 0px;
 font-size: 0;
}

p {
 margin:0.5em 0;
}
















/* General form styles
----------------------------------------*/


form.contact {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 400px;
  width: 460px; 
  margin-top: 25px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
	padding: 8px;
	margin: 0;
	border: 1px solid #000000;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.red-text {
 color: #FF0000
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.contact-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contact-fields2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 140px;
}

.button {
	background: #eeeeee;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #000000;
		}