a {	 text-decoration: underline; font-weight: normal; color: #000;}
a:visited {  color: #000; text-decoration: underline}
a:active { color: #000; text-decoration: underline}
a:link { color: #000; text-decoration: underline}
a:hover { color: #000; text-decoration: underline}

html,body {
	background-color: #fff;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
}

ul {
	margin-top: 5px;
}
ul li {
	margin-bottom: 5px;
}

#outline {
	top: 0px;
	margin-top: 5px;
	width: 900px;
	border: 1px solid #bebebe;
	margin-left: auto;
	margin-right: auto;
}

#inner_box {
	top: 0px;
	width: 860px;
	border: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 90px;
	background-color: #80AAC2;
}

#header img {
	margin-top: 15px;
	margin-left: 56px;
}

#main {
	position:relative;
	margin-top: 10px;
	background-color: #1A4570;
}

#nav {
	position: absolute;
	padding: 46px 22px 20px 0px;
	text-align: right;
	width: 149px;
	height: 320px;
}
#nav img {
	margin-bottom: 26px;
}

#content {
	position:relative;
	left: 160px;
	width: 640px;
	padding: 40px 20px 20px 40px;
	background-color: #CBDCE6;
}

#footer {
	margin: 20px;
	font-size: 0.8em;
	text-align: center;
}

#minheight {
	position: relative;
	float: right;
	height: 300px;
}

#clearight {
	position: relative;
	clear: right;
	height: 1px;
}

.subhead {
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
}

.spacious {
	margin-top: 0px;
	line-height: 2em;
}

.orgs {
	text-align: center;
}
