#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
	visibility: visible;
}
body {
	background-color: #D8F3BC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
#logoBar {
	background-image:  url(images/project_logo_line.gif);
	position: absolute;
	top: 0px;
	z-index: 2;
	visibility: visible;
	background-repeat: repeat-x;
	width: 100%;
}
#logoCircle {
	position: absolute;
	left: -15px;
	top: -20px;
	z-index: 3;
	visibility: visible;
}
#sidebar {
	left: 10px;
	top: 140px;
	position: absolute;
	z-index: 1;
	visibility: visible;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ec702e;
	padding-right: 10px;
	height: 400px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	position: absolute;
	top: 100px;
	left: 175px;
	padding-left: 10px;
	z-index: 6;
}
#sidebar p {
	font-size: 9px;
}
#sidebar h4 {

	color: #FFFFCC;
	margin-top: 3px;
	margin-bottom: 0px;
}
h1 {
	margin-top: 9px;
	margin-bottom: 0px;
	font-size: 14px;
}
li {
	list-style-image:  url("images/project_orange_small.gif");
}
#bottomBar {
	width: 100%;
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
a:link {
	color: #ec702e;
	text-decoration: none;
}
a:visited {
	color: #ec702e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC702E;
}
a:active {
	color: #FFFFFF;
	background-color: #EC702E;
	text-decoration: none;
}
#logoCircleBottom {
	z-index: 5;
	visibility: visible;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h2 {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
}
