BODY {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background: #220c04 url('images/centerbg.gif') repeat-y center;
}

A {
	color:#e58d00;
}

A:hover {
	color:#004489;
}

H1 {
	color:#e58d00;
	font-size:18px;
}
H2 {
	color:#990000;
	font-size:14px;
}

.navBar {
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
}
.navItem {
	font-size:13px;
	color:#2d1005;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:13px;
	padding-right:13px;
}

.navItem A {
	color:#2d1005;
	text-decoration:none;
}

.navItem A:hover {
	color:#732609;
}

.breadcrumb {
	color:#4b4b4b;
	font-size:10px;
}
.breadcrumb A {
	color:#4b4b4b;
}

.breadcrumb A:hover {
	text-decoration:none;
}

.leftTitle {
	background-image:url(images/left-item-head-bg.gif); 
	margin-bottom:1px;
	height:21px;
	width:205px;
	padding-left:7px;
	padding-top:3px;
	font-size:14px;
	color:#FFFFFF;
}

.leftContent {
	background-color:#FFFFFF;
	border-bottom:1px solid #f9b03c;
	margin-bottom:3px;
	width:188px;
	padding-top:9px;
	padding-left:12px;
	padding-bottom:9px;
	padding-right:12px;
	color:#602007;
	
}
.leftContent LI {
	list-style-position: outside;
	list-style-image: url(images/bullet1.gif);
}

.mainContent {
	padding-top:5px;;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:25px;
	line-height:16pt;
	background-color:#FFFFFF;
	color:#220c04;
}
.copyright {
	color:#e88e00;
	font-size:10px;
	padding:10px;
}

.copyright A {
	color:#e88e00;
	text-decoration:none;
}

.copyright A:hover {
	color:#eeb254;
}

img {
	border: 0px;
}

.contentDivider {
	height:2px;
	width:100%;
	background-color:#FF9F00;
}

table.calendarTable {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #c1865d;
}
table.calendarTable td {
	padding: 3px;
}
table.calendarTable td li { 
	padding: 0px; 
	margin: 0px 0px 0px 20px; 
	text-indent: -20px;
	list-style-type: none;
}
table.calendarTable td.weekbreak {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 10px;
}
table.calendarTable td.linkPrev, table.calendarTable td.linkNext {
	text-align: center;
	width: 75px;
	background: #d49264 url('images/calendar-today-header.gif') top left repeat-x;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}
table.calendarTable td.linkPrev a, table.calendarTable td.linkNext a {
	color: #fff;
	text-decoration: none;
}
table.calendarTable td.topDate {
	text-align: center;
	background: #d49264 url('images/calendar-today-header.gif') top left repeat-x;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}
table.calendarTable td.topDate a {
	color: #fff;
}
table.calendarTable td.date {
	width: 100px;
	vertical-align: top;
	background: #fed89c url('images/left-item-head-bg.gif') top left repeat-x;
	border: 1px solid #c1865d;
}
table.calendarTable td.dateothermonth {
	width: 100px;
	vertical-align: top;
	background: #dcdcdc url('images/calendar-othermonth-header.gif') top left repeat-x;
	border: 1px solid #999999;
}
table.calendarTable td.date#todaydate  {
	background: #d49264 url('images/calendar-today-header.gif') top left repeat-x;
	font-weight: bold;
}
table.calendarTable td.events {
	vertical-align: top;
	border: 1px solid #c1865d;
}
table.calendarTable td.eventsothermonth {
	vertical-align: top;
	border: 1px solid #999999;
}
table.calendarTable td.events#todayevents {
	background: #feeed4;
}
table.calendarTable a.event {
	font-weight: bold;
}
table.calendarTable a.member {
	font-style: italic;
}
li.pastevent {
	color: #999999;
}
