body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande,"Lucida Sans Unicode,verdana,arial,sans-serif;
	font-size: 80%;
	background: #fff;
	}
	


#top {
	margin: 0;
	padding: 0;
	/* float: left; */
	width: 100%;
	height: 130px;
	background: #262f35 url(../_images/bar_back.png) top left repeat-x;
	}

#container {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
	
	}

#logo {
	position: relative;
	float: left;
	margin-top: -115px;
	z-index: 4;
	padding-right: 20px;
	padding-bottom: 600px; //was 20px
	}

#nav {
	position: relative;
	float: right;
	margin-top: -50;
	}

#nav a{
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	
	}

#nav a:hover {
	text-decoration: underline;
	}

#content {
	
	border: 1px solid white;
	
	}
	
#footer {
	height: 15px;
	margin-top: 100px;
	clear: both;
	background-color: #f6f6f6;
	border-top: 1px solid #99999F;
	font-size: 9px;
	text-align: center;
}

/*** global redefines ***/
a:link, a:visited, a:active {
	color: #295AAE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

dt {
	font-weight: bold;
	padding: 10px 0 0 0;
}

table.form, table.form td {
	border: 0;
}

#title img {
	padding: 0 0 0 10px;
}

#content p {
	color: #666666;
	line-height: 1.5em;
}

#content h1 {
	color: #4e4e4e;
}

#content h2 {
	color: #4e4e4e;
}

#content h3 {
	color: #4e4e4e;
}

#content li {
	color: #666666;
	line-height: 1.5em;
	padding-top: 5px;
}

#content img {
	border: 2px solid #666;
	margin: 0 0 0 10px;
	padding: 10px;
}

#content form {		/*this is just for the contact form, to give it a border */
	border: 2px solid #1A386D;
	margin-left: 215px;
	padding: 10px;
	width: 450px;
}