body { 
	background: white url(images/bg_page.jpg) repeat-y left top; 
		}		
body, table, p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
#header  { 
	background-image: url(images/bg_texture.jpg);
	margin: 0;
	padding: 0; 
	}
#content   { 
	background: url(images/peacock2.jpg) no-repeat left top;
	margin: 0 12px 12px 0;
	padding-left: 90px;
	padding-top: 8px;
	height: 450px;
	}
#homecontent    { 
	background: url(images/bg_stainedglass.jpg) no-repeat center; 
	}
#footer {
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
h1, h2, h3, h4, h5, h6 {
	color: #0000cd;
	}
h1 {
	font-size: 1.75em;
	}
ul, li  { 
	list-style-image: url(images/bullet.gif);
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #363;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #363;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #369;
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #363;
	}

#navtable a {
	display: block;
	border: 1px solid black;
	color: #90ee90;
	padding: 2px;
	margin-right: 2px;
	font-size: 11px;
	}
#navtable a:link {
	font-weight: bold;
	text-decoration: none;
	background: #999;
	}
#navtable a:visited {
	font-weight: bold;
	text-decoration: none;
	background: #999;
	}
#navtable a:hover {
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_texture.jpg);
	color: #369;
	}
#navtable a:active {
	font-weight: bold;
	text-decoration: none;
	background: #999
	;
	}
#navtable #thispage {
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_texture.jpg);
	color: white;
	border: 1px solid #363;
	padding: 2px;
	display: block;
	margin-right: 2px;
	font-size: 11px;
	}