body {
	background: #000; /*** was EEE ***/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#container {
	position: relative;
	margin: auto;
	border: 1px solid #000;
	width: 800px;
	height: auto;
/*	height: auto;*/
	background: #fff;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/mastfoot.gif);
	height: 140px;
	width: 100%;
	clear: both;
}
#navbar {
	width: 100%;
	background: #555;
	color: #fff;
	font-size: 16px;
}
#navbar a {
	color: #cc3;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
#navbar a:hover {
	color: #ccc;
}
.navlinks {
	padding: 2px;
	text-align: center;
}
#leftColContainer {
	float: left;
	width: 398px;
}
#rightColContainer {
	float: left;
	width: 398px;
}
#leftColContent {
	margin: 0px 5px 0px 5px;
	padding: 10px 10px 0px 10px;
}
#leftColContent p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: 500;
}		
#leftColContent a {
	color: #000;
	color: #cc3;
	text-decoration: none;
}		
#leftColContent a:hover {
	color: #cc3;
}
#rightColContent {
	margin: 18px 12px 5px 5px;
	background: #ddd;
	border: 2px solid #000;
	font-size: 14px;
}
#home #rightColContent img {
	margin-top: 5px;
}
#home #rightColContent #teaserMovie {
	padding-top: 5px;
}
h2 {
	font-size: 18px;
}
#topRightBox {
	border-bottom: 2px solid #000;
}

#movieBox {
	float: left;
	border-right: 2px solid #000;
	width: 50%;
	height: 195px;
}
#movieBox img {
	border: 1px solid #000;
}
#movieBox a {
	color: #000;
}
#movieBox a:hover {
	color: #666;
}

#teaserBox {
	float: left;
	border-right: 2px solid #000;
	width: 100%;
	height: 195px;
}
#teaserBox a {
	color: #000;
}
#teaserBox a:hover {
	color: #666;
}
#teaserBox object {
	padding: 0;
	margin: 0;
}
#teaserBox embed {
	padding: 0;
	margin: 0;
}
#teaserBox p {
	padding: 5px 0 0 0;
	margin: 0;
}

#rotatingStuffBox {
	height: 195px;
	padding: 0;
	margin: 0;
}
#rotatingStuffBox object {
	padding: 0;
	margin: 0;
}
#rotatingStuffBox embed {
	padding: 0;
	margin: 0;
}

#planBox {
	height: 195px;
	padding: 0;
	margin: 0;
}
#planBox img {
	border: 1px solid #000;
}
#planBox a {
	color: #000;
}
#planBox a:hover {
	color: #666;
}

#newsBox {
	padding: 3px;
	margin-top: 5px;
	border-top: 2px solid #000;
	height: 145px;
	overflow: auto;
	background-color: #eee;
}
#newsBox h1 {
	margin: 0px;
	font-size: 14px;
}
#newsBox h2 {
	margin: 0px;
	font-size: 13px;
	color: #990;
}
#newsBox p {
	margin: 0px;
	font-size: 12px;
}
#newsBox hr {
	width: 80%;
	color: #999;
}
#listserveBox {
	border-top: 2px solid #000;
	height: 37px;
}
#listserveBox form {
	margin: 0;
	padding: 0;
}
#listserveBox table {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#listserveBox strong {
	margin-right: 8px;
	font-size: 13px;
}
.listserveButton {
	padding: 8px;
}
img.border {
	border: 1px solid #000;
}

