body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	/* Alternative background
	background-color: #e9e6db;
	background-image: url(site_images/body_bg.gif);*/
	background-image: url(background.jpg);
	background-color: #F1F1F1;
	background-repeat: repeat-x;
	}

a:link, a:visited
{
	color: #D55A1B;
	text-decoration: none;
}

a:hover
{
	/*text-decoration: underline;*/
	border-bottom: 1px dashed #D55A1B;
}

div
{
	margin: 0px;
}


#newseventscontainer
{
	height: 0px;
}

#newsevents 
{
	position: absolute;
	top: 470px;
	margin-left: -30px;
	visibility: hidden;
	width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #c5beac;
	padding: 3px;
	padding-bottom: 15px;
	font-size: 12px;
}

#container {
	margin: 0px auto;
	width: 800px;
	cursor: default;
	}

#upper {
	margin: 0px auto;
	width: 800px;
	height: 115px;
	background-color: #FFFFFF;
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	float: left;
	}

#upper .left {
	padding-top: 5px;
	margin-left: 30px;
	float: left;
	}

#upper .right {
	padding-top: 5px;
	margin-right: 10px;
	float: right;
	}

#images {
	width: 800px;
	/*height: 235px;*/
	float: left;
	background-color: #FFFFFF;
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	}

#images .left {
	float: left;
	margin-left: 7px;
	padding-bottom: 2px;
	padding-right: 3px;
	}

#images .right {
	padding-bottom: 2px;
	}

/* BEGIN MENU */

#menubar {
	/* Menu bar */
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	background-color: #FFFFFF;
	width: 800px;
	}

#menubar ul {
	/* List of menu bar */
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #FFFFFF;
	}
#menubar ul ul {
	/* Submenu positioning */
	padding: 3px;
	margin-top: 3px;
	margin-left: -14px;
}
#menubar li {
	/* Menu bar items */
	float: left;
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	height: 20px;
	cursor: pointer;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 20px;
	width: 80px;
	}

#menubar a {
	/* Menu bar item links */
	text-decoration: none;
	display: inline;
	margin-right: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #7E724A;
	background-color: #FFFFFF;
	}

#menubar li:hover a {
	/* Menu bar item links hover */
	color: #000000;
	border-bottom: none;
	}
#menubar li:hover ul li a {
	color: #7E724A;
	}
#menubar ul li a:hover {
	color: #000000;
	}

#menubar ul li ul li {
	/* Submenu item */
	text-align: left;
	padding-left: 15px;
	width: 500px;
	cursor: default;
	}

#menubar ul li ul li a
{
	font-weight: bold;
}
#menubar ul li ul .subitem a{
	/* Submenu subitem */
	padding-left: 10px;
	font-weight: normal;
}

#menubar ul li ul li a:hover {
	/* Submenu item: mouseover */
	color: #D55A1B;
}
#menubar ul li ul li a {
	width: 500px;
	padding-right: 300px;
}

.menuitems ul {
	/* Submenu */
	overflow: hidden;
	width: 250px;
	visibility: hidden;
	background-color: #FFFFFF;
	border-top: 1px solid #c5beac;
	border-left: 1px solid #c5beac;
	border-bottom: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	}

.menuitems li:hover ul {
	/* Menu item: mouseover */
	left: auto;
	visibility: visible;
	}

/* END OF MENU */



/* BREADCRUMBS */

#bread
{
	width: 800px;
	font-size: 15px;
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	background-color: #FFFFFF;
	text-align: right;
}
#breadright
{
/*
	float: right;
	overflow: hidden;
*/
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F7F3E8;
	border: 1px solid #E4E0D5;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadright ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#breadright li
{
	padding-left: 30px;
	padding-right: 30px;
	display: inline;
	background-image: url(site_images/breadcrumarrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#breadright ul li a
{
	padding-top: 20px;
	text-decoration: none;
	border-bottom: none;
	color: #999999;
}
#breadright ul li a:hover
{
	color: black;
}

/* END OF BREADCRUMB MENU */


#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	min-height: 300px;
	float: left;
	background-image: url(site_images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 40px 70px;
	}

#content .wrapper {
	width: 610px;
	float: right;
	margin-right: 30px;
	padding-top: 18px;
	min-height: 300px;
	*min-height: 285px;
	}

#content .wrapper h1 {
	font-size: 24px;
	}

#content .wrapper h2 {
	font-size: 18px;
	margin-bottom: 5px;
	}

#content .wrapper p {
	/*margin: 0px;*/
	font: Verdana, Arial, Helvetica, sans-serif 12px;
	}

#bottom {
	width: 800px;
	height: 120px;
	float: left;
	background-color: #FFFFFF;
	border-left: 1px solid #c5beac;
	border-right: 1px solid #c5beac;
	border-bottom: 1px solid #c5beac;
	}

#bottom p {
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 60px;
	}