/* start basic CSS styles */
body {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #BFBFC0;
	background-image: url("/images/bgTile.gif");
	background-repeat:repeat;
	background-position:top;
}

p, td {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#9F9F9F;
	line-height:18px;
}

a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #9F9F9F;
	text-decoration:none;
}

a:link {
	color: #9F9F9F;
	text-decoration:none;
}

a:visited {
	color: #9F9F9F;
	text-decoration:none;
}

a:hover {
	color: #68bd47;
	text-decoration:none;
}

a:active {
	color: #9F9F9F;
	text-decoration:none;
}

form {
	margin: 0px;
}

input, select, option, textarea {
	font-size: 10px;
	font-family: Geneva, Tahoma, sans-serif;
	color: #655A5F;
	line-height: 15px;
}

/* end basic CSS styles */

/* start ids */
#mainContentArea {
	background-color: #FFFFFF;
	width:750px;
}

#rightColumn {
	background-color: #FFFFFF;
	width:190px;
	padding-left:25px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#rightColumnDiv {
	width:145px;
	background-image: url("/images/recprojects.box.gif");
	background-repeat:no-repeat;
	padding: 30px 8px 8px 8px;
}

#footer {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:22px;
}

/* end ids */

/* start classes */
.titleHeader {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#68bd47;
}

.paragraphHeader {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#68bd47;
	font-weight:bold;
	line-height:18px;
}
.paragraphHeader a:link {
	color: #68bd47;
	text-decoration: none;
}
.paragraphHeader a:visited {
	color: #68bd47;
	text-decoration: none;
}
.paragraphHeader a:hover {
	color: #68bd47;
	text-decoration: none;
}
.paragraphHeader a:active {
	color: #68bd47;
	text-decoration: none;
}

.brightLinks {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#68bd47;
	line-height:16px;
}
.brightLinks a:link {
	color: #68bd47;
	text-decoration: none;
}
.brightLinks a:visited {
	color: #68bd47;
	text-decoration: none;
}
.brightLinks a:hover {
	color: #9F9F9F;
	text-decoration: underline;
}
.brightLinks a:active {
	color: #68bd47;
	text-decoration: none;
}

.smallText {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#8b8b8b;
}
.smallText a:link {
	color: #8b8b8b;
	text-decoration: none;
}
.smallText a:visited {
	color: #68bd47;
	text-decoration: none;
}
.smallText a:hover {
	color: #8b8b8b;
	text-decoration: underline;
}
.smallText a:active {
	color: #8b8b8b;
	text-decoration: none;
}

.columnHeader {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#8b8b8b;
	line-height:22px;
	font-weight:bold;
}
.columnHeader a:link {
	color: #8b8b8b;
	text-decoration: none;
}
.columnHeader a:visited {
	color: #8b8b8b;
	text-decoration: none;
}
.columnHeader a:hover {
	color: #68bd47;
	text-decoration: underline;
}
.columnHeader a:active {
	color: #8b8b8b;
	text-decoration: none;
}

/* end classes */