/********************************
FEATURED PROJECT PAGE STUFF
********************************/
#featuredProject #leftColContent{
	padding-top: 20px;
}
#featuredProject #leftColContent p {
	font-size: 14px;
	font-weight: 500;
}
#featuredProject #leftColContent h2 {
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #000;
	width: 95%;
	margin-bottom: 1px;
	margin-top: 0px;
}
#featuredProject #leftColContent h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	width: 95%;
	margin-top: 1px;
	margin-bottom: 1px;
}
#featuredProject #rightColContent {
	background-color: #ccc;
	padding: 5px;
}
#featuredProject #topRightBox {
	border-bottom: none;
}
#featuredProject #movieBox {
	background-color: #fff;
	text-align: right;
	height: 185px;
	border: 1px solid #000;
	width: auto;
	margin: 0px;
}
#featuredProject #movieBox h2 {
	color: #999;
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
#featuredProject #movieBox p {
	margin: 10px 0px 10px 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#featuredProject #movieBox a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	width: auto;
}
#featuredProject #movieBox a:hover {
	color: #cc3;
}
#featuredProject #rotatingStuffBox {
	background-color: #fff;
	height: 185px;
	border: 1px solid #000;
}
#featuredProject #rotatingStuffBox img {
	position: relative;
	top: 7px;
	left: 5px;
}
#featuredProject #newsBox {
	background-color: #fff;
	height: 196px;
	border: 1px solid #000;
}
/*****************************
contact page
*****************************/
#contact #leftColContent{
	padding-top: 20px;
}
#contact #leftColContent p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
#contact #leftColContent h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
#contact #rightColContent {
	background: #cc0;
}
#contact #contactInfo {
	padding: 8px 8px 3px 8px;
}
#contact #contactInfo p {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#contact #contactInfo h3 {
	text-align: center;
	font-size: 17px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#contact #contactInfo h4 {
	text-align: center;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#contact #contactInfo h2 {
	text-align: center;
	font-size: 14px;
	margin: 5px;
	padding: 0px;
}
#contact #contactInfo h5 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}
#contact #contactInfo h5 a {
	color: #666;
	text-decoration: none;
}
#contact #contactInfo h5 a:hover {
	color: #999;
	text-decoration: none;
}
#contact #contactInfo hr {
	width: 90%;
}
#contact #contactInfo table {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#contact #contactInfo .formLabel {
	text-align: right;
}
#contact #contactInfo input.textInput {
	width: 200px;
}
#contact #contactInfo td.center {
	text-align: right;
}
#contact #contactInfo textarea {
	width: 200px;
}
/*****************************
what we do page
*****************************/
#doPage h2 {
	margin: 3px;
}
#doPage ul {
	list-style: none inside disc;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 0;
	padding-left: 0;
}
#doPage li {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px;
}
#doPage p.left {
}
#doPage p.right {
	text-align: right;
}
#doPage table {
	width: 99%;
}
#doPage #rightColContent {
	padding: 5px;
	background: #cc0;
}
#doPage #rightColContent h1 {
	font-size: 14px;
	text-align: center;
	width: 100%;
	background: #666;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#doPage p {
	padding: 0;
	margin: 0;
}
#doPage p.smaller {
	font-size: 12px;
}

/*******************************
diplayImage page
*******************************/
#displayImage {
	margin-top: 10px;
}
/*****************************
are page
*****************************/
#arePage h2 {
	margin: 3px;
	padding: 0;
}
#arePage #leftColContent p {
	margin-left: 3px;
	margin-bottom: 20px;
}
#arePage #rightColContent {
	padding: 5px;
}
#arePage #rightColContainer {
	width: auto;
}
#arePage #wide {
/*	position: absolute;*/
	top: 380px;
	left: 20px;
	width: 360px;
	float: right;
	padding-right: 40px;
}
#arePage #wide p {
	font-size: 14px;
	margin-bottom: 0px;
}
#arePage #wide p.signature {
	text-align: right;
	margin: 0 30px 0 0;
}
/*****************************
master plan page
*****************************/
#masterPlan {
	margin: 10px 0 0 2px;
	padding: 0;
}
#masterPlan object {
	margin: 0;
	padding: 0;
}
/***************************
listserve sign up page
**************************/
#listserveSignUp .formLabel {
	text-align: right;
}
#listserveSignUp td.center {
	text-align: right;
}
#listserveSignUp #rightColContent {
	padding: 10px;
}
#listserveSignUp table {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#listserveSignUp input.textInput {
	width: 200px;
}
#listserveSignUp #rightColContent h2 {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
#listserveSignUp #rightColContent form {
	margin: 0px;
	padding: 0px;
}
#listserveSignUp h3.red {
	color: red;
}
#listserveSignUp h3.green {
	color: green;
}
/*****************************
movie page
*****************************/
#fullMovieBox {
	padding: 30px 0 30px 0;
}

/*****************************
donate page
*****************************/
#donatePage h2 {
	margin: 3px;
}
#donatePage ul {
	list-style: none inside disc;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 0;
	padding-left: 0;
}
#donatePage li {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px;
}
#donatePage p.left {
}
#donatePage p.right {
	text-align: right;
}
#donatePage table {
	width: 99%;
}
#donatePage #rightColContent {
	padding: 5px;
}
#donatePage #rightColContent h1 {
	font-size: 14px;
	text-align: center;
	width: 100%;
	background: #666;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#donatePage p {
	padding: 0;
	margin: 0;
}
#donatePage p.smaller {
	font-size: 12px;
}
#donatePage td.imageLinkBorder a img{
	border: 1px solid #000;
}