/* BEGIN BLOCK STYLE */
	.block {
		width: 90%;
		margin: 0px auto 14px auto;
	}
	
	.block .title {
		text-align: center;
	}
	
	.block-block {
		background-color: white;
	}
	
	/* BEGIN BLOCK-SEARCH STYLE */
		.block-search {
			background-color: white;
			padding: 10px 0px 10px 0px;
		}
		
		.block-search .title {
			display: none;
		}
		
		.block-search .content {
			text-align: center;
		}
	/* END BLOCK-SEARCH STYLE */
	
	/* BEGIN BLOCK-EVENT STYLE */
		.block-event {
			background-color: white;
		}
		
		.block-event .title {
			display: none;
		}
		
		.block-event .event-calendar table {
			margin: 10px auto 10px auto;
		}
		
		.block-event table {
			border: 1px solid white;
		}
		
		.block-event table thead {
			background-color: #666633;
		}
		
		.block-event table thead th {
			border-width: 0px;
		}
		
		.block-event table thead a {
			color: white;
		}
		
		.block-event table {
		}
		
		.block-event table tr td {
			background-color: #D9D9B3;
			border: 1px solid white;
			text-align: center;
			padding: 1px;
		}
		
		.block-event table tr td.days {
			color: white;
			background-color: #9A6600;
		}
	
		.block-event table tr td.today {
			background-color: white;
		}
	/* END BLOCK-EVENT STYLE */
	
	/* BEGIN BLOCK-MENU STYLE */
		.block-menu {
		}
		
		.block-menu .title {
			display: none;
		}
		
		.block-menu ul {
			margin: 0px;
			padding: 0px;
		}
		
		.block-menu .menu li {
			font-size: 13px;
			font-weight: normal;
			background-color: white;
			margin: 10px 10px 10px 0px;

		}
		
		.block-menu .menu li ul li {
			display: inline;
			padding: 0px;
		}
		
		.block-menu .menu li ul li a, .block-menu li ul li a:active, .block-menu li ul li a:visited {
			color: #9A6600 !important;
			font-family: Arial, Verdana, sans-serif !important;
			font-size: 10px;
			font-weight: normal;
			text-decoration: underline !important;
			display: inline;
			background-image: none;
			padding: 0px 2px 0px 0px;
		}
	
		.block-menu .menu li ul li a:hover {
			background-color: #9A6600 !important;
			color: #fff !important;
		}
	/* END BLOCK-MENU STYLE */
	
	/* BEGIN BLOCK-USER STYLE */
		.block-user {
			background-color: white;
		}
		
		.block-user .title {
			display: none;
		}
		#block-user-1 a 
		{
			font-size: 11px;
			text-decoration: underline;
			font-weight: normal;
			font-family: Arial, Verdana, sans-serif !important;
		}
		#block-user-1 a:hover
		{
			background-color: #9A6600 !important;
			color: #fff !important;
		}
		
		.block-user .content ul li
		{
			padding: 0;
			margin: 0;
		}
	/* END BLOCK-USER STYLE */
/* END BLOCK STYLE */

/* BEGIN MAIN MENU STYLE */
	.menu {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.menu li {
		margin: 0 0 0.8em 0 !important;
		padding: 0.3em;
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		list-style-image: none;
		list-style-type: none;
	}
	.menu li.collapsed ul{
		display: block;
		visibility: visible;
	}
	
	.menu li.leaf a {
		text-transform: capitalize !important;
	}
	.menu li a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #660000 !important;
		background: transparent url( images/arrow16x22.gif ) no-repeat left;
		padding: 2px 2px 2px 22px;
		text-transform: uppercase;
		font-size: 12px;
	}
	.menu li .nolink-expanded {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #660000 !important;
		background: transparent url( images/arrow16x22.gif ) no-repeat left;
		padding: 2px 2px 2px 22px;
		text-transform: uppercase;
		font-size: 12px;
	}
	.menu li a:active {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #660000;
		background: transparent url( images/arrow16x22.gif ) no-repeat left;
		padding: 2px 2px 2px 22px;
	}
	.menu li.leaf a.active {
		color: #660000 !important;
		background: transparent url( images/tanfade.gif ) repeat-x left;
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #CC9933;
		font-weight: bold;
		text-decoration: none !important;
		text-transform: uppercase;
	}
	.menu li a:hover {
		color: #fff !important;
		background-color: #660000 !important;
		text-decoration: none !important;
	}
	.menu li.leaf a.active:hover {
		color: #fff !important;
		background: #660000 none no-repeat left !important;
	}
/* END MAIN MENU STYLE */

/* BEGIN HOME PAGE MENU STYLE */
	#homeMenu a {
		color: #9A6600;
		text-decoration: none;
		font-size: 13px;
	}
	
	#homeMenu a:hover {
		color: #9A6600;
		text-decoration: underline;
		font-size: 13px;
	}
/* END HOME PAGE MENU STYLE */
#mainColumn li
{
	padding-bottom: 3px !important;
}