/* CSS Document */

<!--
/*** SET UP GLOBALS ***/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #697839;
	background-image:url(../images/3colBG-b-g.gif);
	font-family: "Century Gothic", Arial, Verdana;
	font-size:14px;
	color: #000000;
}

.friendlyfont {
	font-family:"Bradley Hand ITC", "Century Gothic";
	font-size: 1.6em;
	font-weight: bold;

}
#FF a {
	font-family:"Bradley Hand ITC", "Century Gothic";
	font-size: 1.0em;
	font-weight: bold;
}
a {
	color: #000000;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	font-weight: lighter;
}
a:hover {
	color: #999999;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	font-weight: lighter;
}
/****** END GLOBAL SETTINGS ******/
.BBlurb{
	color: #000000;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
}

.MainTBLBG {
   background-color:#697839;
   background-image:url(../images/blue-green_BG_tbl.gif);
   background-repeat:repeat-y;	 
}
.MainBG {
	background-image:url(../images/greenBG.jpg);
	background-repeat:no-repeat;
}
.smallProgramFont {
	font-size: 12px;
}



	/* Begin Left Navigation Definition */
	/************************************/
	#NavTd{
		/*border-right: 1px solid transparent;*/
	}
	#Nav{
		padding: 2px 0 10px 0px;
		font: 1em "Century Gothic", Arial, Verdana;
	}
	#Nav .line{
		border-top: solid 1px #999999;
		margin: 5px 0 5px 0;
	}
	
	#Nav>h4{margin: 4px 0px 4px 5px;}
	#Nav>.line{	margin: 6px 0 4px 0;}
	
	#Nav h4{
		margin: 4px 0px 5px 5px;
		font-size: 95%;
	}
	
	
	#Nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 152px;
	}
	
	#Nav li{
		padding: 0;
		margin: -4px 0px;
		width: 145px;
	}
	
	#Nav a{
		/*background-image:url(../../images/bullet.gif); background-repeat:no-repeat;
		background-color: #FFFFFF;
		*/
		position: relative;
		border: 1px solid #000000;
		text-decoration:none;
		background-color: #546C56;
		text-indent: 3px;
		cursor: pointer;
		display: block;
		color: #FFFFFF;
		padding: 0px 4px 4px 7px;
		margin: 0px 0px;
		font-weight: bold;
		
	}
	
	#Nav a:visited{font-weight: bold; color: #FFFFFF;}
	#Nav a:hover{
		position: relative;
		border: 1px solid #FFFFFF;
		margin: 0px 0px;
		display: block;
		padding: 0px 4px 4px 7px;
		background-color: #669966;
		text-decoration: none;
		font-weight: bold; color: #FFFFFF;
		text-decoration: underline;
	}
	#Nav>ul>li>a{
		border: 1px solid transparent;
		padding: 2px 4px 4px 7px;
	}
.style1 {
	font-family: "Century Gothic",Arial, Verdana, Helvetica;
	font-size:14px;
	color: #FFFFFF;
	margin-top: 3px;
}
	/* End of Left Navigation definition */
	/*************************************/
	
	
.tableContentCBlue{
	color: #003366;
	font-family:"Century Gothic", Arial, Verdana;

}	
.tableContentCBlueBOLD{
	color: #003366; font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana;

}	
.sessionTitle {
	font-family: "Century Gothic",Arial, Verdana, Helvetica;
	font-size:14px;
	font-weight:800;
	background-color:#FFFFFF;
	margin-bottom: 3px;
	width: 100%;
}
.sessionTimes {
	font-weight:800;
}
-->