body , p, td, table
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #585858; /*666666*/
}
h1, h2, h3, .h1, .h2, .h3, .headertext
{
 	color:#000033;
	font-family:Book Antiqua, Times New Roman, Times, serif;
	font-style:italic;
	font-size:19pt;
	font-weight:normal;
}
h2, .h2
{
	font-size:16pt;
	font-weight:normal;
}
h3, .h3
{
	font-size:14pt;
	font-weight:normal;
}
#tdHeader, #tdFooter, .tdHeader, #logoarea, #logoarea td, #logoarea tr
{
	background-image:url(../images/backgroundHeader.jpg);
	background-color:#BE7031;
	font-family:Arial, Helvetica, sans, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	height:90px;
}
#tdMain
{
	background-color:#FFFFFF;
	width:900px;
	border:1px solid #956E49;
	border-top:none;
	border-bottom:none;
}
#divMain
{
	
}
#navMain
{
	width:199px;
}
.navOption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#856141;
	border-bottom:1px solid #CCCCCC;
	width:175px;
	margin-left:7px;
	height:23px;
	padding-top:6px;
	padding-left:5px;
	cursor:hand;
}
.optionflyout
{
	background-image:url(../images/LeftNavArrow.jpg);
}
.flymenu
{
	z-index:100;
	display:none;
	width:175px;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:3px;
}
.flyout, .flyouthover
{
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
	cursor:hand;
}
.flyouthover
{
	background-color:#F6E9DC;
}

#divCenter
{
	border-left:1px solid #956E49;
}
.divCenter
{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#divLowerLeft
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#tdFooter
{
	height:30px;
}
.linksmall
{
	font-size:8pt;
}
.linklist
{
	margin-bottom:10px;
}
.dropdownlink, .dropdownlink:hover, .dropdownlink:visited, .dropdownlink:active, 
.flyoutlink, .flyoutlink:hover, .flyoutlink:visited, .flyoutlink:active
{
	font-size:8pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#856141;
}
.menulink, .menulink:hover, .menulink:visited, .menulink:active, .menulink_n, .menulink_n:hover, .menulink_n:visited, .menulink_n:active
{
	font-size:10pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#856141;
}
.menulink:hover
{
	text-decoration:underline;
}
a 
{  
	color: #336699
}
a:hover 
{  
	color: #3399CC
}
a:visited 
{  
	color: #336666
}
a:active 
{  
	color: #339999
}

.bodytext 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #585858; /*666666*/
	line-height:1.5;
}
.hr
{
	color: #CCCCCC; 
	height:1px; 
	border:1px dotted #CCCCCC;
}
.textsmall
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #666666;
}

.widthfullpage
{
	width:900px;
}

/*Calendar Styles*/
.calHeaderText
{
}
.calHeaderBack
{

}
.datetext
{
	color:#666666;
	font-family: arial, helvetica, sans, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.datetextcurrent
{
	color:#000000;
	font-family: arial, helvetica, sans, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.calBack
{
	background-color:#FFFFFF;
}
.calWeekDays
{
	background-color:#dadada;
	font-family:arial, helvetica, sans, sans-serif;
	font-weight:bold;
	font-size:10pt;
}
.calCurrentDay
{
	background-color:#dadada;
}
.eventlink
{
	font-size:9pt;
}
/*End Calendar Styles*/

/*BLOG STYLES*/
/**********Added Lisa 10/12/2009*************/
/*Hide menu options, rss feeds and searchbox at top*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 12px 0;
	display: inline;
	float:left;
}
.post_content
{
	margin-top:-10px;
}
/*END BLOG STYLES*/

/*POPUP BUBBLE STYLES*/
#bubble
{
	display:none;
}

a.trigger, a.trigger:hover, a.trigger:active, a.trigger:visited, .post_content a.trigger, .post_content a.trigger:hover, 
.post_content a.trigger:visited, .post_content a.trigger:active
{
	text-decoration:none;
	border-bottom:1px dotted black;
}

/* Bubble pop-up */

.popup 
{
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	margin:0;
	padding:0;
	max-width:500px;
	text-align:left;
}

.popup td.corner 
{
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(/images/bubble-1.png); }
.popup td.top { background-image: url(/images/bubble-2.png); }
.popup td#topright { background-image: url(/images/bubble-3.png); }
.popup td.left { background-image: url(/images/bubble-4.png); }
.popup td.right { background-image: url(/images/bubble-5.png); }
.popup td#bottomleft { background-image: url(/images/bubble-6.png); }
.popup td.bottom { background-image: url(/images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/images/bubble-8.png); }

.popup-contents 
{
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	text-align:left;
	background:#FFFFFF;
}

@media:print
{
	.noprint
	{
		display:none;
		width:0px;
		overflow:hidden;
	}
}