@charset "utf-8";
/* CSS Document */

body{
	background-color:#003399;
}
.containerMain {
	margin: auto;
	text-align: left;
	width: 750px;
	position: relative;
	height: 400px;
}
.leftColumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 300px;
	background-color:#003399;
}
.tickerTag {
	position: absolute;
	top: 20px;
	left: 251px;
	width: 500px;
	height: 30px;
}
.tickerTag a:link { color:#FFFFFF;}
.tickerTag a:visited { color:#FFFFFF;}
.tickerTag a:hover { color:#FFFFFF;}
.tickerTag a:active { color:#FFFFFF;} 
.tickerText {
	position: absolute;
	top: 30px;
	left: 370px;
	width: 300px;
	font-family: Courier New, Courier, monospace Times New Roman, Verdana, Arial;
	color: #000000;
	text-align: left;
	font-weight: bolder;
	vertical-align: middle;
}
.rightColumn {
	position: absolute;
	top: 50px;
	left: 251px;
	width: 505px;
}
.content {
	position: absolute;
	top: 26px;
	left: 0px;
	background-color:#cccccc;
	width: 500px;
	border-style: solid;
	border-width: 4px;
	border-color: white;
	padding: 10px;
}
.content a:link { 
	text-decoration:underline; color:#003366; 
}
.content a:visited { 
	text-decoration:underline; color:#003366; 
}
.content a:hover { 
	text-decoration:underline; color:#808080;
}
.content a:active { 
	text-decoration:underline; color:#003366;
} 
.content p{
	font-family: Verdana, Arial;
	font-size: 12px;
	color:#003366;
	text-align: left;
	font-weight: normal;
}
.content li{
	font-family: Verdana, Arial;
	font-size: 12px;
	color:#003366;
	text-align: left;
	font-weight: normal;
}
.content h1{
	font-family: Verdana, Arial;
	font-size: 18px;
	font-variant:small-caps;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.content table {
	border-bottom-color:#003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
	width: 480px;
    	font-family: Verdana, Arial;
	font-size: 12px;
	color:#003366;
	text-align: left;
	font-weight: normal;
}

#contentTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hoursLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:60px;
}
#hoursRight {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:300px;
}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('images2/winter/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('images2/winter/tabrightc.gif') no-repeat right top;
	padding: 5px 7px 5px 3px;
	color: #003399;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #0000CC;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}