﻿body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}
bodyContrast {
	color: #B31B34;
}
#container {
	width: 673px;
	margin: 0px auto;
}
#top {
	color: #FFFFFF;
	width: 221px;
	height: 120px;
	background-color: #BDB6B0;
	text-align: center;
}
#topright {
	float: right;
	height: 120px;
	width: 447px;
	text-align: right;
}
.cl {
clear:both;
}
#gallery {
	width: 673px;
	padding-top: 5px;
}
#news {
	width: 213px;
	height: 490px;
	margin-top: 5px;
	background-color: #695D54;
	color: #FFFFFF;
	padding: 4px;
}
#menu {
	width: 422px;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #B31B34;
	padding: 13px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
}
#menu a {
	background-color: #B31B34;
	padding: 13px 9px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #DFDCD8;
	text-decoration: none;
	color: #000000;
}
#content {
	width: 446px;
	float: right;
	height: 498px;
	margin-top: 5px;
	background-color: #DFDCD8;
}
p {
margin: 0 0 0 0px;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}
#pad {
	padding: 12px;
	color: #000000;
	height: 425px;
	overflow: auto;
}
#footer {
	background-color: #B31B34;
	padding: 12px;
	width: 649px;
	color:#FFFFFF;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}
#footer a:visited {
	color:#000000;
}
#footer a:hover {
	color:#000000;
}
#footer a:active {
	color:#000000;
}
#footer a:link {
	color:#000000;
}
h4 {
	font-size: 180%;
	color: #B31B34;
}

/*BULLET LISTS*/
li.listexpand{
	list-style-image: none;
	font-weight: normal;
}
li.listnobullet{
	list-style-image: url('../images/clearSpacer.gif');
	font-style: italic;
	font-size: 85%;
	margin-top: 5px;
	display: none;
}
p.list{
	font-style: normal;
	font-size: 100%;
	margin-left: 10px;
	margin-top: 5px;
}