@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	background: #00CCFF;
}
#Header {
	font-family: "Times New Roman", Times, serif;
	background: #30c url(web%20graphics/reddiamong.gif) no-repeat 20px center;
	padding: 5px;
	color: #FFFFFF;
}
#MainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #3300CC;
	margin-left: 204px;
}
#MainContent img {
	padding-right: 6px;
	padding-bottom: 4px;
}
#Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	color: #3300CC;
	float: right;
}
#SubHeading {
	font-family: "Times New Roman", Times, serif;
	background: #999999;
	padding: 1px;
	height: 120px;
}
#SubHeading ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#SubHeading li {
	float: left;
}
#SubHeading li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	padding: .2em .5em;
	font: bold 1em/1.2 "Times New Roman", Times, serif;
	margin-right: .5em;
	color: #30c
}		
#SubHeading h2 {
	font-family: "Times New Roman", Times, serif;
	color: #3300CC;
}
#SubHeading a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #3300CC;
}
#SubHeading a:link {
	font-family: "Times New Roman", Times, serif;
	color: #3300CC;
}
#SubNav {
	font-family: "Times New Roman", Times, serif;
	color: #30c;
	background: #00CCFF;
	float: left;
	width: 200px;
	border: 2px solid #000000;
}
#SubNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#SubNav li {
	display: block;
	font: 1.1em/30px "Times New Roman", Times, serif;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	color: #3300cc;
}

