body {
	margin: 0;
	padding: 0;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#555555;
	text-align:center;
}
#wrapper {
	position:relative;
	text-align:left;
	width:700px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	float:none;
	background-color:#EEEEEE;
	height:72px;
}
#header h5{
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#154060;
	padding:4px 0 4px 10px;
}
#header a:link{
	color:#306071;
}
#header a:visited{
	color:#999999;
}
#header a:hover, #header a:active{
	color:#FFFFFF;
}
#menu {
	float:left;
	width:200px;
	background-color:#BBCCD0;
	padding:20px 0 0 10px;
}
#menu h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:100;
	color:#333333;
}
#menu h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:100;
	line-height:1.2em;
	color:#333333;
}
#menu h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-weight:100;
	line-height:1.2em;
	text-transform:lowercase;
	color:#333333;
	padding:0 0 0 10px;
}
#menu h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-weight:100;
	line-height:1em;
	margin-top:-8px;
	padding:0 0 0 10px;
	color:#333333;
}
#menu h1 a:link{
	text-decoration:none;
	color:#333333;
}
#menu h2 a:link, #menu h3 a:link{
	color:#333333;
}
#menu h1 a:visited{
	text-decoration:none;
	color:#777777;
}
#menu h2 a:visited, #menu h3 a:visited{
	color:#777777;
}
#menu h1 a:hover, #menu h1 a:active{
	text-decoration:none;
	color:#FFFFFF;
}
#menu h2 a:hover, #menu h3 a:hover, #menu h2 a:active, #menu h3 a:active{
	color:#FFFFFF;
}
#content{
	width:470px;
	float:right;
	padding:20px 10px 0 10px;
	background-color:#FFFFFF;
}
/* Home Page Heading*/
#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:1.2em;
	margin-bottom:-12px;
	color:#154060;
}
/* General Text */
#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:0.8em;
	color:#333333;
	padding:0 20px 0 0;
}
/* Post Red Headings*/
#content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:1.2em;
	margin-bottom:-12px;
	color:#CC3300;
}
#content h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:0.9em;
	margin-bottom:-4px;
	color:#154060;
}
/* Topics Sub Head*/
#content h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-bottom:-4px;
	color:#154060;
}
#content h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:0.7em;
	color:#154060;
	margin-bottom:-12px;
}
#content a:link{
	color:#154060;
}
#content a:visited{
	color:#205070;
}
#content a:hover, #content a:active{
	color:#CCCCCC;
}
#content h3 a:link, #content h3 a:visited{
	color:#CC3300;
	text-decoration:none;
}
#content h3 a:hover, #content h3 a:active{
	color:#BBCCD0;
	text-decoration:none;
}
#footer {
	clear:both;
}
#footer h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#154060;
	padding:4px 0 4px 10px;
}
#footer h1 a:link, #footer h1 a:visited{
	color:#CC3300;
	text-decoration:none;
}
#footer h1 a:hover, #footer h1 a:active{
	color:#BBCCD0;
	text-decoration:none;
}
