

html, body, p, a, h1, h2, h3, h4, h5, h6, ul, li, img {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

html {
	height:100%;
}

body {
	background-image: url(images/white.png);
	height:100%
}

a {
	color: #801b27;
}

a:hover {
	color: #e5c959;
	border: none;
}



#leftSide {
	float: left;
	width: 265px;
	background-image: url(images/red.png);
	top: 0px;
	z-index: 1;
	min-height: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
}

#leftContent {
	padding-right: 7px;
	background-position: right top;
	background-image: url(images/dropShadow.png);
	background-repeat: repeat-y;
	min-height: 100%;
	width: 265px;
	position: relative;
}

#logo {
	margin-left: 16px;
	margin-top: 65px;
	padding-bottom: 225px;
}

#mainNav {
	position: absolute;
	top: 16em; /* 31% */
	left: 0px;
	width: 265px;
}

#mainNav a {
	display: block;
	text-align: right;
	line-height: 40px;
	font-family: 'Crimson Text';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	color: #e5c959;
	padding: 0px 20px 0px 0px;
}

.tighter {
	line-height: 25px !important;
}

#mainNav a:hover {
	background-image: url(images/miniHover.png);
	color: #801b27;
}

#footer {
	font-family: 'Lato';
	font-weight: 400;
	color: #e5c959;
	line-height: 13px;
	font-size: 10px;
	margin-left: 18px;
	position: absolute;
	bottom: 2%;
	text-align: right;
}

#whiteBG {
	float: left;
	top: 0;
	right: 0px;
}

#rightSide {
	height: auto;
	font-family: 'Lato';
	font-size: 15px;
	width: auto;
	margin-left: 265px;
	min-height: 800px;
}

#contentwrapper {
	width: 665px;
	padding-left: 30px;
	padding-top: 65px;
	padding-bottom: 180px;
}

#bottomSide a:hover {
	color: #333;
}

#bottomInside {
	background-image: url(images/yellow.png);
	clear: right;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 85px;
	float: left;
}

#rightSide h1 {
	font-family: 'Crimson Text';
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #801b27;
}

#rightSide h2 {
	font-family: 'Crimson Text';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #801b27;
}

#mainContent {
	width: 426px;
}

#secondInfo {
	border-width: 0px;
	margin-left: 30px;
	border-color: #0037ff;
	border-style: solid;
	color: #545454;
	line-height: 15px;
	font-size: 13px;
	width: 190px;
	float: right;
}

#bottomSide {
	padding: 20px;
	color: #801b27;
	font-size: 24px;
	font-family: 'Crimson Text';
	font-weight: normal;
	font-style: normal;
	width: 641px;
}

.standOut {
	text-decoration: underline;
}

/*begin officer page specific CSS*/

#donohue {
	margin-right: 20px;
	float: left;
}

#reinganum {
	margin-right: 20px;
	float: left;
}

#baird {
	margin-right: 20px;
	float: left;
}

.officer-photo{
	margin-right: 20px;
	float: left;
}

/*end page specific CSS*/

#yellowBG {
	background-image: url(images/yellow.png);
	clear: right;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 135px;
	float: left;
}

#redBG {
	background-image: url(images/red.png);
	float: left;
	width: 325px;
	height: 135px;
	margin-right: 5px;
}

#bodyWrapper {
	float: left;
	width: 100%;
	min-height: 900px;
}

.officerDesc {
	width: 450px;
}
