/* CSS Document */
#MainContentTop {/*this tag holds the background image for the rounded top of the page.  There is no content in this.*/
	width: 800px;
	height: 34px;
	margin:auto;
	position:relative;
	background-image:url(images/MainContentTop.gif);
}
#maincontentbox {/*this is the container where all the text is located, if you need to add more content you must make this container Heigher*/
	width: 800px;
	height: 450px;/*increase this to increase content height original 416*/
	margin:auto;
	position:relative;
	background-image:url(images/MainContentBackground.gif);
	background-repeat:repeat-y;
}
#aboutuscontent {
	width: 735px;
	height: 450px;/*increase this to increase content height original 416*/
	margin-top: 0px;
	margin-left: 32px;
	background-image:url(images/aboutuscontentbox.gif);
	position: relative;
}
#homepagerightheader {
	margin-top: 44px;
	margin-left: 470px;
	width: 200px;
	height: 16px;
	position: absolute;
}
#homepagerightcontent {
	margin-top: 85px;
	margin-left: 470px;
	width: 240px;
	height:auto;
	position: absolute;
}
#homepageleftbox {
	margin-top: 37px;
	margin-left: 40px;
	width: 235px;
	height: 341px;
	background-image:url(images/homepageleft.jpg);
	position: absolute;
}
#homepagepeople {
	margin-top: 30px;
	margin-left: 275px;
	width: 148px;
	height: 358px;
	background-image:url(images/homepeople.jpg);
	position: absolute;
}
#homepageleftbuttons {
	margin-top: 84px;
	margin-left: 57px;
	width: 121px;
	height: 257px;
	position: absolute;
}	
.homecontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6e71;
	line-height:1.4;
	font-weight:bold;
}
.title {
	color:#7a9baf;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a:link {
	color: #6d6e71;
}
a:visited {
	color: #6d6e71;
}
a:hover {
	color: #A8C39A;
}
a:active {
	color: #A8C39A;
}
ul {
	padding-left:12px;
	text-indent:none;
}