body {
	font-size: 1em;
	background-color: #BEBEBE;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	clip:   rect(auto auto auto auto);
	margin-top: 0px;
}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-variant: small-caps;
	background-color: #000000;
	padding: 3px;
	text-align: center;
}
.pageTitle {
	font-size: 1.5em;
	text-decoration: underline;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #999999;
	text-decoration: none;
}

.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #FFFFFF;
	background-color: #666666;
	font-variant: small-caps;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 0px;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
.headerLinks a{
	text-decoration: none;
	color: #FFFFFF;
}
.headerLinks a:hover{
	color: #333333;
}


#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #666666;
	color: #333;
	font-size: 0.75em;
	text-align: left;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #666666;
		border-right: 10px solid #666666;
		background-color: #333333;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}
html>body #button li a {
		width: auto;
		}
#button li a:hover {
		border-left: 10px solid #FFFFFF;
		border-right: 10px solid #FFFFFF;
		background-color: #333333;
		color: #fff;
		}
.outerTable {
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	background-color: #CCCCCC;
	padding: 6px;
}
.gallery {
	font-size: 1.25em;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px;
}

