@charset "utf-8";

/*DIV's*/

#contentcontainer {
	height: 420px;
	width: 900px;
	padding-top: 43px;
}

#contentsubcontainer {
	height: 463px;
	width: 900px;
}

#subcontent {
	height: 377px;
	width: 556px;
	overflow: auto;
	padding-left: 344px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#sublinks {
	height: 34px;
	width: 555px;
	padding-left: 345px;
	padding-top: 9px;
	margin: 0px;
}
#sublinks a:link {
	color: #FFFFFF;
}
#sublinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sublinks a:visited {
	color: #FFFFFF;
}



p   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	line-height: 19px;
}
a:link {
	color: #6d2803;
	text-decoration: none;
}
a:hover {
	color: #6D2803;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #6D2803;
}



/*Colors given to headers*/

.headerlowellstory {
	color: #a77e01;
}

.headerabout {
	color: #a53701;
}

.headerprograms {
	color: #036cb1;
}

.headerstrategy {
	color: #13756b;
}

.headerprogress {
	color: #658a04;
}

.headerdocuments {
	color: #690202;
}

.headerrelatedlinks {
	color: #438aa8;
}

.headercontactus {
	color: #322358;
}

/*Footer backgrounds*/

.footerlowell
 {
	background-image: url(../images/footer_lowell.gif);
	background-repeat: no-repeat;
}

.footerabout
 {
	background-image: url(../images/footer_about.gif);
	background-repeat: no-repeat;
}

.footerprograms
 {
	background-image: url(../images/footer_programs.gif);
	background-repeat: no-repeat;
}

.footerstrategy
 {
	background-image: url(../images/footer_strategy.gif);
	background-repeat: no-repeat;
}

.footerprogress
 {
	background-image: url(../images/footer_progress.gif);
	background-repeat: no-repeat;
}

.footerdocuments
 {
	background-image: url(../images/footer_documents.gif);
	background-repeat: no-repeat;
}

.footerlinks
 {
	background-image: url(../images/footer_related_links.gif);
	background-repeat: no-repeat;
}

.footercontact
 {
	background-image: url(../images/footer_contact_us.gif);
	background-repeat: no-repeat;
}

/*Content photo backgrounds*/

.photolowellstory
 {
	background-image: url(../images/photo_lowell_story.jpg);
	background-repeat: no-repeat;
}

.photoaboutus
 {
	background-image: url(../images/photo_about_us.jpg);
	background-repeat: no-repeat;
}

.photoprograms
 {
	background-image: url(../images/photo_programs.jpg);
	background-repeat: no-repeat;
}

.photostrategy
 {
	background-image: url(../images/photo_strategy.jpg);
	background-repeat: no-repeat;
}

.photoprogress
 {
	background-image: url(../images/photo_progress.jpg);
	background-repeat: no-repeat;
}

.photodocuments
 {
	background-image: url(../images/photo_documents.jpg);
	background-repeat: no-repeat;
}

.photorelatedlinks
 {
	background-image: url(../images/photo_related_links.jpg);
	background-repeat: no-repeat;
}

.photocontactus
 {
	background-image: url(../images/photo_contact_us.jpg);
	background-repeat: no-repeat;
}
