body {
	font-family: "Trebuchet MS";
	background-color: #FFCC33;
	color: #000099;
	margin: 4em;
}

#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	font-family: "Trebuchet MS";
	width: 175px;
	height: 400px;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px 10px 0px 10px;
	float: right;
}

#content {
		
	
	padding: 1em 2em 1em 2em;
	background-color: #FFFF99;
	margin: 10px 225px 10px 10px;
}

#content2 {
		
	
	padding: 1em 2em 1em 2em;
	background-color: #FFFF99;
	margin: 10px 10px 10px 10px;
	
}

#content p {
	margin: 0;
}


h1 {
	font-family: "Trebuchet MS";
	text-align: left;
}
h1.c1 {
	text-align: center;
	border-bottom: solid 1pt;
}

h2 {
	font-family: "Trebuchet MS";
	text-align: center;
}

h3 {
	font-family: "Trebuchet MS";
	text-align: left;
	}

h4 {
	font-family: "Trebuchet MS";
	text-align: left;
}
	


#header {
	padding: 2em;
	background-color: #FFFFFF;
	border: none;
}

#navigation {
	text-align: center;
	background-color: #FFFFFF;
	border: none;
	color: #000099;
	
}

#footer {
	padding: 2em;
	background-color: #FFCC33;
	border: none;
	text-align: center;
	font-size: 90%;
	clear: right;
}

#navigation a:link {
	color: #3363FF;
	text-decoration: none;
}
#navigation a: visited {
	color: #33ADFF;
	text-decoration: none;
}

#navigation a: hover {
	color: #CC3333;
	text-decoration: none;
}


a:link {
	color: #3363FF;
	text-decoration: none;
}
a: visited {
	color: #33ADFF;
	text-decoration: none;
}

a: hover {
	color: #CC3333;
	text-decoration: none;
}