@charset "UTF-8";

html, body { height: 100%; }

/* Normalizes margin, padding */
div, ul, li, p       
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ margin: 0; padding: 0; }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #b8ac8b;
	position: relative;
}
.orangeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7941E;
	padding-bottom: 0px;
	padding-top: 5px;
}
#container {
	position: relative;
	height: 100%;
	width: 800px;
	background: #fff url(../images/background.jpg) 0 0 repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}
body>#container {
	height: auto;
	min-height: 100%;
}
.headerHome {
	height: 75px;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 25px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
}
.leftCol {
	position: relative;
	width: 199px;
	vertical-align: top;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.leftCol .header {
	padding-left: 21px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.leftCol .goal {
	margin-top: 30px;
	margin-left: 21px;
	margin-right: 20px;
}
.leftCol .goal .head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #A1AB4B;
}
.leftCol .goal .subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.leftCol .goal .amount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	padding-top: 1px;
}
.leftCol .highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding-left: 21px;
	padding-right: 20px;
	padding-bottom: 35px;
}
.leftCol .highlight a, a:link {
	color: #333333;
	font-size: 13px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
}
.leftCol .highlight a:visited {
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.leftCol .highlight a:hover {
	color: #F7941E;
	font-size: 13px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.leftCol .image {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.leftCol .gift {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 21px;
}
.leftCol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.leftCol .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 167px;
	padding-left: 21px;
	padding-bottom: 35px;
}
.leftCol ul {
	padding-left: 21px;
}
.leftCol .stories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7941E;
	padding-top: 20px;
	font-weight: bold;
	padding-left: 21px;
} 
.leftCol .odyssey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-right: 20px;
}
.leftCol .odyssey ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: none;
	padding-top: 4px;
}
.leftCol .odyssey li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	padding-top: 5px;
}
.leftCol .odyssey li a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.leftCol .odyssey li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftCol .odyssey li a:hover {
	color: #F7941E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftCol .events {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	padding-left: 18px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 20px;
	font-weight: normal;
	line-height: 22px;
}
.leftCol .events a, a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.leftCol .events a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
.leftCol .events a:hover {
	color: #F7941E;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
.leftCol .professorships {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7941E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 21px;
	margin-right: 20px;
	padding-bottom: 6px;
	padding-top: 15px;
	margin-bottom: 6px;
}
.leftCol .professorships a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7941E;
	text-decoration: none;
}
.leftCol .professorships a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7941E;
	text-decoration: none;
}
.leftCol .professorships a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.mainCol {
	position: relative;
	width: 562px;
	padding-top: 0px;
	padding-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-left: 16px;
	padding-bottom: 50px;
	margin-left: 199px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: 20px;
	vertical-align: top;
	left: -3px;
}
#container>.mainCol {
	padding-left: 19px;
	left: 0;
}
.mainCol a, a:link {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
.mainCol a:hover {
	color: #F7941E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}
.mainCol a:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.mainCol ul {
	list-style-position: outside;
	list-style-image: url(../images/news_arrow.gif);
	padding-left: 25px;
	padding-top: 10px;
}
.mainCol li a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.mainCol li a:hover {
	color: #F7941E;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainCol li a, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainCol p {
	padding-top: 10px;
}
.mainCol p a:link {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;	
}
.mainCol p a:hover {
	color: #F7941E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}
.mainCol p a:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.mainCol .breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
}
.mainCol .breadcrumb a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.mainCol .breadcrumb a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.mainCol .breadcrumb a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F7941E;
	text-decoration: underline;
}
.mainCol .table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainCol .table td {
	color: #333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, san-serif;
	line-height: 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 15px;
	padding-left: 0px;
	font-weight: normal;
}
.mainCol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	padding-top: 20px;
	font-weight: normal;
	line-height: 24px;
}
.mainCol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
}
.mainCol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	font-style: italic;
}
.mainCol h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 5px;
	line-height: 22px;
}
.future {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF8315;
}
.odysseyStudent {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	padding-top: 20px;
}
.odysseyDescription {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .05em;
	padding-top: 10px;
}
.odysseyHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 22px;
	padding-top: 20px;
	padding-left: 18px;
}
.odysseyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 18px;
}
.bottomContent {
	clear: both;
}
.footer {
	width: 758px;
	margin-left: 21px;
	margin-right: 21px;
	height: 24px;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	vertical-align: top;
}
.footer .address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 24px;
	width: 625px;
	text-align: left;
	vertical-align: middle;
}
.footer .address a, a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer .address a:visited {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.footer .address a:hover {
	color: #F7941E;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer .email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: right;
	height: 24px;
	width: auto;
	vertical-align: middle;
	text-align: right;
}
.footer .email a, a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer .email a:visited {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.footer .email a:hover {
	color: #F7941E;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
