
/*----Structural DIVs----*/

#content {
	width: 930px;
	float: left;
	display: inline;
	padding: 45px 0 40px 0;
	background: #faf9f6;
}

/*----Other DIVs----*/

#contentCol {
	width: 550px /*590px*/;
	float: left;
	display: inline;
	text-align: left;
	padding: 0 20px 20px 20px;
}

#sideCol {
	width: 190px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 5px;
	margin: 0 45px 0 58px;
}

/*----Typography----*/

#contentCol p {
	color: #25170d;
	font: normal 13px/20px georgia, 'Times New Roman', times, serif;
	margin-bottom: 15px;
}

#contentCol h1 {
	color: #9c241e;
	font: normal 30px/30px georgia, 'Times New Roman', times, serif;
	margin-bottom: 16px;
}

#contentCol h3 {
	color: #9c241e;
	font: bold 13px/20px georgia, 'Times New Roman', times, serif;
	margin-bottom: 5px;
}

#contentCol ul {
	list-style: none;
	margin: 0 0 15px 10px;
}

#contentCol li {
	color: #25170d;
	font: normal 13px/20px georgia, 'Times New Roman', times, serif;
	margin-bottom: 15px;
	background: url("../shared/images/backgrounds/bulletList.gif") no-repeat 0 8px;
	padding: 0 15px;
}

#contentCol .linkList li {
	margin-bottom: 5px;
}

#sideCol h2 {
	color: #9c241e;
	font: normal 18px/20px georgia, 'Times New Roman', times, serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sideCol h3 {
	color: #9c241e;
	font: normal 14px/16px georgia, 'Times New Roman', times, serif;
	text-transform: uppercase;
	margin: 45px 0 5px 0;
}

#sideCol #honorsNews {
	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #25170d;
	list-style: none;
}

#sideCol #honorsNews li {
	margin-bottom: 10px;
}

#sideCol #otherHonorsOpps {
	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #25170d;
	list-style: none;
}

#sideCol {
	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #25170d;
}

/*----Links----*/

#content a {
	color: #771818;
	text-decoration: none;
}

#content a:hover {
	background: #f0ebd8;
}

#honorsNews a {
	font: normal 12px/14px georgia, 'Times New Roman', times, serif !important;
	color: #771818;
}

/*----- Image Styles -----*/

.contentPhoto {
	padding: 3px;
	border: 1px solid #beb9b9;
}

.photoRight {
	float: right;
	margin: 0 15px 15px;
}

.photoLeft {
	float: left;
	margin: 0 15px 15px 0;
}

