@import 'reset.css';
@import 'ie.css';
@import 'type.css';
@import 'forms.css';

/* Defaults */
body  {
	background: #f2f2f2;
	color: #333;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em auto;
	text-align: left;
}
.clear div {
	clear: both;
	margin: 0em;
	padding: 0em;
}
.clear {
    clear: both;
    display: block;
    visibility: hidden;
}
hr {
	margin: 1em 0em 1em 0em;
}

/* Clear float */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Layout */
#header { 
	background: #fff;
	width: 100%;
}
#header_container {
	margin: 0 auto;
	padding: 0em;
	text-align: left;
	width: 960px;
}
#navigation { 
	background: #aeaeae;
	width: 100%;
}
#navigation_container {
	margin: 0 auto;
	padding: 0em;
	text-align: left;
	width: 960px;
}
#content { 
	background: #f2f2f2;
	min-width: 1000px;
	width: 100%;
}
#content_container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#content_padding {
	height: 260px;
	padding: 1.3em 0em 0em 0em;
	width: 960px;
}
#footer {
	background: #444;
	height: 10em;
	padding: 0;
	margin: 0;
	width: 100%;
}
#footer_container {
	margin: 0em auto;
	padding: 1em 0em 0em 0em;
	text-align: left;
	width: 960px;
}

/* Header */
#header_logo {
	background: url(../images/header_logo.png) no-repeat;
	border: 0;
	display: inline;
	float: left;
	height: 70px;
	margin: 3em 0em 2em 0em;
	padding: 0;
	width: 710px;
}
#header_search {
	display: inline;
	float: left;
	margin: 7.8em 0em 0em 0em;
	padding: 0;
	width: 250px;
}

/* Navigation */
#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: .5em 0em .5em 0em;
	text-align: left;
}
#navigation ul li {
	display: inline;
	margin: 0em;
	padding: 0em;
}
#navigation ul li.first {
	display: inline;
	margin: 0em;
	padding: 0em;
}
#navigation ul li.last {
	display: inline;
	margin: 0em;
	padding: 0em;
}
#navigation ul li a:link {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:visited {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a.active {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.first a:link {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.first a:visited {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.first a:hover {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.first a.active {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.last a:link {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.last a:visited {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 2em .5em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.last a:hover {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li.last a.active {
	background: #a42822;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}


/*HOME PAGE*/

/* Feature Box */
#feature_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 260px;
	padding: 0;
	width: 635px;
}
#feature_img img {
	border: 0;
	float: left;
	margin: 0;
	padding: 1em;
	width: 360px;
}
#feature_text {
	float: right;
	margin: 1em 1em 1em 0em;
	width: 240px;
}
#feature_text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: bold;
}
#feature_text p {
	font-size: 1.1em;
}
#feature_text p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#feature_text a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#feature_text a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#feature_text a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#feature_text ul {
	list-style-type: none;
	margin: 1em 1em 1em 0em;
	padding: 0;
}
#feature_text ul li {
	background-image: url(../images/red_plus.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}
#feature_text ul li a:link {
	color: #a42822;
	margin: 0em 0em 0em 1.6em;
	text-decoration: none;
	text-transform: none;
}
#feature_text ul li a:visited {
	color: #a42822;
	margin: 0em 0em 0em 1.6em;
	text-decoration: none;
	text-transform: none;
}
#feature_text ul li a:hover {
	color: #a42822;
	margin: 0em 0em 0em 1.6em;
	text-decoration: underline;
	text-transform: none;
}

