body {margin: 0pt;
	background-image: url(bg.gif);
	/*background-color: #897838;*/
	font-family: arial, helvetica, geneva;
	font-size: 11pt;
	}
	
.pagebg	{width: 800px;
		/*background-color: #ece9d8;*/
		background-image: url(tanback.png);
		}



/* page columns, navigation & content */
.navigation	{float: left;
			width: 130px; /*Width of left column in pixels*/
			text-align:left;
			}

/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/	
/*.content	{margin: 0 0px 0 140px;
			text-align:left;}  */

.content	{text-align:left;
	margin-left: 5px;
	margin-right: 5px;}


/* set background color for navigation  */	
.navorange	{background-color: #ff3300;}
.navbrown	{background-color: #897838;}
.navyellow	{background-color: #ffff33;}
.navnavy	{background-color: #3399ff;}
.navforest	{background-color: #336600;}
.navfushia	{background-color: #cc00cc;}
.navlime	{background-color: #33ff33;}
.navlav		{background-color: #cc99ff;}

/* set right-align for sub menu  */
.navsub		{text-align:right;
		margin-right: 2px;}


/* navigation menu  - for dropdown javascript*/
#dropmenudiv{position:absolute;
			background-color: white;
			color: #ff3300;
			border-color: white;
			border-style: outset;
			border-bottom-width: 0;
			font-family: arial, helvetica, geneva;
			font-size: 12px;
			line-height:18px;
			z-index:100;
			}
		

#dropmenudiv a	{width: 100%;
				display: block;
				color: #ff3300;
				text-indent: 3px;
				border-bottom: 1px solid black;
				padding: 1px 0;
				text-decoration: none;
				font-weight: bold;
				}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
}

#menu a {
display:block; 
width:90px;
line-height:18px;
font-family: arial, helvetica, geneva;
			font-size: 12px;
border-width: medium;
border-color: white;
border-style: outset;
text-decoration: none;
text-align: center;
color:Black;
}

#menu a:hover, a:active {
text-decoration:none;
background-color:#cccccc;
color:#000;
}  

.contactbottom	{font-size: 11px;}

.navbottom	{font-size: 9px;}

.copyright	{font-size:8pt;}

.topalign:	{vertical-align:top;}

.calcontent	{text-align:left;		/* calendar content, on calendar page */
			width: 375px;
			}
			
.calcontentbold	{text-align:left;		/* calendar content, on calendar page */
				width: 375px;
				font-weight: bold;}			
			
.caldetail	{text-align:left;		/* calendar detail content */
			width: 500px;}
			
.behind		{z-index: -1;}

.txt	{text-align: left;}

.pagelabel	{font-size: 18px;
			font-weight: bold;}
			
.paralabel	{font-size: 16px;
			font-weight: bold;}	
			
.paracontent	{font-size: 14px;
			text-align: left;
			width: 660px;}
			
			
.centerpara	{width:350px;
			text-align:center;}

.centpara500	{width:500px;
			text-align:center;}	
			
		
	

