body {
	background-image: url(background15.gif);
	background-repeat: repeat-y;
	background-position: 6% 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fefecb;
}
#header {
	border-bottom: 2px solid #014041;
	padding: 0%;
	background-color: #94accd;
	font-size: 1.6em;
	font-weight: bold;

}


#navigation {
	float: left;
	width: 10%;
	font-size: 1.0em;
}

#content {
	float: right;
	width: 88%;
	margin-right: 0%;
	margin-top: 2%;
	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-bottom: -18px;
	color: #000180;
	background-color: ffffff;
}

h2 {
	font-size: 1.2em;
	color: #016B5B;
	background-color: ffffff;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: ffffff;
	color: #000180;
	margin-bottom: -18px;
}
.red_text {
  	color: #990033;
  	background-color: #FFFFFF;
}

.SmallText {
  	font-size: 0.8em;
}

#container #content a:link {
	color: #0000B0;
	text-decoration: underline;
	background-color: #ffffff;
}

#container #content a:visited {
	color: #0000B0;
  background-color: #ffffff;
	text-decoration: underline;
}

#container #content a:hover {
	color: #000000;
	background-color: #94accd;
	text-decoration: underline;
}

#container #navigation a:link {

	text-decoration: none;

}

#container #navigation a:visited {

 
  text-decoration: none;
}

#container #navigation a:hover {


  text-decoration: none;
}
#container #content ul {
	list-style-type: circle;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
}

