html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-width: 800px;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	color: #353535;
}

h1 {
	font-size: x-large;
	color: #353535;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: large;
	color: #353535;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #b6ea3a;
	margin: 0 0 6px 0;
}

h4 {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #5a5a5a;
	margin: 0 0 6px 0;
}

div.hr {
	height: 1px;
	width: 100%;
	margin: 20px 0 10px 0;
	background: #ccc;
}

A {color: #993300;}
A:HOVER {color: #444; text-decoration: none;}

.hidden {
	visibility: hidden;
	display: false;
	height: 0px;
	border-bottom: 0px;
}


/*** EXCEPTIONS ***/
div.exception {
	height: 70px;
	background: #d55e3a;
	border-bottom: 1px dashed #fff;
}

.ie7 div.exception {border-bottom: 1px dashed #94442c;}

div.exception .message {
	color: #fff;
	font-size: 200%;
	position: absolute;
	top: 10px;
	left: 20px;
}

/*** SPLASH ***/
div.main {
	background: #444 !important;
	min-height: 100%;
}

div.main .splashBorder {
	height: 340px;
	width: 700px;
	background: url(../images/bg_projectsbar.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -170px 0 0 -350px;
}

div.main .splash {
	height: 320px;
	width: 680px;
	background: #fff;
	margin: 9px 0 0 9px;
	border: 1px solid #fff;
}

div.main .signupBorder {
	/*height: 640px;*/
	width: 700px;
	background: url(../images/bg_projectsbar.png);
	margin: auto;
	padding-top: 1px;
	margin-top: 10px;
}

div.main .signup {
	/*height: 604px;*/
	width: 664px;
	background: #fff;
	margin: 9px 0 0 9px;
	border: 1px solid #fff;
	padding: 8px;
}

div.main .signup a,
div.main .splash a {color: #8bb32c;}

div.main .signup a:hover,
div.main .splash a:hover {
	color: #5a5a5a;
	text-decoration: none;
}

div.main .signup .title,
div.main .splash .title {
	font-size: x-large;
	color: #000;
	margin-top: 40px;
}

div.main .signup .title {margin: 0px !important;}

div.main .splash form table {
	margin-top: 50px;
	color: #5a5a5a;
}

div.main .signup form input.field,
div.main .splash form input.field {border: 1px solid #9a9a9a;}

div.main .splash img {
	float: left;
	margin: 30px 40px 0 30px;
}

div.main .signup .links,
div.main .splash .links {
	margin-top: 30px;
	margin-right: 58px;
}

div.main .splash .copyright {
	margin-top: 10px;
	font-size: x-small;
	margin-right: 58px;
}


/*** MAIN HEADER ***/
div.mainHeader {
	height: 42px;
	background: #5a5a5a;
}

.ie7 div.mainHeader {background: #4e4e4e;}

div.mainHeader img {
	float: left;
	margin-left: 20px;
}

div.mainHeader .globalLinks {
	float: right;
	line-height: 42px;
	vertical-align: middle;
	margin-right: 64px;
	color: #000;
}

div.mainHeader .globalLinks a {
	color: #fff;
	font-weight: bold;
}

div.mainHeader .globalLinks a:hover {text-decoration: none;}


/*** PROJECTS LIST ***/
div.projectsList {
	min-height: 100%;
	background: url(../images/bg_projectsbar.png);
	border-top: 1px solid #5a5a5a;
}

div.projectsList .title {margin: 30px 0 0 64px;}

div.projectsList .project {
	width: 700px;
	margin: 30px 0 0 64px;
	background: #fff;
	border: 1px solid #ccc;
}

div.projectsList .project .projectTitle {
	margin: 4px 0 4px 10px;
	padding-bottom: 4px;
	font-size: large;
	border-bottom: 1px solid #ddd;
}

div.projectsList .project .projectDescription {
	margin: 0 10px 4px 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

div.projectsList .project .projectButtons {
	height: 22px;
	margin: 0 0 4px 10px;
}

div.projectsList .project .projectButtons .activeButton, .activeButtonLink {float: left; }

div.projectsList .project .projectButtons .activeButton {
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	/*background: #55a619;*/
	border: 1px solid #55a619;
	font-weight: bold;
	/*color: #fff;*/
	color: #55a619;
}

div.projectsList .project .projectButtons .activeButtonLink a {
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	border: 1px solid #55a619;
	font-weight: bold;
	text-decoration: none;
	color: #55a619;
	display: block;
}

div.projectsList .project .projectButtons .activeButtonLink a:hover {
	background: #55a619;
	color: #fff;
}

div.projectsList .project .projectButtons .inactiveButton {
	float: left;
	color: #ccc;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	border: 1px solid #ccc;
}

div.projectsList .project .projectButtons .inactiveGoto {
	float: right;
	margin-right: 30px;
	padding: 2px 4px 2px 4px;
	color: #ccc;
	border: 1px solid #ccc;
}

div.projectsList .project .projectButtons .activeGoto a {
	float: right;
	margin-right: 30px;
	padding: 2px 4px 2px 4px;
	color: #55a619;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #55a619;
}

div.projectsList .project .projectButtons .activeGoto a:hover {
	background: #55a619;
	color: #fff;
}


/*** PROJECT HEADER ***/
div.projectHeader {
	height: 107px;
	background: #f0f0f0 url(../images/bg_projectsbar.png);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #f0f0f0;

}

div.projectHeader .projectTitle {
	color: #000;
	font-size: x-large;
	font-weight: bolder;
	margin: 33px 0 0 64px;
}

div.projectHeader .projectLinks {
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	position: relative;
	top: 24px;
	padding-left: 64px;
}

div.projectHeader .projectLinks .activeTab a {
	float: left;
	height: 21px;
	padding: 0 8px 0 8px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #000;
	text-decoration: none;
}

div.projectHeader .projectLinks .tab a {
	float: left;
	height: 21px;
	padding: 0 8px 0 8px;
	color: #8bb32c;
	text-decoration: none;
}

div.projectHeader .projectLinks .tab a:hover {color: #5a5a5a;}


/*** PROJECT GUTS ***/
table.projectGuts {
	margin: 30px 64px 10px 64px;
	width: 90%;
}

table.projectGuts tr td.leftColumn {
	width: 62%;
	padding-right: 20px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

table.projectGuts tr td.leftColumn div.description {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

table.projectGuts tr td.leftColumn div.news {margin: 14px 0 10px 0;}

table.projectGuts tr td.leftColumn div.newsArticleTitle {margin-top: 8px;}

table.projectGuts tr td.leftColumn div.newsArticleTitle a {
	font-size: small;
	font-weight: bold;
	color: #8bb32c;
}

table.projectGuts tr td.leftColumn div.newsArticleTitle a:hover {text-decoration: none;}

table.projectGuts tr td.leftColumn div.newsArticleTitle img {
	margin-right: 4px;
}

table.projectGuts tr td.leftColumn div.newsBlurb {
	margin: 0 0 4px 11px;
	padding-right: 6px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}

table.projectGuts tr td.leftColumn div.moreNews a {
	float: right;
	margin-top: 8px;
	font-size: small;
	font-weight: bold;
	color: #8bb32c;
	border: 1px solid #8bb32c;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

table.projectGuts tr td.leftColumn div.moreNews a:hover {
	background: #8bb32c;
	color: #fff;
}

table.projectGuts tr td.rightColumn {
	width: 38%;
	padding-left: 20px;
	vertical-align: top;
}

table.projectGuts tr td.rightColumn div.alertBorder {
	border: 1px solid #5a5a5a;
	margin-bottom: 8px;
}

table.projectGuts tr td.rightColumn div.alert {
	font-size: small;
	color: #fff;
	border: 1px solid #fff;
	background: #5a5a5a;
	padding: 9px 12px 12px 12px;
}

table.projectGuts tr td.rightColumn div.alert a {
	font-weight: bold;
	text-decoration: none;
	color: #b6ea3a;
}

table.projectGuts tr td.rightColumn div.alert a:hover {text-decoration: underline;}

table.projectGuts tr td.rightColumn div.module {
	border: 1px solid #b4b4b4;
	background: #fff;
	padding: 9px 12px 12px 12px;
	margin-bottom: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: x-small;
	font-weight: normal;
	color: #5a5a5a;
}

.ie7 table.projectGuts tr td.rightColumn div.module ul {
	margin: 0 0 4px 12px;
}

table.projectGuts tr td.rightColumn div.module ul a {
	color: #6a8824;
	text-decoration: none;
}

table.projectGuts tr td.rightColumn div.module ul a:hover {
	text-decoration: underline;
	color: #8bb32c;	
}

table.projectGuts tr td.rightColumn div.module ul li a {
	font-size: small;
	font-weight: normal;
}

table.projectGuts tr td.rightColumn div.module a {
	font-family: Tahoma, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: #5a5a5a;
}

table.projectGuts tr td.rightColumn div.module a:hover {text-decoration: none;}

div.standardContent {
	width: 75%;
	margin: 20px 75px 0px 75px;
}
div.standardContent h3 {color: #000 !important;}