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

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 860px;
}

#header
{
	background-color: #FFFFFF;
	height: 140px;
}

/* header */
#logo
{
	float: left;
	text-indent: -5000px;
	background: url(../images/baytLogo.gif) no-repeat;
	width: 140px;
	height: 140px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#headerRight
{
	float: left;
	margin-top: 10px;
	min-width: 600px;
	max-width: 720px;
	width: 100%;
}

#headerInformation
{
	text-align: right;
	float: right;
	font-size: 0.8em;
	padding-right: 10px;
	margin-top: 4px;
}


/* end header */

#bodyContent
{
	min-height: 400px;
	padding: 10px;
	margin-bottom: 20px;
}

#leftColumn
{
	width: 60%;
	float: left;
	text-align: left;
	min-height: 250px;
	padding-right: 10px;
	border-right: 1px dotted #cccccc;
}

#leftColumn p
{
	margin-left: 15px;
	margin-top: 2px;
}

#leftColumn p img
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	/*border: 4px solid #0066CC;*/
}

#rightColumn
{
	width: 34%;
	float: right;
	padding-left: 3px;
	margin-top: 15px;
	/*border-left: 1px dashed #CCCCCC;*/
	min-height: 100px;
}

#rightColumn ul
{
	list-style-type: none;
	text-indent: -30px;
}

/* Headings */

#bodyContent h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}

#bodyContent h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}

#bodyContent h3
{
	font-size: 1.0em;
	font-weight: bold;
	color: #006699;
	margin-bottom: 3px;
}

/* End Headings */


/* links */

a, a:link, a:visited, a:active
{
	color: #0099CC;
	text-decoration: none;
}

a:hover
{
	color: #0099CC;
	text-decoration: underline;
}


/* end links */

#footer
{
	background-color: #EEEEEE;
	min-height: 50px;
	font-size: 0.7em;
	text-align: center;
	clear: both;
}

/* Navigation */
ul.navigation
{
	display: block;
	list-style: none;
	margin: 4px;
	margin-top: 15px;
}

#header ul.navigation
{
	background: url(../images/navigationBackground.jpg) repeat-x;
	height: 30px;
	float: right;
	vertical-align: middle;
	padding-top: 7px;
	width: 100%;
	text-align: left;
}

ul.navigation li
{
	display: inline;
	padding: 0px 10px;
	/*border-right: 1px solid #ABABAB;*/
}

ul.navigation li.last
{
	border-right: none;
}

ul.navigation li.selected
{
	color: #003399;
}

ul.navigation li a
{
	font-weight: bold;
	text-decoration: none;
}

ul.navigation li a:hover
{
	text-decoration: underline;
}

/* end links */

/* schedule */

.scheduleItemRightColumn
{
	text-align: right;
}


/* end schedule */
#rightColumn table {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-top: 10px;
}
#wrapper #bodyContent #rightColumn td {
	border: 1px solid #CCCCCC;
}
