/* CSS Document */
html,body{
margin: 0; 
padding: 0;
height:100%;
border: none;
}
body{
	background-color:#E3F0F7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-color:#000000;
	margin: 0;
	padding: 0;
	height:100%;
	border: none;
	text-align:center;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


#chromemenu{
width:740px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border-top: 0px solid #000;
border-left: 0px solid #000;
border-bottom:0px solid #000;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px tahoma,arial,verdana,sans;
background: #092d79;
height: 36px;
width: 100%;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float:left;
color: #ffffff;
font-weight: bold;
padding: 6px 6px 0px 6px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #999999;
}

/*#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead }*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #092d79;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #dddddd;
}

.shadowTable{
width:761px;
height:100%;
background-image: url(../images/shadow.jpg);
background-repeat: repeat-y;
text-align:center;
}

.shadowTable2{
width:761px;
height:100%;
background-image: url(../images/shadow.jpg);
background-repeat: repeat-y;
text-align:center;
}

.headerTable{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	text-align:center;
	width:740px;
	border:0px;
}

.headerAboveImage{
background:#f3f3f3;
border:0px;
text-align:right;
font-size:11px;
color:#999999;
padding:5px;
}

.headerBelowImage{
background:#f3f3f3;
border:0px;
text-align:center;
font-size:11px;
color:#999999;
padding:5px;
}
.headerCell{
width:740px;
border:0px;
}

.secondaryNavTable{
width:100%;
}

.secondaryNavCell{
	background-position:left;
	width:100%;
	height:100%;
}

.secondaryNavCell2{
width:100%;
height:100%;
font-family:arial,tahoma,verdana,sans;
font-size:10px;
}

.contentTable{
	width:739px;
	text-align:center;
	border:0px;
	margin:0px;
	padding:0px;
	background-image: url(../images/content-bg.jpg);
	background-repeat:repeat-y;
}

.contentDiv1{
	text-align:left;
	padding:4px;
	background-color:#ffffff;
}

.contentDiv2{
text-align:center;
padding:4px;
background-color:#ffffff;
}

.regularText {
	font-family: sans, tahoma, arial, verdana, times;
	font-size:12px;
	color:#000000;
	line-height:125%;
}

.facultyLinkHeaderText{
font-family:tahoma,verdana,arial,sans;
font-size:22px;
color:#999999;
line-height:125%;
text-align:right;
}

.homegames {
	font-size: 16px;
	font-weight: bold;
	color: #015CAB;
	vertical-align: top;
}
.awaygame {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
table.sched {
	line-height: 25px;
}
.track {
	font-family: sans, tahoma, arial, verdana, times;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

tr.main {background-color: #015CAB}

