/* CSS Document */
body {
	margin: 50px 25px 25px 25px;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #003265;
	background-color: #ffffff;
	background-image: url(/images/needle_bkgd.gif);
	line-height: 1.4em;
	background-repeat: repeat-y;
	}
	
a:link, a:visited{
	color: #003265;
	text-decoration: none;
}

a:hover{
	color: #B32476;
	text-decoration: none;
	position: relative;
}

a.contentlink:link {
	text-decoration: underline;
}
a.contentlink:active {
	text-decoration: underline;
	}
a.contentlink:visited {
	text-decoration: underline;
	}
a.contentlink:hover {
	text-decoration: underline;
}

.home_pad {padding-top: 300px}
		
#container {
	background-color: none;
	}
		
#banner {
	background-color: #a6a6FF;
	/*background-color: #BAB0D6; */
	}
		
#banner h1	{
	margin: 0;
	padding: .5em;
	}
		
#nav {
	float: right;
	width: 160px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 1em;
	}
	
#navsub {
	float: right;
	margin-right: 10px;
	margin-left: 150px;
	padding-top: 1em;
	}
	
		
#nav p {
	margin-top: 0;
	}

#content_high {
	margin: 25px 25px 25px 75px;
	}

#content_high img {
	margin: 5px 5px 5px 10px;
	}
		
#content {
	margin: 125px 25px 25px 75px;
	}

#content img {
	margin: 5px 5px 5px 10px;
	}
		
#content_form {
	margin: 25px 25px 25px 250px;
	}
	
#content_indent {
	margin: 25px 25px 75px 250px;
	}

#content_indent img {
	margin: 5px 5px 5px 5px;
	}

#content_home {
	margin: 15px 25px 25px 75px;
	}

#content_home img {
	margin: 5px 5px 5px 5px;
	}
	
#content_home_clear {
	clear:both;
	margin: 15px 25px 25px 75px;
	}

#content_home_clear img {
	margin: 15px 5px 5px 5px;
	}

	
	
#content h2 {
	margin-top: 0;
	}
		
#footer {
	clear: both;
	}
#footer2 {
	clear: both;
	background-color: #a6a6FF;
	margin-left: 60px;
	}
#footer3 {
	clear: both;
	background-color: #ffffff;
	margin-left: 70px;
	font-size: .8em;
	line-height: 1.5em;
	}