/* Poll Box */
.content {
    background: #fff;
    border: 1px solid #afafaf;
    font-size: 11px;
    height: 208px;
    margin: 0pt auto;
    padding: 15px;
    text-align: left;
}
.content h3 {
}
.content p {
	font-size: 1.1em;
}
.content a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
.content a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
.content a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
.content.poll h1 {
}
.content.poll {
    display: block;
}
.content.events h1 {
}
.content.events {
    display: none;
}
#tab_box {
	background: #ffffff;
	float: right;
	width: 310px;
}
#tab_box .RadTabStrip  *{
	padding:0px;
	margin:0px;
	line-height:1em;
	font-size:1em;
	font-family:verdana;
}
#tab_box .RadTabStrip {
	background-color: #f2f2f2;
}
#tab_box .rtsLink {
	background-color: #ffffff;
	border-left: solid 1px #aeaeae;
	border-right: solid 1px #aeaeae;
	border-top: solid 1px #aeaeae;
	color: #444444;
	margin-right: 1em;
	padding: .3em 2em .3em 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#tab_box .rtsSelected {
	background-color: #a42822;
	color: #ffffff;
	text-decoration: none;
}
#tab_box .common_container ol {
	font-size: .7em;
	font-weight: normal;
	padding: .5em 0em 1em 0em;
}
#tab_box .common_container ul {
	margin: 0em;
	padding: 0em;
}
#tab_box .common_container ul li {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
#tab_box .common_container ul li a {
	color: #a42822;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
}
#tab_box .common_container ul li a:visited {
	text-decoration: none;
}
#tab_box .common_container ul li a:hover {
	text-decoration: underline;
}
#tab_box .common_container ul li a:active {
	text-decoration: none;
}

/* Poll Box - Poll Input/Results */
#tab_box .poll_box_container .poll {
	color: #444444;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0em;
	padding-top: 0em;
}
/*
#tab_box .poll_box_container .refreshlink {
	font-weight: normal;
	font-size: 67%;
}
*/
#tab_box .poll_box_container .refreshlink {
	display: none;
}
#tab_box .poll_box_container .headreport {
	background-color: #ffffff !important;
	border: none;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	padding: 0em 0em .5em 0em;
}
#tab_box .poll_box_container .optiontextcell {
	font-weight: bold;
}

/* What's Happening */
#tab_box .whats_happening_container {
	border: 1px solid #aeaeae;
	font-size: 1.1em;
	font-weight: bold;
	height: 208px;
	line-height: 1.2em;
	margin: 0em;
	padding: 15px 15px 15px 15px;
}
#tab_box .whats_happening_container h3 {
	color: #444444;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0em;
	padding-top: 0em;
}
#tab_box .whats_happening_container .eventsLink a:link {
	color: #a42822;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
}
#tab_box .whats_happening_container .eventsLink a:visited {
	color: #a42822;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
}
#tab_box .whats_happening_container .eventsLink a:hover {
	color: #a42822;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: underline;
}
#tab_box .whats_happening_container .eventsLink a:active {
	color: #a42822;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
}

/* Main Sections Box */
#sections_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	padding: 0;
	width: 705px;
}

/* 3-Feature Area */
#sections_feat1 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 270px;
	margin: 1em 0em 0em 0em;
	padding: 0em 1em 0em 1em;
	width: 215px;
}
#sections_feat1 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#sections_feat1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#sections_feat1 p {
	font-size: 1.1em;
}
#sections_feat1 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#sections_feat1 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat1 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat1 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#sections_feat2 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 270px;
	margin: 1em 0em 0em 0em;
	padding: 0em 1em 0em 1em;
	width: 215px;
}
#sections_feat2 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#sections_feat2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#sections_feat2 p {
	font-size: 1.1em;
}
#sections_feat2 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#sections_feat2 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat2 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat2 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#sections_feat3 {
	display: inline;
	float: left;
	height: 270px;
	margin: 1em 0em 0em 0em;
	padding: 0em 0em 0em 1em;
	width: 215px;
}
#sections_feat3 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#sections_feat3 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#sections_feat3 p {
	font-size: 1.1em;
}
#sections_feat3 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#sections_feat3 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat3 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#sections_feat3 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Class Notes Box */
#classnotes_box {
	border-top: 1px #aeaeae solid;
	border-bottom: 1px #aeaeae solid;
	height: 120px;
	margin: 1em 1em 1em 1em;
	padding: 1em 0em 1em 0em;
	width: 685px;
}
#classnotes_box img {
	border: 0;
	float: left;
	margin: 0;
	padding: 1em 1em 0em 0em;
}
#classnotes_box h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
#classnotes_box p {
	font-size: 1.1em;
}
#classnotes_box ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#classnotes_box ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#classnotes_box ul li a:link {
	color: #a42822;
	font-size: 1em;
	padding: 0em 2em 0em 0em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#classnotes_box ul li a:visited {
	color: #a42822;
	font-size: 1em;
	padding: 0em 2em 0em 0em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#classnotes_box ul li a:hover {
	color: #a42822;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Left Section Box */
