/* CSS Document for RacerNet level 2 pages */

html {
	margin: 0px;
	background-repeat:repeat-x;
	background-image:url("http://campus.murraystate.edu/navy.gif");
}


body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	width: 100%;
}

#header {
	width: 100%;
	margin:0px;
	height: 50px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color:#000063;
}

html>body #header {
	height: 35px; /* ie5win fudge ends */
}
	
.logo {
	float:left;
	margin: 9px 0px 2px 2px;
}

.buttons {
	font-size: 0.8em;
	height: 15px;
	padding: 9px;
	font-weight:bold;
	color: #000066;
	z-index:10;
}

.buttons a {
	color:#FFCC33;
}

.buttons a:hover {
	COLOR:#000066;
	background: #EAEBFF;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:bold;
	text-align: center;
	color: #FFCC33;
	background-repeat:repeat-x;
	background-image:url("navy_rev.gif");
	margin-top: 0px;
	height:50px;
	width: 100%;
}

h2 {
	font-size: .9em;
	font-weight: bold;
	color: #000063;
	margin: 0px 10px 2px 10px;
}

h3 {
	font-weight: bold;
	font-size: .8em;
	color: #660000;
	margin:0px;
	padding: 0px;
}

.section h2 {
	background-color:#FFCC00;
	padding: 10px;
	margin-bottom: 0px;
	font-size: 1.1em;
	text-align:center;
	width: 48%;
}

.footer {
	line-height:1.3em;
	text-align:center;
	clear:both;
	border-top: thin solid navy;
	padding: 6px;
	font-size: .9em;
}

ul {
	text-align: left;
	list-style-position: outside;
	line-height:140%;
	padding-left: 16px;
	margin-top: 0px;
	margin-left: 0px;
}

li {
	text-align: left;
	margin:0px 0px 3px 6px;
	font-size: .8em;
}

li li {
	font-size: 1em;
}


table {
	border: 0px;
	width: 100%;
}

td {
	padding:10px;
	vertical-align:top;
	width: 25%;
}	

p {
	font-style: normal;
	margin-bottom:4px;
	line-height:140%;
	font-size:.8em;
	margin-left: 10px;
	margin-right: 10px;
}

img {
	border: none;
}
	
#content {
	background-color: #FFFFFF;
	padding:8px 8px 8px 8px;
}

#left {
	float: left;
	width: 208px;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 1.4em;
	background-color:#FFFFCC;
}

#center {
	margin-left: 215px;
}


/* This goes in the stylesheet to hide the browser text before it is replaced - sIFR related*/

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

