body {
	background-color: #8A1D1D;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#holder {
	margin:0px auto;
	border:4px solid #ffffff;
	width:893px;
	padding:0px;
	background-color:#ffffff;
}   
#topMenu {
	background-color:#738C5A; 
	height:34px; 
/*	border-right:1px solid #BDEFA5;*/
	background-image:url(images/bar.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	clear:both;
	padding-left:178px;
	line-height:15px;
}
#topMenu a, #topMenu a:visited, #topMenu a:active {
	font-size:10px;
	display:block;
	float:left;
	padding:3px 6px 0px 6px;
	border-left:1px solid #E8F6E1;
	border-right:1px solid #BDEFA5;
	font-weight:bold;
	color:#6B835A; 
	text-decoration:none;
}
#topMenu a:hover {
	display:block;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	background-color:#738C63;
}
#topMenu a.clicked {
	display:block;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-color:#738C63;
}
#topMenu a.clicked:hover, #topMenu a:active{
	border-bottom-color:#738C63;
	background-color:#738C63;
	color:#ffffff;
}
.accessLink{
	display:block;
	width:100%;
	text-align:center;
	margin:0px auto;
	padding:0px;
}
.accessLink li{
	list-style:none;
	display:inline
}
#mainContent {
	background-color:#ffffff;
}
#topBox, #midBox {
	margin-bottom:4px;
}
#botBox {
	float:right;
	width:713px;
}
.newsSml {
	width:176px;
	height:200px;
	background-image:url(images/sml-red.gif);
	overflow:hidden;
}
.img {
	width:713px;
	height:200px;
	float:right;
	overflow:hidden;
}
.midLeft {
	width:176px;
	height:179px;
	background-image:url(images/sml-green.gif);
	overflow:hidden;
}
.midCent {
	width:354px;
	height:179px;
	background-image:url(images/big-red.gif);
	float:right;
	margin-right:5px;
	overflow:hidden;
}
.midRight {
	width:354px;
	height:179px;
	background-image:url(images/big-blue.gif);
	float:right;
	overflow:hidden;
}
.botLeft {
	width:176px;
	height:362px;
	background-image:url(images/long-green.gif);
	background-color:#ffffff;
	overflow:hidden;
}
.botTopRight {
	width:354px;
	height:179px;
	background-image:url(images/big-red.gif);
	float:right;
	overflow:hidden;
}
.botTopCent {
	width:354px;
	height:179px;
	background-image:url(images/big-green.gif);
	float:right;
	margin-right:5px;
	overflow:hidden;
}
.botBotRight {
	width:354px;
	height:179px;
	background-image:url(images/big-green.gif);
	float:right;
	margin-top:5px;
	overflow:hidden;
}
.botBotCent {
	width:354px;
	height:179px;
	background-image:url(images/big-blue.gif);
	float:right;
	margin-top:5px;
	margin-right:5px;
	overflow:hidden;
}
h1 {
	color:#ffffff;
	font-size:17px;
	margin:2px 0px 0px 5px;
	font-weight:normal;
}
ul li {
	list-style-image:url(images/li-arrow.png);
	list-style-position:outside;
	list-style-type:none;
	margin-left:-17px;
	margin-bottom:7px;
}
ul li.cal {
	list-style-image:none;
	list-style-type:disc;
}
li a, li a:visited, li a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
li a:hover {
	text-decoration:underline;
}
.botLeft p, .midLeft p {
	margin:15px 5px 0px 5px;
}
p {
	margin:15px 5px 0px 10px;
}
p img {
	float:right;
	margin:0px 5px 0px 10px;
	border:1px solid #ffffff;
}
p a, p a:visited, p a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
p.more a, p.more a:visited, p.more a:active {
	background-image:url(images/li-arrow.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;
}
p a:hover {
	text-decoration:none;
}