

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	width: 900px;
	margin: 0 auto; /*needed for site to float over background*/
	background-color:#f8cd4c;
}

#wrapper {
	position:relative;
	text-align: left;
	width: 900px;
	background: #fff;
background-image:url(img/background_blue.gif);
	background-repeat:repeat-y;
	margin-top:15px;
}

#content {
	width:540px;
	margin-left:320px;
	padding:0px;
	margin-top:35px;
}

#address {
	width:400px;
	margin-left:478px;
}

	
#botnav {
	width:660px;
	clear:both;
}

img.in_body_pic{
	float:right;
	margin:5px;}

.footertext {
	font-size:16px;
color:#b40000;
font-weight:bold;
padding-bottom:30px;
padding-top:20px;}

.red{
color:#900;
}

p {
	padding:0px;
		font-family: Verdana, Geneva, sans-serif;
}  /*closed gap between h2 and paragraph*/
/*image in content area*/




h1 {font-family:Verdana, Geneva, sans-serif;
font-size:1.5em;
font-weight:bold;
color:#00539f;
}


h2 {font-family:Verdana, Geneva, sans-serif;
font-size:1.2em;
color:#00539f;
margin-bottom:-7px;

}

h3 {font-family:Verdana, Geneva, sans-serif;
font-size:22px;
color:#00539f;
font-weight:bold;
}

h4 {font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
color:#00539f;
font-weight:bold;
margin-bottom:-5px;
text-decoration:underline;
}

ul{   padding:0px;
margin-left:20px;
}

p.td{
		text-align:left;
		font-weight:normal;
		margin-top:5px;}
		
		h2.td{
			text-align:left;
			font-size:1.1em;}
			
#swoosh {
	width:112px; /*needs to be wider than swoosh image to remove blue line to right of swoosh image*/
	float:left;
clear:left;
background-color:#fff;}


/*NAVIGATION VERTICAL*/
 
.buttonscontainer {width: 166px;
float:left;
margin-top:45px;
margin-left: 20px;
}

.buttons a {color:#000;
font: 1.2em Verdana, sans-serif;
text-decoration: none;
display: block;
text-align: left;
background-image:url(img/button_blue.gif);
background-repeat:no-repeat;
background-position:3px 9px;
padding:7px 6px 7px 22px; /*moves nav words away from blue nav square*/
}

.buttons a:hover {
color:#000;
text-decoration:underline;
background-image:url(img/button_orange.gif);
background-repeat:no-repeat;}