#Header
{
	background-color: #FFFFFF;
	width: 644px;
	height: 83px;
}
*
{
	font-family: Arial;
}

h1
{
	font-size: 20px;
}
.Introduction
{
	font-style: italic;
	color: #000099;
	text-align: center;
}

#PageWrapper
{
	width: 644px;	
}

#MenuWrapper
{
	width: 644px;
}

#MainContent
{
	width: 644px;	
	
}

#SideBar
{
	background-color:Gray;
	width: 200px;
	float: left;	
}

#Footer
{
	background-color: #FFFFFF;
	width: 644px;
	clear: both;	
	font-size: 10pt;
}
#MainContent a
{
	color: #008000;
	text-decoration: underline;
}
#MainContent a:visited
{
	color: #FF0000;
	text-decoration: underline;
}
#MainContent a:hover
{
	color: #FFA500;
	text-decoration: underline;
}
h1
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
