BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-image: url(/images/main/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

H1 {
	display: inline;
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #36903b;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-size: 20px;
	color: #505050;
	line-height: normal;
	font-weight: normal;
}

H3 {
	display: inline;
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-size: 16px;
	color: #333;
	line-height: normal;
}

H4 {
	display: inline;
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-size: 15px;
	color: #36903b;
	line-height: normal;
}

HR {
	color: #e3e3e3;
	background-color: #e3e3e3;
	height: 1px;
	border: 0 solid #e3e3e3;
	border-top-width: 0;
}

#pagewrapper {
	width: 780px;
	height: 100%;
	background-color: #f3f3f3;
	text-align: left;
}

#header {
	padding: 36px 0 34px 20px;
	background-image: url(/images/main/headerbg.gif);
	background-repeat: repeat-x;
}

#navbar {
	background-color: #50ba53;
	padding-top: 6px;
	width: 780px;
	text-align: right;
}

#navbar TD {
	padding: 1px 14px 5px;
	border-left: solid 1px #a8dda9;
}

#navbar A:link, #navbar A:visited, #navbar A:active {
	color: #fff;
	text-decoration: none;
}

#navbar A:hover {
	color: #fff;
	text-decoration: underline;
}

#leftbar {
	padding: 30px 30px 45px;
	background-color: #e5e5e5;
}

#subheader {
	width: 780px;
	height: 15px;
	background-color: #000;
	font-size: 0;
	background-image: url(/images/main/subheader.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#subheader H1 {
	display: block;
	margin: 0;
	padding: 35px 0 0 260px;
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #fff;
}

#mainbody {
	padding: 30px 30px 45px;
	background-color: #fff;
}

.asidebox {
	width: 190px;
	border: solid 1px #98CF9A;
	padding: 10px;
	background-color: #F2FFF2;
	color: #26802B;
	font-size: 12px;
	font-weight: normal;
}

.asideright {
	float: right;
	margin: 0 0 20px 20px;
}

.asideleft {
	float: left;
	margin: 0 20px 20px 0;
}

.compactlist {
	padding-left: 0;
	margin-left: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.compactlist LI {
	margin-bottom: 3px;
}

.spacedlist LI {
	margin-bottom: 10px;
}

.pluslist_gray {
	list-style-image: url(/images/main/plusgray.gif);
	padding-left: 0;
	margin-left: 18px;
}

.pluslist_white {
	list-style-image: url(/images/main/pluswhite.gif);
	padding-left: 0;
	margin-left: 18px;
}

.pluslist_gray LI, .pluslist_white LI {
	margin-bottom: 10px;
}

.projectlist {
	list-style-image: url(/images/main/pluswhite.gif);
	padding-left: 0;
	margin-left: 18px;
}

.projectlist LI {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.lightgray {
	color: #505050;
}

.breadcrumb {
	font-size: 9px;
	color: #999;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

.gray {
	color: #999;
}

A:link, A:visited {
	color: #36903b;
	text-decoration: underline;
}

A:active, A:hover {
	color: #29B831;
	text-decoration: underline;
}

.error {
	color: #f00;
}