blockquote {
	font-size: 14px;
	line-height: 1.5em;
}
blockquote.emphasis {
	font-size: 19px;
	font-style: italic;
	color: #555;
}

.contentWrap {
	margin-top: 40px;
	height: 100%;
}

.mainContent {
	margin-left: 275px;
	position: relative;
	color: #222;
	width: 615px;
	height: auto;
}
.giving .mainContent {
	margin-left: 20px;
}

.mainContent h1 {
	margin-bottom: 15px;
}

.mainContent p {
	font-size: 15px;
	color: #222;
	margin-bottom: 15px;	
}

.mainContent p img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.mainContent ul{
	margin-left: 20px;
}
.mainContent ul li {
	list-style: disc outside;
}

ul.noBullets li {
	list-style: none;
}

.mainContent ol {
	margin-left: 20px;
}
.mainContent ol li {
	list-style: decimal outside;
	margin-bottom: 15px;
}

ul.images li {
	margin: 10px 0;
	text-align: center;
}

ul.inlineThumbs {
	margin-left: 0px;
}

ul.inlineThumbs li {
	display: inline;
	margin: 1px;
}

ul.inlineThumbs li img {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

.sideNav {
	float: left;
	margin-right: 25px;
	position: relative;
}

#floatWrap {
	left: 0;
	position: absolute;
	top: 0;
	margin-top: 25px;
}

/* Giving Navigation */
.giving .sideNav {
	float: right;
	width: 190px;
	margin-top: 55px;
	display: inline-block;
	border-left: 2px solid #f3f3f3;
	padding-left: 20px;
}

.giveNav {
	margin-bottom: 25px !important;
}

.giving .schoolAddress {
	text-align: right;
	font-size: 13px;
	line-height: 1.65em;
	margin-top: 45px;
}

/* Normal Navigation */

ul.leftNav, ul.attention {
	display: block;
	padding: 10px;
	background: #f3f3f3;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0 2px #777;
	-webkit-box-shadow: 0 0 2px #777;
	-moz-box-shadow: 0 0 2px #777;	font-size: 14px;
}

ul.leftNav li a, ul.attention li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fdfdfd;
	display: block;
	padding: 5px 0px 5px 20px;
}

ul.leftNav li a:hover, ul.attention li a:hover {
	background: #eee;
	border-left: 1px solid #ddd;
}

ul.leftNav li.home a, ul.attention li:first-child a {
	border-top: 1px solid transparent;
}

ul.leftNav li.home a:hover {
	border-top: 1px solid #fdfdfd;
}

ul.attention {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 2px #111;
	-webkit-box-shadow: 0 0 2px #111;
	-moz-box-shadow: 0 0 2px #111;
}

ul.attention li a {
	font-weight: 600;
}

.inlineMenu {
	display: block;
	padding: 10px;
	background: #f3f3f3;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0 3px #777;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	float: right;
	margin: 8px 0 8px 8px;
}

.inlineMenu h3, h3.underline {
	border-bottom: 1px solid #000;
	padding-left: 10px;
	margin-bottom: 5px;
}
.inlineMenu ul {
	padding-left: 10px;
	margin: 0;
}
.inlineMenu ul li {
	list-style: none;
}

.inlineMenu ul li a {
	text-decoration: none;
	color: #000;
}
.inlineMenu ul li a:hover {
	text-decoration: underline;
}

.mainContent h2 {
	font-weight: 500;
}

/* TABLE STYLING */
table, tbody {
	width: 80%;
	border: 0px !important;
	padding: 10px;
}

th, tr {
	border: 0px;
	padding: 5px;
	margin: 0;
	vertical-align: middle !important;
}

table.mainBody {
	padding: 10px;
	background: #f3f3f3;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0 3px #777;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	margin: 8px 0 8px 8px;
}
table.mainBody .odd {
	background: #fafafa;
}
table.mainBody tbody {
	padding: 10px;
}

table.mainBody tr {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fdfdfd;
	font-size: 12px;
}

table.mainBody tr.tableTitle {
	background: #003656;
	color: #fff;
	font-size: 15px;
	border: 0px;
	font-weight: 600;
}
tr td {
	padding: 5px 15px;
}

/* FORM STACK */

.fsForm textarea {
	width: 100% !important;
}
