body {
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	behavior: url(http://www.cfmt.org/css/csshover.htc);
	}


/******* link tag styles *******/

a {
	font-weight: bold; 
	color: #996600; 
	text-decoration: underline;
	}
	
a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #996600;
	}

a.top {
	font-size: 10px; 
	font-weight: bold; 
	color: #996600; 
	text-decoration: none;
	}
	
a.top:hover {
	color: #FFFFFF; 
	background-color: #996600;
	}

a.boxlink {
	font-weight: bold; 
	color: #996600; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	padding: 2px; 
	border: 1px solid #996600;
	}
	
a.boxlink:hover {
	color: #FFFFFF; 
	background-color: #996600;
	}

a.linksmall {
	font-size: 10px; 
	font-weight: bold; 
	color: #996600; 
	text-decoration: underline;
	}
	
a.linksmall:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #996600;
	}

a.linkswht {
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
	}
	
a.linkswht:hover {
	text-decoration: none; 
	}

a.brooksticket {
	font-size:18px;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: underline;
	}
	
a.brooksticket:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #FF0000;
	}


/************** header tag styles **************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1, h2, h3, h4, h5 {
	color: #454545;
	}

h1 {
	margin-top: 0px; 
	margin-bottom: 18px; 
	padding-top: 12px; 
	font-size: 22px; 
	font-weight: bold; 
	text-indent: 16px; 
	background: url(http://www.cfmt.org/images/bee_t.gif) 0 0 no-repeat;
	}
	
h2 {
	margin-top: 18px; 
	margin-bottom: 2px; 
	font-size: 14px; 
	font-weight: normal; 
	text-transform: uppercase; 
	}
	
h3 {
	margin-top: 18px; 
	margin-bottom: 6px; 
	font-size: 14px; 
	font-weight: bold;
	}

h4 {
	margin-top: 12px; 
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: normal;
	}
	
h5 {
	margin-top: 16px; 
	margin-bottom: 6px; 
	font-size: 12px; 
	font-weight: bold;
	}

.notopmargin {
	margin-top: 0px;
	}

.topmargin2px {
	margin-top: 2px;
	}

.topmargin16px {
	margin-top: 16px;
	}

.cccfBlue {
	color: #006699;
	}

.black {
	color: #000000;
	}

.red {
	color: #FF3300;
	}

.brown {
	color: #6C4C35
	}

.brooksorange {
	color: #EF741D
	}

.underln {
	text-decoration: underline;
	}

.small {
	font-size: 10px; 
	color: #000000;
	}

.noteBox {
	color: #000000; 
	background-color: #FDE098; 
	margin: 4px; 
	padding: 8px 12px;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	position: absolute; 
	width: 900px; 
	height: auto; 
	margin: 0px; 
	padding: 0px;
	}

#masthd {
	position: absolute; 
	width: 900px; 
	height: 178px; 
	top: 0; 
	left: 0; 
	float: left;
	}

#leftcolumn {
	position: absolute; 
	top: 178px; 
	left: 0; 
	margin: 0px; 
	padding: 0px 0px 40px 0px; 
	width: 176px; 
	float: left; 
	background-color: #FDE098;
	}

#nav {
	float: left; 
	height: auto; 
	width: auto;
	}
	
#nav ul {
	margin: 0px; 
	padding: 0px; 
	width: 162px;
	}
	
#nav li {
	position: relative; 
	list-style: none; 
	margin: 0px 0px 0px 15px; 
	padding: 10px 0px;
	}
	
#nav li a {
	color: #000000; 
	font-size: 11px; 
	display: block; 
	text-decoration: none;
	}
	
#nav li a:hover {
	display: block; 
	background-color: #FFFFFF;
	}
	
#nav>ul a {
	width: auto;
	}

#nav ul ul {
	position: relative; 
	top: 0; 
	left: 10px; 
	width: 140px; 
	margin: 0px; 
	padding: 0px; 
	display: none;
	}
	
#nav ul ul li {
	position: relative; 
	list-style: none; 
	margin: 0px; 
	padding: 4px 0px;
	}
	
#nav ul ul a {
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 12px;
	}
	
#nav ul ul a:hover {
	display: block; 
	background-color: #FFFFFF;
	}
	
#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	}

#middlecolumn {
	position: absolute; 
	margin: 0px; 
	padding: 0px; 
	top: 178px; 
	left: 176px; 
	width: 548px; 
	height: auto; 
	float: left;
	}

#content {
	position: relative; 
	width: 508px; 
	height: auto; 
	margin: 0px 20px 20px 20px; 
	background-color: #FFFFFF; 
	text-align: left;
	}

#contentholiday {
	position: relative; 
	width: 508px; 
	height: auto; 
	margin: 0px 20px 20px 20px; 
	background: url(http://www.cfmt.org/images/snow_flake06_bg.gif) 0 0 no-repeat; 
	text-align: left;
	}

#footer {
	position: relative; 
	width: 508px; 
	height: auto; 
	margin: 0px 10px 10px 20px; 
	padding: 2px; 
	background-color: #FFFFFF; 
	text-align: center;
	}
	
#footer p {
	font-size: 10px; 
	color: #666666;
	}
	
#footer a {
	font-size: 10px; 
	font-weight: normal; 
	color: #996600; 
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #996600;
	}

#footernav {
	margin: 20px 0px;
	}
	
#footernav a {
	font-size: 10px; 
	font-weight: normal; 
	color: #996600;
	}
	
#footernav a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #996600;
	}

#rightcolumn {
	position: absolute; 
	top: 178px; 
	left: 724px; 
	margin: 0px; 
	padding: 0px 0px 40px 12px; 
	width: 160px; 
	height: auto; 
	float: left; 
	border-left: solid 2px #FDE098;
	}
	
#rightcolumn p { 
	margin-top:6px;
	font-size:12px; 
	color: #666666;
	}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #caption h1{ font-size:16px; font-weight: bold;	}
#imageData #caption a{ font-weight: bold; text-decoration:underline;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }