﻿@import url('layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-attachment: fixed;
}
#container {
	background-color: #fff;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 0px,;
}
#masthead {
	background-image: url(../images/banner2017.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	width: 800px;
	height: 200px;
}
#navigation {
	background-color: #2c190b;
	overflow: hidden;
}
#page_content {
	background-color: #fff;
}
#column_l {
	width: 560px;
	margin: 0,0,0,0;
	padding: 12,0,0,0px;
	line-height: normal;
}
#column_r {
	width: 160px;
	float: right;
	position: relative;
	background-color: transparent;
}
#column_full {
	width: 690px;
	padding: 15px;
	background-color: #fff;
	position: relative;
	float: none;
	text-align: center;
}
#PageBox {
	width: 80%;
	margin: auto;
}
#name {
	float: left;
	width: 310px;
	height: 4em;
	margin-left: 50px;
	margin-top: 40px;
	padding: 15px;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
#photo {
	background-color: #fff;
	float: right;
	width: auto;
	height: auto;
	border: 4px groove #000;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#bio {
	background-color: #fff;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 0px;
	text-align: left;
}
#bio table tr td {
	vertical-align:top;
}
#bio_table {
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
	margin: 0px;
}
#bio_table tr {
	vertical-align:top;
}
#lookingbackban {
	background-image: url('../images/lookingbackban.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 110px;
}
#lb-article {
	background-color: #fff;
	width: 700px;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#lb-article-date {
	text-align: right;
	width: 569px;
	margin-left: auto;
	margin-right: auto;
}
#lb-header {
	text-align: left;
	font-size: large;
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
	background-color: #253a56;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	margin-left: auto;
	margin-right: auto;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #FFFFCC;
/* 	background-color: #c37a1e;  */
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Rounded Corner Box */
#box {
	margin-left: 0;
	margin-right: 0;
	margin-top: 3em;
	padding: 0px;
	text-align: center;
	width: 100%;
	width: 100%;
	background-color: #eeeeee;
}
/* Style for Page Headings */

#page_name {
	text-shadow: 1px 2px 3px #666;
	text-align: center;
	font-size: x-large;
	margin-top: 10px;
	margin-bottom: 5px;
}

#text_shadow {
	text-shadow: 1px 2px 3px #777;
}
/* ------- Styles for Honor Roll tables  -------*/
/*  Places Zebra Stripes on table rows highlights on mouse-over */
#honor {
	border-collapse: collapse;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#honor table {
	border: 1px solid #D9D9D9;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}
#honor tr {
	vertical-align:baseline;
}
#honor td {
	background: #fff;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	font-size: .9em;
}
#honor th {
	color: #fff;
	background-color: #253a56;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 1.0em;
	padding-left: 5px;
	font-weight: normal;
}
#honor p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#honor tbody tr.even td {
	background: #dfdfdf;
}
#honor tbody tr.selected td {
	background: #3d80df;
	color: #ffffff;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
#honor tbody tr.ruled td {
	color: #000;
	background-color: #FFFF99;
	border-color: #FFCC00;
}
#honorban {
	margin-top: 5px;
	margin-left: 10px; 
}
/* Opera fix */
head:first-child + body tr.ruled td {
	background-color: #C6E3FF;
}