#sections_left {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 280px;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	width: 330px;
}
#sections_left h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
#sections_left_img img {
	border: 0;
	float: left;
	margin: 0;
	padding: .5em 1em 0em 0em;
}
#sections_left_text {
	height: 115px;
	margin: 1em;
}
#sections_left_text h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
}
#sections_left_text p {
	font-size: 1.1em;
}
#sections_left_text a:link {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#sections_left_text a:visited {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#sections_left_text a:hover {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}

/* Right Section Box */
#sections_right {
	display: inline;
	float: right;
	height: 280px;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	width: 330px;
}
#sections_right h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
#sections_right_img img {
	border: 0;
	float: left;
	margin: 0;
	padding: .5em 1em 0em 0em;
}
#sections_right_text {
	height: 115px;
	margin: 1em;
}
#sections_right_text h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
}
#sections_right_text p {
	font-size: 1.1em;
}
#sections_right_text a:link {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#sections_right_text a:visited {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#sections_right_text a:hover {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}

/* Other Sections Box */
#othersections_box {
	border-top: 1px #aeaeae solid;
	margin: 0em 1em 1em 1em;
	padding: 1em 0em 0em 0em;
	width: 685px;
}
#othersections_box h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
#othersections_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#othersections_box ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#othersections_box ul li a:link {
	color: #333;
	font-size: 1em;
	padding: 0em 1em 0em .8em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li a:visited {
	color: #333;
	font-size: 1em;
	padding: 0em 1em 0em .8em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li a:hover {
	color: #333;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
}
#othersections_box ul li.first a:link {
	color: #333;
	font-size: 1em;
	padding: 0em 1em 0em 0em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li.first a:visited {
	color: #333;
	font-size: 1em;
	padding: 0em 1em 0em 0em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li.first a:hover {
	color: #333;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
}
#othersections_box ul li.last a:link {
	color: #333;
	font-size: 1em;
	padding: 0em 0em 0em .8em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li.last a:visited {
	color: #333;
	font-size: 1em;
	padding: 0em 0em 0em .8em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#othersections_box ul li.last a:hover {
	color: #333;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Right Sidebar Box */
#right_box {
	display: inline;
	float: right;
	padding: 0;
	width: 240px;
}

/* Announcement Box */
#announcement_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	padding: 0;
	width: 238px;
}
#announcement_box img {
	border: 0;
	float: right;
	margin: 1em;
}
#announcement_box h4 {
	color: #a42822;
	font-size: 1.8em;
	line-height: normal;
	margin: .5em 1em .7em .7em;
}
#announcement_box p {
	font-size: 1.1em;
	margin: .5em 1em 1em 1em;
}
#announcement_box a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#announcement_box a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#announcement_box a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#announcement_box span.title {
	background-color: #a42822;
	display: block;
	height: 3em;
	margin: 0em;
	padding: 0;
	width: 238px;
}
#announcement_box span.title h3 {
	color: #fff;
	margin: 0em;
	padding: .5em 0em .5em .5em;
}

