body 
	{ 
	background-color: #faebd7; 
	color: #000000;  
	font-family: comic sans ms, arial; 
	font-size: 14px;
	}

	
/* IDs */
	
#header
	{	
	font-size: 34px;
	font-weight: bold;
	font-family: segoe print;
	text-align: center;
	}

#leftcol2
	{
	font-family: comic sans ms, trebuchet ms;
	font-size: 14px; 
	float: left;
	width: 33%;
	padding: 10px;
	border-top-style: ;
	border-width: 2px;
	border-color: #ccccff;
	}


#middlecolext2
	{
	font-family: comic sans ms, book antiqua; 
	font-size: 15px; 
	float: left;
	width: 62%;
	padding: 10px;
	margin: 2px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-width: 2px;
	border-color: #ccccff;
	}
	

#update
	{
	font-family: arial, trebuchet ms;
	font-size: 16px;
	clear: both;
	padding: 1px;
	text-align: center;
	}	
	
#menubar
	{
	font-family: arial, trebuchet ms;
	font-size: 12px;
	clear: both;
	padding: 1px;
	text-align: center;
	}	

HR
	{ 
	size: 1; 
	width: 100%; 
	color: #ccccff;
	}

H1
	{ 
	font-family: book antiqua, trebuchet ms; 
	font-size: 24px; 
	text-align: center;
	text-decoration: underline;
	}
	
H2
	{ 
	font-family: book antiqua, trebuchet ms;
	font-size: 20px;
	text-align: left;
		}	
		
H3
	{ 
	font-family: harrington;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	padding: 3px; 
	border-bottom-style: dotted;
	border-width: 2px;
	border-color: #ccccff;
	}		
H4
	{
	color: #000000; 
	font-weight: bold;
	font-size: 18px;
	padding: 3px; 
	border-bottom-style: dotted;
	border-width: 2px;
	border-color: #ccccff;
	}		

	
/* CLASSES */

.lineabove {
		padding-top: 6px;
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;
		}
	
.fancyfont {font-family: segoe print, tempus sans itc, bradley hand itc; 
		font-size: 16px;}
.plainfont {font-family: book antiqua; }
.border { border: medium }

.cen { text-align: center }
.left { text-align: left }
.right { text-align: right }
.UL { text-decoration: underline; }
.IT { font-style: italic }
.B { font-weight: bold }
.noB { font-weight: normal }
.small { font-size: 14px }
.smalltext { font-size: 10px }
.imp { color: red }

.bgcwh { background: #ffffff }
.bgcblu { background: #99ccff }
.bgcora { background: #ffcc66 }
.bgcgrn { background: #ccffcc }
.bgcyel { background: #ffffcc }
.bgcpur { background: #ccccff }
.bgcpin { background: #ffcccc }
.bgcgry { background: #c0c0c0 }
.bgcbla { background: #000000 }
.bgcnpu { background: #c5bcc4 }
.bgcmainbg { background: #f8f4e8 }

.indent { text-indent: 15px }
.listsq	{ list-style-type: square } 
.listcir	{ list-style-type: circle }
.listrom	{ list-style-type: lower-roman } 

/*
#menubuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}*/

#menubuttons ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: book antiqua, arial ;
	font-size: 14px;
}
#menubuttons li a {
	color: #000000 ;
	background-color: #f8f4e8 ;
	border: 1px outset #b37d00 ;
	padding: 4px ;
	text-decoration: none ;
	display: inline ;
}
#menubuttons li a:visited {
	color: #990099 ;
	background-color: #f8f4e8 ;
}
#menubuttons li a:hover {
	color: #000000 ;
	background-color: #ffffff ;
}


