body {
	background-image: url(background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #ffffff;
	color: #000000;
}
#container{position: relative}

#header {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	padding: 0%;
	margin-left: 90px;
}


#navigation {
	float: left;
	width: 10%;
	font-size: 0.78em;
}

#content {
	float: right;
	width: 88%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0%;
}

.clearfloat {
	clear:both;
	height:0px;
    font-size: 2px;
    line-height: 0%;
}

#invisible {
	visibility:hidden
}

#footer{
	position:absolute;
	left:0px;
	width:100%;
	margin: 0px;
	padding: 5px 0px;
	color: #FFFFFF;
	background-color: #000066;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;	
	margin-bottom: -18px;
	color: #666666;
	background-color: ffffff;
	background-image: url(background.jpg);

}

h2 {
	font-size: 1.2em;
	color: #333333;
	background-color: ffffff;
	margin-bottom: 0px;
	background-image: url(background.jpg);
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: ffffff;
	color: #666666;
	margin-bottom: -18px;
	background-image: url(background.jpg);
}
.red_text {
  	color: #990033;
  	background-color: #FFFFFF;
}

.SmallText {
  	font-size: 0.8em;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000066;
	background-color: #CCCCCC;
	text-decoration: underline;
}

#container #navigation a:link {
	color: #0000A8;
	text-decoration: none;
}

#container #navigation a:visited {
	color: #000066;
  text-decoration: none;
}

#container #navigation a:hover {
	color: #ffffff;
	background-color: #00006A;
	text-decoration: underline;
}
#container #content ul {
	list-style-type: circle;
	list-style-position: outside;
}
.author {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.page_top {
	text-align: center;
}

