﻿/* CSS Document */
#mainContainer {
	margin: auto;
	width: 780px;
}
#headerContainer {
	height: 193px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #446B89;
}
#logo {
	float: left;
	width: 570px;
}
#contentContainer {
	float: left;
	width: 780px;
}
#footerContainer {
	float: none;
	width: 100%;
}
#content {
	width: 411px;
	float: left;
	padding: 20px;
}
#search {
	width: 164px;
	float: left;
}
#searchBox {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../_img/cfo_searchBg.gif);
	background-repeat: no-repeat;
	height: 51px;
	padding-left: 14px;
	color: #006699;
	font-weight: bold;
	padding-top: 6px;
}
#nav {
	width: 154px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	padding-top: 3px;
	padding-bottom: 2px;	
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: right;
}
.nav a:link {
	color: #003366;
	text-decoration: none;
}
.nav a:visited {
	color: #003366;
	text-decoration: none;
}
.nav a:hover {
	color: #990000;
	text-decoration: none;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB8C00;
	text-align: right;
}
.subNav a:link {
	color: #BB8C00;
	text-decoration: none;
}
.subNav a:visited {
	color: #BB8C00;
	text-decoration: none;
}
.subNav a:hover {
	color: #990000;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
}
#flash {
	float: left;
	width: 210px;
	display: none;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	text-transform: uppercase;
}

.ShowsTitles{
	font-family: Arial, Helcetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: bold;
	}
	
.ShowsDate{
	font-family: Arial, Helcetica, sans-serif;
	font-size:12px;
	color: #006699;
	font-weight: bold;
	align:"top";
	}
	
.ShowsDescription{
	font-family: Arial, Helcetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: Normal;
	}

.ShowsBold{
font-family: Arial, Helcetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: Bold;
	}
	
#cfoAlert{
	background-image:url('_img/cfo_alert.gif');
	margin-top:3px;
	margin-left:175px;
	z-index:1000;
}

#cfoSurvey{
	background-image:url('_img/survey_banner.jpg');
	margin-top:-225px;
	margin-left:130px;
	z-index:2000;
}