/* Multimedia Box */
#multimedia_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	padding: 0;
	width: 238px;
}
#multimedia_box span.title {
	background-color: #a42822;
	display: block;
	height: 3em;
	margin: 0em;
	padding: 0;
	width: 238px;
}
#multimedia_box span.title h3 {
	color: #fff;
	margin: 0em;
	padding: .5em 0em .5em .5em;
}
#multimedia_img img {
	border: 0;
	float: left;
	margin: 0;
	padding: 1em;
}
#multimedia_text {
	margin: 1em;
}
#multimedia_text a:link {
	color: #a42822;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: none;
}
#multimedia_text a:visited {
	color: #a42822;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: none;
}
#multimedia_text a:hover {
	color: #a42822;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: underline;
	text-transform: none;
}

/* Get Connected Box */
#connected_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	padding: 0;
	width: 238px;
}
#connected_box img {
	border: 0;
	margin: 0em 0em 0em 1.1em;
}
#connected_box h4 {
	color: #a42822;
	font-size: 1.4em;
	margin: 1em 1em 0em .7em;
}
#connected_box p {
	font-size: 1.1em;
	margin: .5em 1em 1em 1em;
}
#connected_box a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#connected_box a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#connected_box a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#connected_box span.title {
	background-color: #a42822;
	display: block;
	height: 3em;
	margin: 0em;
	padding: 0;
	width: 238px;
}
#connected_box span.title h3 {
	color: #fff;
	margin: 0em;
	padding: .5em 0em .5em .5em;
}

/* END HOME PAGE */


/* Main Section Page Box */
#section_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	padding: 0;
	width: 705px;
}
#section_text {
	margin: 1.2em;
}
#section_text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
}
#section_text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}
#section_text h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}
#section_text h4 {
	color: #a42822;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em 0em 1em 0em;
}
#section_text img {
	float: left;
	margin: 0em;
	padding: 0em 1em 1em 0em;
}
#section_text p {
	font-size: 1.1em;
}
#section_text ul {
	font-size: 1.1em;
}
#section_text ul li a, a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#section_text ul li a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#section_text a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#section_text a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#section_text a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#section_text div.clearfloat {
	clear: both;
    height: 1em;
    font-size: 1px;
    line-height: 0px;
}

/* Individual Section Page */
#indv_section_box {
	background-color: #efefef;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	padding: 0;
	width: 680px;
}
#indv_section_feat1 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 260px;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 0em 1em;
	width: 206px;
}
#indv_section_feat1 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#indv_section_feat1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#indv_section_feat1 p {
	font-size: 1.1em;
}
#indv_section_feat1 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#indv_section_feat1 a:link {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat1 a:visited {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat1 a:hover {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#indv_section_feat2 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 260px;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 0em 1em;
	width: 206px;
}
#indv_section_feat2 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#indv_section_feat2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#indv_section_feat2 p {
	font-size: 1.1em;
}
#indv_section_feat2 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#indv_section_feat2 a:link {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat2 a:visited {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat2 a:hover {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#indv_section_feat3 {
	display: inline;
	float: left;
	height: 260px;
	margin: 1em 0em 1em 0em;
	padding: 0em 0em 0em 1em;
	width: 206px;
}
#indv_section_feat3 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#indv_section_feat3 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#indv_section_feat3 p {
	font-size: 1.1em;
}
#indv_section_feat3 p.web_ex {
	color: #a42822;
	font-size: 1.1em;
	font-style: italic;
}
#indv_section_feat3 a:link {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat3 a:visited {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#indv_section_feat3 a:hover {
	color: #a42822;
	font-size: 1.1em;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Main Story Page */
