body {
	margin: 0px;
	padding: 0px;
	background-color: ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#header {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
	font-weight: bolder;
	height: 192px;
	visibility: visible;
}
div#banner { 
	background-color: #184368;
	width: 75%;

}
img#titletext {
	position: absolute;
	left: 300px;
	top: 40px;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	display: block;
}
div#content {
	position: absolute;
	top: 215px;
	left: 190px;
	right: 20px;
	width: 600px;
	font-size: small;
	background-color: #ffffcc;
	visibility: visible;
}
div#contentArticle {
	position: absolute;
	top: 10px;
	left: 50px;
	right: 20px;
	width: 600px;
	font-size: small;
	background-color: #ffffcc;
}
div#sidebar {
	position: absolute;
	width: 190px;
	top: 204px;
	bottom: 50px;
	left: 0px;
	background-color: #88ae74;
	visibility: visible;
}
.bigHeader {
	FONT-SIZE: large;
	COLOR: #336666;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background-color: #8184368;
}
.navLink {
	FONT-SIZE: 10px;
	COLOR: #0000ff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	left: 10px;
	padding-left: 20px;
	list-style-type: circle;
}
.deadLink {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.smallHead {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: "Times New Roman", Times, serif
}
.navHead {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	
}
.smallNote {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ArticleA {
	padding-top: 2px;
	background-color: #88ae74;
}
.ArticleB {
	padding-top: 2px;
	background-color: #CCCC99;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
content#h1 {
	font: bold 120% Arial,sans-serif;
	color: #3300CC;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: bold 120% Arial,sans-serif;
	color: #3300CC;
	margin: 0px;
	padding: 0px;
}
div#content2 {
	position: absolute;
	top: 10px;
	left: 11px;
	right: 20px;
	width: 600px;
	font-size: small;
}
h2 {

	font: bold 100% Arial,sans-serif;
	color: #3300CC;
	margin: 0px;
	padding: 0px;
}
