body {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
 	background-color:#66CC99;
}
#container {
	width: 70%;
	position: absolute;
	margin-left: 15%;
	margin-right: 15%;
}
#header {
	border-bottom: 1px solid #CCCCFF;
	margin: 0.6em 0 0 0;
}

#header h1 {
	font-size: 250%;
	padding: 0;
}
#header #tagline {
	font-size: 90%;
	margin: 0 0 0.2em 7em;
	padding: 0;
}
#nav {
	width: 15em;
	margin: 1em 0 1em 0em;
	padding: 0.5em 0 1em 0;
	float:left;
	clear: both;
	border-right: 1px solid #CCCCFF;
}
#nav a, a:visited, a:active {
	display: block;
	margin: 1.5em 0 0 0;
	text-decoration: none;
	font-size: 130%;
	color: blue;
	border-bottom: 1px solid #FFFFFF;
}
#nav span {
	color: #555555;
}
#nav a:hover {
	border-bottom: 1px solid #CCCCFF;
}
#content {
	margin: 1em 0 1em 15em;
	padding: 1em 0 1em 1.5em;
	border-left: 1px solid #CCCCFF;
}
#content span.content_title {
	display: block;
	border: 1px solid #CCCCFF;
	background-color: #F9F9F9;
	padding: 0.2em;
	margin: 0;
}
#content span.content_title_ext {
	display: block;
	border: 2px dashed #CCCCFF;
	background-color: #F9F9F9;
	padding: 0.2em;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#content span.content_title_ext a {
    border-bottom: none;
}
#content span.content_title_ext a:hover {
    border-bottom: none;
}
#content span.gallery_text {
    font-style: italic;
    color: #666666;
}
#content a {
	display:inline;
	text-decoration:none;
	font-size: 100%;
	color:blue;
}
#content a:hover {
    border-bottom: 1px solid #CCCCFF;
}
#content p.content_text {
	text-align:justify;
	margin-left: 0.5em;
}
#footer {
	font-size: 80%;
	border-top: 1px solid #CCCCFF;
	text-align: right;
	clear: both;
	padding: 0.2em 0 0.2em 0;
}
#footer a {
	display:inline;
	text-decoration:none;
	font-size: 100%;
	color:black;
}
#header #speechbox {
    display: block;
    border: 1px solid #CCCCFF;
    background-color: #F9F9F9;
    position:absolute;
    right: 0;

    margin: -1.25em 0;
}
#header #speechbox a, a:visited, a:active {
	text-decoration: none;
	font-size: 100%;
    padding: 0;
    margin: 0;
}
hr {
    height: 0.5px;
    border: 0;
    color: #CCCCFF;
    background-color: #CCCCFF;
}
img {
    border: 0;
}