body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/Old Paper.gif);
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
	border: 0;
	font-size: .85em;
	}

.heading1 {  
	font-family: Lucida Calligraphy, Lisbon Cursive, Chancery Cursive, FormalScrp421 BT;
	font-size: 125%; 
	font-weight: bold; 
	color: #993300;
	}

.heading2 {  
	font-family: Lucida Calligraphy, Lisbon Cursive, Chancery Cursive, FormalScrp421 BT; 
	font-size: 110%; 
	font-style: normal; 
	font-weight: bold; 
	color: #993300;
	}
.heading3 {  
	font-family: Lucida Calligraphy, Lisbon Cursive, Chancery Cursive, FormalScrp421 BT; 
	font-size: 100%; 
	font-style: normal; 
	font-weight: bold; 
	color: #993300;
	}

.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	}
			

#navbar {
		width: 30%;
		vertical-align: top;
		font-size: 85%;
	}

#navbar a { /*/*/
	padding: 3px;
	display: block;
	border: 2px dotted #CCCCCC;
	text-decoration: none;
	line-height: 1em; /*/*/
	}

#navbar a:link, #navbar a:visited {
	color:#666666;
	}

#navbar a:hover, #navbar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000000;
	}

#sidebar ul{ /*/*/
	padding-left: 1em;
	margin-left: 1em;
	list-style-type: none; /* */
	}

#sidebar li {	/*/*/
	margin: 0px 0px 6px 0px; /* */
	}

#footer {
	color: #CC6600;
	font-size: 85%;
	horizontal-align: center;
	vertical-align; 
	}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	}

#current a {
			color: #FFFFFF !important;
			/*/*/background-color: #999999 !important;
			border: 2px dotted #999999 !important; /* */
}

