@charset "utf-8";
/* CSS Document */
.menuBar {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
}
.menuBar a {
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	display: block;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.menuBar a:hover {
	background-color: #AC1A2F;	
	border: 1px solid #000000;
}
body {
	background-color: #000000;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.searchBox_default {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
	text-align: center;
	color: #666666;
}
.searchBox_selected {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
	text-align: left;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;	
	padding-bottom: 8px;
	line-height: 14px;
}
.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #AC1A2F;
}
.leftShadow {
	background-image: url(../images/template/leftShadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightShadow {
	background-image: url(../images/template/rightShadow.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.leftNavDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 7px;
}
.leftNavDescriptionLink {
	color: #FFFFFF;
}
.leftNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DECD6A;
	padding-bottom: 10px;
}
.leftNavLink a {
	color: #DECD6A;
	text-decoration: none;
	padding-right: 7px;
}
.leftNavLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.OWUWhite {
	color: #FFFFFF;
}
.OWURedBackground {
	background-color: #AC1A2F;
}
.outerPaddingLeft {
	padding-left: 20px;
}
.outerPaddingRight {
	padding-right: 20px;
}
.leftNavMarginRight {
	margin-right:  10px;
}
.contentArea_white {
	background-color: #FFFFFF;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #000000;
	color: #000000;
}
.contentArea_white a {
	color: #0000FF;
}
.contentArea_white a:hover {
	color: #AC1A2F;
}
.contentArea_red {
	background-color: #AC1A2F;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #000000;	
}
.contentArea_black {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #000000;	
}
.pageTitle {
	color: #AC1A2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tableStyle_new {
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #CAAC97;
}
.tableStyle_new th {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAAC97;
	text-align: left;
}
.tableStyle_new th a {
	color: #FFFFFF;
	font-weight: normal;
}
.tableStyle_new th a:hover {
	color: #AC1A2F;
}
.tableStyle_new td {
	font-size: 11px;
	color: #000000;
	background-color: #EDE3DB;
}
.tableStyle_new td a {
	color: #0000FF;
}
.tableStyle_new td a:hover {
	color: #AC1A2F;
}
.tableStyle_new ul {
	margin: 0px;
}
.sidebarStyle_new {
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #CAAC97;
	margin-left: 10px;
	margin-bottom: 20px;
}
.sidebarStyle_new th {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAAC97;
	text-align: left;
}
.sidebarStyle_new th a {
	color: #FFFFFF;
	font-weight: normal;
}
.sidebarStyle_new th a:hover {
	color: #AC1A2F;
}
.sidebarStyle_new td {
	font-size: 11px;
	color: #000000;
	background-color: #EDE3DB;
}
.sidebarStyle_new td a {
	color: #0000FF;
}
.sidebarStyle_new td a:hover {
	color: #AC1A2F;
}
.tableStyle {
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #CAAC97;
}
.tableHead {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAAC97;
}
.tableHead a {
	color: #FFFFFF;
	font-weight: normal;
}
.tableHead a:hover {
	color: #AC1A2F;
}
.tableSubHead {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAAC97;
}
.tableDate {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	background-color: #CAAC97;
}
.tableContent {
	font-size: 11px;
	color: #000000;
	background-color: #EDE3DB;
}
.tableContent a {
	color: #0000FF;
}
.tableContent a:hover {
	color: #AC1A2F;
}
.dropCap {
	float: left;
	color: #B65518;
	font-size: 63px;
	line-height: 50px;
	padding-right: 2px;
	font-family: "Times New Roman", Times, serif;
}
.note {
	color: #AC1A2F;
}
.noteBlue {
	color: #1D5FA9;
}
.noteYellowGreen {
	color: #B6A400;
}
.noteSmall {
	color: #AC1A2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr {
	border: none 0;
	border-top: 2px dashed #B65518;
	width: 100%;
	height: 2px;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #836E2C;
}
.subHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #808080;
}
.sidebar {
	margin-left: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #CAAC97;
}
.sidebarHead {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAAC97;
}
.sidebarContent {
	font-size: 11px;
	color: #000000;
	background-color: #EDE3DB;
}
.sidebarContent a {
	color: #0000FF;
}
.sidebarContent a:hover {
	color: #AC1A2F;
}
.sidebarContentNumbers {
	font-size: 11px;
	color: #AC1A2F;
	background-color: #EDE3DB;
	font-weight: bold;
	padding-right: 3px;
}
.sidebarSubhead {
	font-weight: bold;
	border-bottom: 1px solid #CAAC97;
}
.sidebarUnderline {
	border-bottom: 1px solid #CAAC97;
}
.photoRight {
	margin-left: 10px;
	margin-bottom: 10px;
}
.photoLeft {
	margin-right: 10px;
	margin-bottom: 10px;
}
.photoLeftC2 {
	margin-right: 10px;
	margin-bottom: 20px;
}
.menuDivider {
	color: #EB9865;
}
.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #B65518;
}
.photoBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
}
.OWUSpotlights {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
pre {
	font-size: 14px;
}
.emergencyAnnouncementHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.emergencyAnnouncementHeadline a{
	color: #DECD6A;
}
.emergencyAnnouncementHeadline a:hover{
	color: #FFFFFF;
}
.spacedList li {
	margin-bottom: 1em;
}
a img {
	border: 0px;
}
.bioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC1A2F;
	padding-left: 10px;
}