body {
	background-color: #FFCC66;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	margin: 0px 20px 10px 20px;
	padding-top: 0px;
}

#logoWrapper {
	background-color: #FFCC66;
	margin-top: 18px;
}

#logo {
	width: 220px;
	height: 22px;
	float: left;
}

#logoContinuation {
	border-top: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	padding: 6px 0px 0px 0px;
	text-align: right;
}

#logoUnderSpacer {
	clear: left;
	background-color: #FFCC66;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
}

#globalNavBar {
	background-color: #000099;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
}

#globalNavBar a { 
  display: block;
  float: left;
	padding: 6px 10px;
	color: #99CCFF;
  background-color: #000099;
	font-weight: bold;
	font-size: 90%
	text-decoration: underline;
}

#globalNavBar a:hover {
	background-color: #000066;
	text-decoration: none;
}

.globalNavTab { 
  display: block;
  float: left;
	padding: 6px 10px;
	color: #000000;
  background-color: #FFFFFF;
	font-weight: bold;
	font-size: 90%
	text-decoration: none;
}

.globalNavAltTab { 
  display: block;
  float: left;
	padding: 6px 10px;
	color: #FFFFFF;
  background-color: #000099;
	font-weight: bold;
	font-size: 90%
	text-decoration: none;
}

#globalNavClear {
	padding: 6px 15px;
}


#contentWrapper {
	background-color: #FFFFFF;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	padding: 8px 18px;
	height: 85%;
}

.smallText {
	font-size: 11px;
}

.header {
	font-size: 14px;
	font-weight: bold;
}

.minorHeader {
	font-weight: bold;
	padding-bottom: 4px;
}

.standardParagraph {
	line-height: 1.4;
}

.indentParagraph {
	padding-left: 16px;
	padding-top: 4px;
}

.projectList {
	list-style-position: outside;
	margin-top: 0px;
}

