@charset "utf-8";
/* CSS Document */
body{
	background: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* left border */
.leftSide {
	background: url(images/leftside.jpg) repeat-y;
}
.dataColumnHeader{
	background-color: #A5BAE4;
	font-weight:bold
}
.titleColumnHeader {
	background-color: #7FB1B8;
	font-weight:bold
}
.dataColumn{
	background-color: #CCD8F0;
}
.titleColumn{
	background-color: #B1D0D3;
}
.rightSide {
	background: url(images/rightside.jpg) repeat-y;
}
.bottom{
	background: url(images/bottom.jpg) repeat-x;
}
.menubar {
	background: url(images/menubg.jpg) no-repeat;
}
.footer{
	background: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bob, #bob  ul {
	
	list-style: none;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	
}
/*main content*/
.content {
	background-color: #F4F7FC;
	padding: 5px;
}
.bullets {
	 padding-bottom: 2px;
}
a:link,  a:visited, a:active {
	font-family: verdana; 
	font-size: 12px; 
	color:#6883B0; 
	text-decoration:none;
}
a:hover {
	font-family: verdana; 
	font-size: 12px; 
	color:#0A4C86; 
	text-decoration:underline;
}
a.scheduleLink:link,  a.scheduleLink:visited, a.scheduleLink:active {
	font-family: verdana; 
	font-size: 12px; 
	color:#FFFFFF; 
	text-decoration: none;
	font-style:italic;
}
a.scheduleLink:hover {
	font-family: verdana; 
	font-size: 12px; 
	color:#EEEEEE; 
	text-decoration: underline;
	font-style:italic;
}
#bob li { /* all list items */
	float: left;
	
}
#bob li ul { /* second-level lists */
	position:absolute;
	background: #EEEEEE;
	left: -999em;
	text-align:left;
}
#bob a {
	display: block;
	width: 10em;
}
#bob a.topmenu:link, #bob a.topmenu:visited, #bob a.topmenu:active {
	font-family: verdana; 
	font-size: 12px; 
	color:#000000; 
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 5px;	
	display: block;
}
#bob a.topmenu:hover {
	font-family: verdana; 
	font-size: 12px; 
	color:#000000; 
	text-decoration:none;
	background-color:#9DACCB;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#bob a.lowerMenu:link, #bob a.lowerMenu:visited, #bob a.lowerMenu:active {
	font-family: verdana; 
	font-size: 12px; 
	color:#000000; 
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 10em;	
	display: block;
}
#bob a.lowerMenu:hover {
	font-family: verdana; 
	font-size: 12px; 
	color:#000000; 
	text-decoration:none;
	background-color:#9DACCB;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 10em;	
	
}
#bob li:hover ul, #bob li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
	width: 10em;
	border: 1px solid #999999;
	padding: 3px;
	font-family: verdana; 
	font-size: 12px; 
}
td.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.rowHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom:thin #666666 solid;
	color:#993333;
}