@charset "utf-8";
/* CSS Document */
body {
	background-color: #8392A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#pageLayout {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#pageLayout #mainArea {
	border-style:solid; border-width:thin; width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url('images/leftColBackground.gif');
}
#pageLayout #mainArea #header {
	height: 100px;
	width: 100%;
	background-image: url('images/rossPTOheader.gif');
}
#pageLayout #mainArea #sectionOne {
	width: 180px;
	float: left;
	background-repeat: repeat;
	margin-top: 0px;
}
#pageLayout #mainArea #sectionTwo {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}
#pageLayout #mainArea #sectionThree {
	width: 180px;
	float: right;
	clear: both;
	position: static;
}
#pageLayout #mainArea #sectionOne #linksArea {
	width: 100%;
	top: 15px;
	position: relative;
}
#carterImage {
	background-image: url('images/mike.gif');
	height: 208px;
	width: 180px
}
#logo {
	width: 389px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('index.5.gif');
}
#logoRight {
	width: 389px;
	height: 84px;
	background-image: url('index.5.gif');
	float: right;
}
#campNewsBox {
	width: 98%;
	background-color: #D9EDDB;
	border: 1px solid #000000;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#eMailBox {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #EECCCC;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBackground {
	background-color: #FFFFFF;
}
.redBoxHead {
	background-image: url('images/homePageRedBox.gif');
	background-repeat: no-repeat;
	width: 500px;
	height: 12px;
	margin: 0px;/*border: solid thin #333333;*/
}
.redBox {
	margin:0px; background-image: url('images/homePageRedBoxSlice.gif');
	background-repeat: repeat-y;
	width: 445px;
	/*height: 100px;*/
	padding-left: 20px;
	padding-right: 40px;
	border: 0px solid #333333;
	overflow: visible
}
.redBoxFoot {
	background-image: url('images/homePageRedBox.gif');
	background-repeat: no-repeat;
	width: 500px;
	height: 25px;
	margin: 0px;
	background-position: left bottom
}
.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-right: auto;
	margin-left: auto;
	color: #8F2E2B;
}
.emailHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-right: auto;
	margin-left: auto;
	color: #8F2E2B;
}
p.top {
	margin-top: 0px;
}
p.bottom {
	margin-bottom: 0px;
}
h2 {
	color: #3366CC;
}
h3 {
	color: #BB0010;
}
h3.centerColumnRED {
	position: relative;
	top: -15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C50010;
	position: static;
	margin-top: 0px;
}
#donateBox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ECE646;
}
