body{
	background-color: #336699;
}
#container {
	width: 90%;
	margin: 50px auto;
	background-color: White;
	padding: 0% 0% 0% 0%;
	margin-left: 5%;
}

/* top header */
#header
{
	background-color: #333333;
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin-bottom: 0%;
	border-bottom: 1px solid #333333;
}

#header h1{
	color: Black;
	background-color: #F8F1A0;
	font-size: x-large;
	font-family: "Maiandra GD";
	text-align: left;
	padding: 1% 3% 1% 3%;
	margin: 1% 3% 1% 3%;
	display: inline;
}

/* nav bar in header*/
#header ul
{
	color: #F8F1A0;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding: 5px 5px 5px 5px;
	position: relative;
}
#header ul li {
	display: inline;
 	padding: 0px 5px;
	list-style-type: none;
}
#header ul li a
{
	color: #F8F1A0;
	text-decoration: none;
	border-left: 3px solid #336699;
}

#header ul li a:hover
{
	color: black;
	text-decoration: none;
	background: #F8F1A0;
	border-left: 3px solid #336699;
}
#header ul li a:active{
	background-color: #000035;
}

#header ul li a:visited{
	color: #B3A606;
}


/* make things float to the right*/
 .floatright
{
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
	width: 15%;
}
#content
{
	background-color: white;
	width: 65%
	float: left;
	padding: 0% 1% 1% 2%;
	border-right: 50px solid #FAB100;
	border-top: 1px solid #333333;
	margin-top: 0%;
}
/* content */
#content hr {
	color: #F8F1A0;
	width: 70%;
	height: 5px;
	background: #F8F1A0;
}

#content p {
	color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	padding: 0% 0% 0% 1%;
}

#content h1 {
	color: #336699;
	font-size: x-large;
	font-family: "Maiandra GD";
}

#content h2 {
	color: black;
	font-size: medium;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 0% 0% 0% 0 %;
	margin-bottom: 0%;
}
#content h3 { /* indented text */
	color: black;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	text-indent: 2%;
	padding: 0% 0% 0% 0 %;
	margin-bottom: 0%;
	margin-top: 1%;
}
#content h4{
	color: black;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	font: bold;
	margin-left: 2%;
}
#content h6 {
	/* indented collaborators heading */
	color: black;
	font-size: medium;
	font-family: "Maiandra GD";
	text-indent: 2%;
	padding: 0% 0% 0% 0%;
	margin-bottom: 0%;
	margin-top: 1%;
}
#content h6 a{
	color: #336699;
	text-decoration: underline;
}
#content h6 a:hover{
	color: black;
}
#content h6 a:visited{
	color: #B3A606;
	text-decoration: underline;
}
#content p5{
	/* collaborators */
	color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	text-indent: 15%;
	padding: 0% 0% 0% 5%;
	margin-top: 0%;
	margin-bottom: 0%;
}
#content ul{
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	text-align: left;
	font-size: small;
	padding: 0% 0% 0% 5%;

}
#content li{
	padding: 1% 1% 1% 1%;
	list-style-position: outside;
	list-style-type: disc;
}

#content a {
	text-decoration: underline;
	color: #336699;
}

#content a:hover{
	color: black;
	text-decoration: underline;
}

#content a:visited{
	color: #B3A606;
}


/* right bar */
#rightbar{
	background-color: white;
	width: 35%;
	float: right;
	padding: 1% 1% 1% 1%;
	margin: 1% 1% 1% 1%;
	border-left: 2px solid #F8F1A0;
	border-bottom: 2px solid /*#D3D3D3*/ #F8F1A0;
	height: auto;
}
#rightbar p{
	font-size: small;
}

#rightbar a{
	color: #336699;
	text-decoration: underline;
}
#rightbar a:hover{
	color: black;
	text-decoration: underline;
}
#rightbar a:visited{
	color: #B3A606;
	text-decoration: underline;
}
#rightbar img{
	border: 0;
	padding: 2% 2% 2% 2%;
	float: right;
}

/* footer */
#footer {
	width: 100%;
	background-color: #FAB100; 
	border-top: 7px solid #FAB100;
}

#footer p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	color: black;
	text-align: center;
}

#footer a {
	color: black;
}

#footer a:hover {
	color: black;
	text-decoration: underline;

}