BODY	{
	background: #FFFFFF;
	font-family:Tahoma;
	font-size:16px;
	font-style: normal;
	line-height: 22px;
}

/*** CSS Code for top header squares, lines, and boxes **/
.square1 {
	left: 40px;
	top: 20px;
	position:absolute;
}
.square2 {
	left: 70px;
	top: 80px;
	position:absolute;
}
.square3 {
	left: 20px;
	top: 70px;
	position:absolute;
}
.linevert {
	position:absolute;
	top:10px;
	left:106px;
	width: 9px;
	height:170px;
}
.linehoriz {
	position:absolute;
	top:140px;
	left:10px;
	width: 740px;
	height:3px;
}
.headerbox {
	position:absolute;
	left: 125px;
	top: 32px;
	background-color:#7F9980;
	color:#FFFFFF;
	width: 615px;
	height:90px;
	text-align:center;
	line-height:20px;
	padding: 5px 5px 5px 5px;
}
	/** Bottom footer **/
.botlinevert {
	position:absolute;
	bottom: 1px;
	left: 710px;
	width: 9px;
	height: 50px;
}
/*** END CSS Code for top header squares, lines, and boxes **/


/** Left Bar Buttons **/
.sidebarbutton {
	width: 125px;
	height:25px;
	margin-left: 0px;
	padding: 10px 5px 10px 0px;
}
.sidebarbutton a { 
	display: block;
	border-color:#000000;    border-style:solid;     border-width:1px;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica;
	text-align:center;
	font-size:16px;
	padding:5px 5px 5px 5px;
	background-color:#7F9980;
	color: #FFFFFF;
}
.sidebarbutton a:hover {
	color:#7F9980; 
	background-color: #FFFFFF;
} 
/** END Left Button bars **/

.pagetitle {
	font-family: Tahoma;
	color: White;
	font-size: 16pt;
	font-weight:bold;
}

.bodytight {
	background: #FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font-style: normal;
	line-height: normal;
}

.title {
	font-family: Tahoma;
	color: #7F9980;
	font-size: 14pt;
	font-weight:bold;
}

.subheading {
	font-family: Tahoma;
	color: Black;
	font-size: 12pt;
	font-weight:bold;
}
.empheading {
	font-family: Tahoma;
	color: Black;
	font-size: 16px;
	font-weight:bold;
	line-height:normal;
}

.empsubheading {
	font-family: Tahoma;
	color: Black;
	font-size: 14px;
	font-weight:bold;
	line-height:normal;
}

.projectlist {
	background: #FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font-style: normal;
	line-height: normal;
}

.footer {
	font-family: Tahoma;
	color: Black;
	font-size: 9pt;
	font-style: normal;
	line-height: 10pt
}

H1	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}
