body{
	background-color: #AAD;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-family: verdana;
	color: #000;
}


#Wrapper{
	width: 600px;
	border: 1px #000 solid;
	border-top: 0;
	padding: 0;
	margin: 0 auto;
	background-color: #ED9;
}

h1{
	font-size: 300%;
	margin: 2px;
}

h4{
	font-size: 110%;
	margin: 1px;
	color: #555;
}
a, a:visited {
	color: #C52;
}

a:hover{
	color: #F33;
}
#Header p
{
	line-height: 180%;
	letter-spacing: 130%;
}
#Header, #Footer{
	text-align: center;

}
#Content .ContentContainer{
	line-height: 175%;
}
.ContentContainer
{
	padding: 10px;
	margin: 0;
}
#Header{
	background-color: #224;
	height: 120px;
	width: 100%;
	color: #FFF;
}
#MenuBox{
	background-color: #447;
	height: 25px;
	width: 100%;
	padding: 0;
	
}
#Menu{
	list-style: none;
	overflow: auto;
	display: inline;
}
#Menu li{
	float: left;
}

#Menu li a, #Menu li a:visited, #Menu li a:hover
{
	color: #FFC;
	text-decoration: none;
	background-color: #448;
	border: 2px #336 solid;
	border-right: 2px #559 solid;
	border-bottom: 2px #559 solid;
	text-align: center;	
	margin: 0;
	padding: 0 20px;
	height: 21px;
	line-height: 21px;
	display: block;
	font-weight: bold;
}

#Menu li a:hover
{
	background-color: #C52;
	border: 2px #A41 solid;
	border-right: 2px #D74 solid;
	border-bottom: 2px #D74 solid;

}
#Footer{
	background-color: #CCC;
	color: #777;
	height: 60px;
	font-size: 90%;
}
.HighlightBox
{
	float: right;
	margin: 20px;
	border: 2px #B42 solid;
	width: 250px;
	background-color: #FE9;
}
.HighlightTop
{
	margin: 0;
	padding: 0;
	background-color: #DC9;
	font-weight: bold;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.ProjectInfo
{
	margin-bottom: 30px;
}


