body {
	background-color: #ffe79c;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:small;
}

a	{ 
	color: #08449A; 
	text-decoration: none; 
}
a:visited {
	color: #666666;
}

a:hover      { 
	text-decoration: underline; 
	color: #4ED34E;
}

h1{
	color: #222222;
	font-size: 150%
	}
h2{
	color: #4ED34E;
	font-size: 125%;
	}
h2, h3, h4 {
	margin-bottom: 6px;
	margin-top: 6px;
	}
h3{
	color: #222222;
	font-size: 110%;
	}
h4{
	color: #222222;
	font-size: 100%;
	}
	
#main {
	width: 800px;
	background-color:#ffffff;
	border-width: 3px;
	border-style:solid;
	border-color: #63b3ce; 
}
#masthead {
	padding: 10px;
	vertical-align: middle;
}
.rightBox {
	float: right;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	}
.separator {
	clear: both;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	}
.codeRed {
	color: #ff0000;
	}
#content {
	padding: 10px 20px 10px 20px;
	
	}
#menu {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
#contentWrapper {
	width: 600px;
	float: left;
	}
#menuWrapper {
	width: 200px;
	float: left;
	}
#footer {
	clear: both;
	padding-bottom: 8px;
	font-size: x-small;
}

.tiny {
	font-size: xx-small;
}