#story_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	padding: 0;
	width: 705px;
}
#story_text img.right {
	border: 0;
	clear: right;
	float: right;
	margin: 0;
	padding: .5em 0em 1em 1em;
}
#story_text div.img_right_caption {
	border: 0;
	clear: right;
	float: right;
	margin: 0;
	padding: .5em 0em 1em 1em;
	width: 300px;
}
#story_text div.img_right_caption img{ /* added to accomodate larger amount of content in the right-column (Jason 4/11/11) */
	float: left;
	padding: 0 4px 4px 0; 
}
#story_text div.img_right_caption p {
	color: #666;
	font-size: 1em;
	margin: 0;
	/*padding: .5em 0em 0em 0em;*/ /* replaced below (Jason 4/11/11) */
	padding: 0;
	width: 300px;
}
#story_text div.img_right_main {
	border: 0;
	clear: right;
	float: right;
	margin: 0;
	padding: .5em 0em 1em 1em;
	width: 300px;
}
#story_text div.toolbar_right_main {
	border: 0;
	float: right;
	margin: 0;
	padding: .5em 0em 1em 1em;
	width: 185px;
}
#story_text div.img_right_main p.caption {
	color: #666;
	font-size: 1em;
	margin: 0;
	padding: .5em 1em 0em 0em;
	width: 215px;
}
#story_text div.img_right_main p.credit {
	color: #999;
	font-size: 1em;
	margin: 0;
	padding: .5em 0em 0em 0em;
	text-align: right;
	width: 75px;
}
#story_text {
	margin: 1.2em;
}
#story_text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
}
#story_text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}
#story_text h3 {
	color: #a42822;
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}
#story_text h4 {
	color: #a42822;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.5em 0em 1em 0em;
}
#story_text p.red, 
#story_text p.CoverStory, 
#story_text p.Features {
	color: #a42822;
	font-size: 1.1em;
	text-transform: uppercase;
}
#story_text p.blue, 
#story_text p.AlumniFocus, 
#story_text p.TheGoodWord, 
#story_text p.ClassNotes, 
#story_text p.Bookmarks {
	color: #3d3c9a;
	font-size: 1.1em;
	text-transform: uppercase;
}
#story_text p.green, 
#story_text p.People, 
#story_text p.CapitalCampaign {
	color: #86ae4d;
	font-size: 1.1em;
	text-transform: uppercase;
}
#story_text p.yellow, 
#story_text p.CampusObserver {
	color: #bf862f;
	font-size: 1.1em;
	text-transform: uppercase;
}
#story_text p.purple, 
#story_text p.FacultyResearch {
	color: #7c389d;
	font-size: 1.1em;
	text-transform: uppercase;
}
#story_text p.author {
	font-size: 1em;
	margin: .7em 0em 1.5em 0em;
}
#story_text p.caption {
	color: #666;
	float: left;
	font-size: 1em;
	margin: .7em 0em 1.5em 0em;
	width: 500px;
}
#story_text p.credit {
	color: #999;
	font-size: 1em;
	margin: .7em 0em 1.5em 0em;
	float: right;
	width: 160px;
}
#story_text p {
	font-size: 1.1em;
}
#story_text ul {
	font-size: 1.1em;
}
#story_text ul li a, a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#story_text ul li a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#story_text a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#story_text a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: none;
}
#story_text a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: none;
}
#story_text div.quote {
	background-image: url(../images/quote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: auto;
	margin: 0em 0em .5em .7em;
	padding: 0em;
	width: 385px;
}
#story_text div.quote p {
	color: #a42822;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin: 1em 0em 0em 1em;
	padding: 0;
}
#story_text div.quote p.right {
	color: #a42822;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0em 0em 1em 0em;
	padding: 0;
	text-align: right;
}
#story_text div.point {
	float: right;
	height: auto;
	margin: 0em 0em 0em 0em;
	padding: 0em;
	width: 385px;
}
#story_text div.point p {
	color: #a42822;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin: 0em 0em 1em 1em;
	padding: 0;
}

/* Article paginator */
.paginator,
.paginator a {
	margin: 2em .5em 2em .5em;
	text-align: right;
	text-transform: uppercase !important;
	white-space: nowrap;
}
.paginator{
	clear:both; /* added (Jason 4/11/11) */
}

