body {
	background-color: #AAAAAA;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topbar {
	background-image: url(/img/topbar_backdrop.gif);
	width: 980px;
	height: 94px;
	margin-left: auto;
	margin-right: auto;
}
.topbar_links {
	float: right;
}
.topbar a {
	font-weight: bold;
	color: #E7DCB1;
	float: left;
	height: 24px;
	margin-top: 62px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	font-size: 10pt;
	text-decoration: none;
}
.topbar a:hover {
	background-image: url(/img/tab_backdrop.gif);
}
.center {
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/img/center_backdrop.gif);
	background-repeat: repeat-y;
	padding-top: 70px;
	padding-bottom: 70px;
}
.main {
	font-size: 10pt;
	color: #1A0601;
	float: right;
	padding-right: 20px;
	width: 700px;
}
.sidebar {
	float: left;
	font-size: 10pt;
	padding-left: 40px;
	width: 145px;
	color: #E7DCB1;
}
.sidebar h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.sidebar h3 a {
	color: #E7DCB1;
	text-decoration: none;
}
.sidebar h3 a:hover {
	color: #A26D4B;
	text-decoration: none;
}
.sidebar h2 {
	font-size: 11pt;
	font-weight: bold;
}
.sidebar h2 a {
	color: #E7DCB1;
	text-decoration: none;
}
.sidebar h2 a:hover {
	color: #A26D4B;
	text-decoration: none;
}
.sidebar_section {
	background-image: url(/img/sidebar_divider.gif);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.sidebar p {
	margin-top: 0px;
}
.sidebar p a {
	color: #E7DCB1;
	text-decoration: none;
}
.sidebar p a:hover {
	color: #A26D4B;
	text-decoration: none;
}
.main_section {
	margin-top: 30px;
	background-image: url(/img/main_title_underline.gif);
	background-repeat: no-repeat;
}
.main a {
	color: #7A1C03;
}
.main a:hover {
	color: #A26D4B;
}
.main a:visited {
	color: #1A0601;
}
.main_section h3 {
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	color: #7A1C03;
}
.main_section h3 a {
	text-decoration: none;
	color: #7A1C03;
}
.main_section h3 a:visited {
	text-decoration: none;
	color: #7A1C03;
}
.main_section h3 a:hover {
	text-decoration: none;
	color: #A26D4B;
}
.main h2 {
	color: #7A1C03;
	font-weight: bold;
	font-style: italic;
}
.project_shelved {
	color: navy;
}
.project_active {
	color: red;
}
.project_finished {
	color: teal;
}
.bottombar {
	background-image: url(/img/bottombar_backdrop.gif);
	width: 980px;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.copyright {
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-weight: normal;
	color: #E7DCB1;
}