/*Main cascading style sheet.*/

@import "subMenus.css";
@import "sarc.css";


body
{
	margin-top: 24px;
	margin-left: 24px;
	padding: 0;
	background-color: #990000;
	background-image: url(../index_images/bg.gif);
	background-repeat: repeat;
	font-size: 1em;
	line_height: 1.2em;
	font-family: Garamond, Palatino, Times, serif;
}

.logo-clock
{
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	color: white;
}

.logo a:link
{
	border: 0;
	border-color: black;
	text-decoration: none;
}

.navigation
{
	margin: 0pt;
	padding-top: 8pt;
	padding-bottom: 3pt;
	background-color: #990000;
	color: #ffffff;
	height: 20pt;
	text-align: center;
	font-weight: bold;
	font-family: Garamond, Palatino, Times, serif;
	font-size: 1.1em;
	overflow: hidden;
}

.navigation a
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*
	border-right-color: #3333FF;
	border-right-style: groove;
	*/
}

.navigation a:active
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.navigation a:link
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.navigation a:visited
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.navigation a:hover
{
	color: #000000;
	background-color: #666666;
	text-decoration: none;
}

.noBorder_table {
	border-collapse: collapse;
}

#navigation {
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	height: 27pt;
	text-align: center;
}

#main_content
{
	background-color: #ffffff;
	height: auto;
	margin-bottom: 3px;
	z-index: 10;
}

.tidbits
{
	margin: 0;
	padding-top: 23px;
	text-align: center;
	font-weight: normal;
	color: black;
	width: 223px;
	height: 222px;
	background-image: url('../index_images/tidbits_bg.jpg');
	float: left;
}

.tidbits .title
{
	font-weight: bold;
	font-size: 1.3em;
}

.tidbits a:link, .tidbits a:visited
{
	color: #000000;
	text-decoration: none;
}

.tidbits a:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.picture
{
    padding: 0;
    margin: 0;
    background-color: green;
    width: 537px;
    height: 245px;
    float: right;
}

#address  { 
		color: #000000; 
		font-size: 1em;
		font-weight: bold;
		text-align: center; 
		padding: 3px; 
		border-top: 1px solid red; 
		border-bottom: 1px solid red;
		position: none;
		font-family: Garamond, Palatino, Times, serif;
}

.scroller {
		background-color: #000000;
		color: #ffffff;
		font-weight: bold;
		font-size: .9em;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 8px;
		font-family: Garamond, Palatino, Times, serif;
}

.alma_mater {
		color: #000000;
		font-weight: bold;
		font-size: 1.8em;
		line-height: 1.5em;
}

.alma_mater .header {
		color: #990000;
		font-weight: bold;
}

.red_header
{
		color: #990000;
		font-size: 1.5em;
		font-weight: bold;
}

.headerCell {
	font-family: Garamond, Palatino, Times, serif;
	font-size: 1.5em;
	color: #ffffff;
}

.headerCell {
	font-family: Garamond, Palatino, Times, serif;
	font-size: 1.7em;
	color: #ffffff;
}

.rowCellsWhite {
	font-family: Garamond, Palatino, Times, serif;
	font-size: em;
	color: #000000;
	background-color:#ffffff;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

.rowCellsGray {
	font-family: Garamond, Palatino, Times, serif;
	font-size: em;
	color: #000000;
	background-color:#eeeeee;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

.headerCell2 {
	font-family: Garamond, Palatino, Times, serif;
	font-size: em;
	color: #000000;
	background-color:#888888;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