.pageCurrent {
	font-weight: bold;
	margin: 2em .5em 2em .5em;
	text-align: right;
	text-transform: uppercase !important;
	white-space: nowrap;
}
.ArticleContinued {
	color: #444444;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}
.MoreToDisplay {
	color: #444444;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	text-align: right;
}

/* Article Tools */
#articleTools {
	clear: right;
	float: right;
	margin: 0em 0em 1em 1em;
	width: 185px;
}
#articleTools .toolsContainer {
	margin: 0px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
#articleTools .toolsContainer ul {
	font-size: 1em;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}
#articleTools .toolsContainer ul li {
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li.comment {
	background-image: url(../images/tool_comment.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li.rss {
	background-image: url(../images/tool_rss.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li.print {
	background-image: url(../images/tool_print.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li.submit {
	background-image: url(../images/tool_submit.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li.single {
	background-image: url(../images/tool_single.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .toolsContainer ul li a {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#articleTools .toolsContainer ul li a:visited {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#articleTools .toolsContainer ul li a:hover {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: underline;
	text-transform: uppercase;
}
#articleTools .socialContainer {
	margin: 0px;
	border-bottom: 1px solid #aeaeae;
}
#articleTools .socialContainer ul {
	font-size: 1em;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}
#articleTools .socialContainer ul li {
	margin: .5em 0em .5em 0em;
}
#articleTools .socialContainer ul li.digg {
	background-image: url(../images/social_digg.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .socialContainer ul li.facebook {
	background-image: url(../images/social_facebook.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .socialContainer ul li.yahoo {
	background-image: url(../images/social_yahoo.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .socialContainer ul li.delicious {
	background-image: url(../images/social_delicious.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: .5em 0em .5em 0em;
}
#articleTools .socialContainer ul li a {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#articleTools .socialContainer ul li a:visited {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#articleTools .socialContainer ul li a:hover {
	color: #333;
	margin: 0em 0em 0em 2em;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Toolbox yahoo fix */
#articleTools .socialContainer ul li.yahoo a {
	margin-left: 0em !important;
}
#articleTools .socialContainer ul li.yahoo a:visited {
	margin-left: 0em !important;
}
#articleTools .socialContainer ul li.yahoo a:hover {
	margin-left: 0em !important;
}

/* Comments */
.CommentEntryBox {
}
.InputName {
	padding: 1em 0em 1em 2.1em;
	text-align: left;
}
.InputEmail {
	padding: 1em 0em 1em 2.3em;
	text-align: left;
}
.InputComment {
	padding: 1em 0em 1em 0em;
	text-align: left;
}
input.ContentNameBox {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	width: 395px;
}
input.ContentEmailBox {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	width: 395px;
}
input.ContentCommentButton {
	margin: 0em 0em 0em 6em;
	padding: 0em;
	vertical-align: top;
	width: 120px;
}
label {
	vertical-align: top;
}
p.CommentDisclaimer {
	margin: 1em 0em 1em 6em;
}
textarea.ContentCommentBox {
	height: 250px;
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	width: 400px;
}
p.ContentComment {
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
}

/* Highlight area */
#highlight_box {
	border: 1px solid #a42822;
	height: 190px;
	padding: 1.5em;
	width: 650px;
}
#highlight1 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 190px;
	margin: 0em 0em 0em 0em;
	padding: 0em 1.5em 0em 0em;
	width: 195px;
}
#highlight1 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#highlight1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#highlight1 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight1 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight1 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#highlight2 {
	border-right: 1px #aeaeae solid;
	display: inline;
	float: left;
	height: 190px;
	margin: 0em 0em 0em 0em;
	padding: 0em 1.5em 0em 1.5em;
	width: 195px;
}
#highlight2 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#highlight2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#highlight2 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight2 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight2 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}
#highlight3 {
	display: inline;
	float: left;
	height: 190px;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 1.5em;
	width: 195px;
}
#highlight3 img {
	border: 0;
	margin: 0;
	padding: 0em 0em 1em 0em;
}
#highlight3 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#highlight3 a:link {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight3 a:visited {
	color: #a42822;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#highlight3 a:hover {
	color: #a42822;
	font-size: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Past Issues */
#Issue {
	height: 150px;
	margin: 0em;
	padding: 0em;
}
.Thumbnail img {
	float: left;
	padding: 0em 1em 0em 0em;
	width: 100px;
}

/**/
#slideshow_box {
	background-color: #fff;
	border: 1px #aeaeae solid;
	display: inline;
	float: left;
	margin: 0 auto;
	padding: 1.2em;
	width: 934px;
}
#slideshow_box h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
}

/* Footer */
#footer_left {
	float: left;
	margin: 0em;
	padding: 0em;
	text-align: left;
	width: 350px;
}
#footer_left p {
	color: #fff;
	font-size: .9em;
	line-height: 1.8em;
	margin: 0em;
	padding: 0em;
	text-align: left;
}
#footer_left .vcard a, #footer_left .vcard a:visited {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
#footer_left .vcard a:hover {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
#footer_left .vcard span {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	text-align: left;
}
#footer_left .adr span {
	display: inline;
}
#footer_right {
	float: right;
	margin: 0em;
	padding: 0em;
	text-align: right;
	width: 500px;
}
#footer_right p {
	color: #fff;
	margin: 0em;
	padding: 0em;
	text-align: right;
}
#footer_right a.footer_white, a.footer_white:visited {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0em;
	padding: 0em .5em 0em .5em;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}
