﻿@import url('layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; /*	background-color: #fefde2; */ /*	background: #dadada;*/ /*	background: url(../images/starsbk.jpg) center top; */ /*	background-color: #FFF5EB; */;
	background-color: #E6E6FF;
	background-attachment: fixed;
}
#container {
	background-color: #fff; /* 	background-color: #FFF5EB;  */;
	width: 720px; /*	margin: 0 auto; */;
	margin-right: auto;
	margin-left: auto; /*	margin-top: 20px; */;
	border-top: 0;
	border-right: 1px solid #2c190b;
	border-bottom: 1px solid #2c190b;
	border-left: 1px solid #2c190b;
	border-top: 1px solid #2c190b;
}
#masthead {
	background-image: url(../images/topban5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	width: 720px;
	height: 100px;
}
#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; /*	background-color: #fff; */
	line-height: normal;
}
#column_r {
	/* 	width: 128px;  */
	width: 160px; /*	margin-top: 20px; */ /* margin: 20,0,0,0; */
	float: right; /* 	border: 1px solid black; */ /*	padding: 5px; */ /*	padding: 1px,1px,1px,1px; */
	position: relative;
	background-color: transparent;

/*	background-color: #D0D0FF; */
}
#column_full {
	width: 690px; /* 	margin: 0; */
	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 {
	border-collapse:collapse;
	border-width:0px;
	width:100%;
	margin:0px;		
}
#lookingbackban {
	background-image:url('../images/lookingbackban.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 90px;
}
#lb-article {
	/*	background-color: #fef8ec; */
	background-color: #fff;
/*  	background-image:url('../images/Mercury-Register.jpg');*/
	width: 569px;
	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: 720px;
	text-align: center; /*	background-color: #545454;*/
	background-color: #2c190b;
	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 {
	/*	position: relative; */
	margin-left: 0;
	margin-right: 0;
	margin-top: 3em;
	padding: 0px;
	text-align: center;
	width: 100%; /* <-- use this to tie width to viewport size */ /*	width: 5em;			*/ /* <-- use this for a set width */;
	width: 100%;
	background-color: #eeeeee;
}
/* Styles for rounded box */
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/
#tlc, #trc, #blc, #brc {
	background-color: transparent;
	background-repeat: no-repeat;
}
#tlc {
	background-image: url(../images/box/tlc.gif);
	background-position: 0% 0%;
}
#trc {
	background-image: url(../images/box/trc.gif);
	background-position: 100% 0%;
}
#blc {
	background-image: url(../images/box/blc.gif);
	background-position: 0% 100%;
}
#brc {
	background-image: url(../images/box/brc.gif);
	background-position: 100% 100%;
}
#tb, #bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
#tb {
	background-image: url(../images/box/tb.gif);
	background-position: 0% 0%;
}
#bb {
	background-image: url(../images/box/bb.gif);
	background-position: 50% 100%;
}
#rb {
	background-image: url(../images/box/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
#lb {
	background-image: url(../images/box/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
/* ------- Styles for Honor Roll tables  -------*/
/*  Places Zebra Stripes on table rows highlights on mouse-over */
#honor {
	font-size: x-small;
	border-collapse: collapse;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	
}
#honor table {
 	border: 1px solid #D9D9D9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 87%;
	border-left: 1px solid #D9D9D9;
}
#honor tr td {
	/* 		font-family: "lucida grande", verdana, sans-serif; */
	/* 		font-size: 8pt; */
	padding: 0 4px 0 4px;
	background: #fff;
}
#honor thead td {
	color: #fff;
	background-color: #115;
	font-weight: bold;
 	border-bottom: 1px solid #999;
	text-align: left;
}
#honor p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#honor tbody td {
	border-left: 1px solid #D9D9D9;
}
#honor tbody tr.even td {
	background: #dfdfdf;
}
#honor tbody tr.selected td {
	background: #3d80df;
	color: #ffffff; /* 		font-weight: bold; */;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
#honor tbody tr.ruled td {
	color: #000; /* 		background-color: #C6E3FF;  */;
	background-color: #FFFF99; /* 		font-weight: bold; */; /* 	border-color: #3292FC; */;
	border-color: #FFCC00;
}
/* Opera fix */
head:first-child + body tr.ruled td {
	background-color: #C6E3FF;
}
