body 
{
	background-color: #eee9e4;
}
body a:link {
    color: #999966;
    text-decoration: none;
	font-weight: bold;
}
body a:visited {
    color: #999966;
    text-decoration: none;
	font-weight: bold;
}

#titleH1 {
    text-align: center;
    font: normal 48px/68px Monotype Corsiva;
    color: #999966;
}
#titleH1 a:hover {
    text-decoration: none !important;
}
#titleH2 {
    text-align: center;
    font: normal 22px/22px Monotype Corsiva;
    color: #999966;
    margin-bottom: 10px;
}

#main 
{
	width: 972px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}
#main a:hover, #issuesSpan:hover {
    text-decoration: underline;
}


#leftCol
{
	width: 180px;
	float: left;
	margin-right: 8px;
}
#leftTop {
    color: #89A6A0;
    background-color: #E6EEEC;
    border: 4px solid #89A6A0;
    text-align: center;
    margin-bottom: 10px;
    font: 15px/19px arial;
}
#leftTopInner {
    margin: 12px 8px 10px 8px;
    height: 285px;
}
#leftTopInner a {
    text-decoration: none;
    font-weight: bold;
    color: #777;
}
#left ul {
    margin-top: 9px;
    padding-left: 0px;
    text-align: center;
	list-style: none;
}
#left ul li {
    height: 45px;
    background-color: #999966;
    margin-bottom: 9px;
    text-align: center;
    vertical-align: middle;
}
#left ul li a:hover, #left ul li:hover a, #left ul li.active a {
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 30px;
    text-decoration: none;
    font: 14px/14px arial;
    text-align: center;
    display: block;
    vertical-align: middle;
}
#left ul li a {
    color: #fff;
	padding: 8px 0 6px;
    height: 30px;
    text-decoration: none;
    font: 14px/14px arial;
    text-align: center;
    display: block;
    vertical-align: middle;
}
#left ul li a:hover {
    text-decoration: none;
}
#left .item-1 a:hover, #left ul li:hover .item-1 a, #left ul .item-1 current active a, #left .item-1 a {
    padding: 14px 0 0;
}
#leftBottom {
    color: #89A6A0;
    background-color: #E6EEEC;
    border: 4px solid #89A6A0;
    text-align: center;
    padding: 12px 8px 10px 8px;
    margin-bottom: 10px;
    font: 15px arial;
}
#leftBottom a {
	font-weight: bold;
	color: #777;
}
#mainCol
{
	width: 542px;
	float: left;
	background-color: #f5f3f2;
	padding: 0 5px;
}
#villPic1, #villPic2, #villPic3, #villPic4, #villPic5 {
    float: left;
    text-align: center;
    font: normal 16px/18px Monotype Corsiva;
    color: #999966;
}
#content-area {
    padding: 10px;
    border: 1px solid #96b9d3;
    clear: both;
    background-color: #fff;
    margin-top: 30px;
    min-height: 545px;
    float: left;
    width: 520px;
	font: normal 12px/15px arial;
}
.col1 {
	width: 46%;
	float: left;
	clear: left;
	margin-left: 10px;
}
.col2 {
	width: 46%;
	float: right;
	clear: right;
}
.col1col2span {
	width: 500px;
	float: left;
	background-color: #fff;
	padding: 0 14px 10px 14px;
}
#frontFoot1, #frontFoot2 {
    float: left;
    margin: 0 9px 0 26px;
}
#frontFoot3 {
    float: left;
    margin: 0 16px 0 16px;
}
#content-area ul {
    padding: 5px;
	margin: 0;
	list-style: none;
}
#content-area li {
    padding-left: 22px;
    background: url(../images/li_bullet.png) no-repeat 0 3px;
}
#rightCol
{
    color: #999966;
    background-color: #d9d5c4;
    border: 4px solid #999966;
    padding-top: 10px;
    text-align: center;
    width: 215px;
    float: right;
    overflow: hidden;
}
.clr {
    clear: both;
}
#footer {
    background-color: #e3DED3;
	position: relative;
    padding-top: 10px;
	width: 100%;
	height: 34px;
	margin: 30px auto 0 auto;
	text-align: center;
}
#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #777;
}
#issuesSpan {
	font-weight: bold;
	color: #999966;
}
#issuesSpan:hover {
	cursor: pointer;
}