#footer_right a.footer_white:hover {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0em;
	padding: 0em .5em 0em .5em;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
}
#footer_right a.footer_white_end, a.footer_white_end:visited {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0em;
	padding: 0em 0em 0em .5em;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}
#footer_right a.footer_white_end:hover {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0em;
	padding: 0em 0em 0em .5em;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
}

/* Search Results */
.ektronSearch {
	margin: 0px !important;
	padding: 0px !important;
}
.ektronSearch div.searchWrapper div#basicTerms input {
	color: #4c4c4c;
	font-weight: normal;
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
}
.ektronSearch div.searchWrapper input {
	margin: 0em 1em 0em 0em;
}
.ektronSearch div.searchWrapper div#basicTerms select {
	color: #4C4C4C;
	font-weight: normal;
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
}
.searchWrapper {
	border-color: #aeaeae !important;
	margin-bottom: 0px !important;
}
.searchNavigation li {
	background: #a42822 !important;
	border-color: #aeaeae !important;
}
.searchNavigation li a {
	background: #ffffff !important;
	color: #444444 !important;
}
.searchNavigation li a.selected {
	background: #a42822 !important;
	color: #ffffff !important;
}
.searchWrapper h3 {
	background: #f2f2f2 !important;
}
.SearchBox {
	width: 175px;
}
.ektronSearch div.searchWrapper div#advancedTerms fieldset {
	margin: 1em 0em 1em 1em;
	padding: 0em;
	position: relative;
}
legend {
	background-color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em .5em 1em .5em;
	padding: 0em .5em 0em .5em;
	position: relative;
}
* html legend {
	background-color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em .5em 1em .5em;
	padding: 0em .5em 0em .5em;
	position: relative;
}
.ektronSearch div.searchWrapper div#advancedTerms fieldset ul {
	margin: 0em 1em 1em 1em !important;
	padding: 0em !important;
}
.ektronSearch div.searchWrapper div#advancedTerms fieldset input {
	margin: .3em 1em 1em 1em !important;
}
.ektronSearch div.searchWrapper div#advancedTerms fieldset input.addFilter {
	margin: 0em 0em 1em 0em !important;
}
.ektronSearch div.searchWrapper div#advancedTerms ul li {
	clear: left !important;
	margin: 0em 0em 0em 0em !important;
	padding: 0em 0em 0em 0em !important;
}
