

body
{
	background-color: #DFDFDD;
	font-family: arial, verdana;
	margin:0px;
}

#siteBody
{
	width:878px;
	background-color:#ffffff;
}

#borderLeft
{
	background: #DFDFDD URL('borderLeft.gif') top right repeat-y;
	border-top: solid 1px #DFDFDD;
}
#borderRight
{
	background: #DFDFDD URL('borderRight.gif') top right repeat-y;
	border-top: solid 1px #DFDFDD;
}

#slogan
{
	background-color: #1F1A17;
	border-bottom: solid 1px;
}
#elements
{
	background-color: #A9A9A9;
	text-align:right;
}

#events
{
	background:  #096539 URL('green.jpg') center center no-repeat;
	color: #ffffff;
	font-size: 0.7em;
	border-left: solid 1px #ffffff;
}

#events div
{
	overflow:hidden;
	height:112px;
	width: 130px;
	padding: 4px;
}

#events ul
{
	margin-top: 2px;
	margin-left: 16px;
}

#events a
{
	color: #ffffff;
	text-decoration: none;
}
#events a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#barLeft
{
	background-color: #848283;
	height: 6px;
	border: solid #ffffff 1px;
	border-bottom: solid #ffffff 2px;
	border-left: 0px;
	width: 170px;
}
#barCenter
{
	background-color: #009241;
	height: 6px;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 2px;
	border-left: 0px;
	border-right: 0px;
	width: 578px;
}
#barRight
{
	background-color: #848283;
	height: 6px;
	border: solid #ffffff 1px;
	border-bottom: solid #ffffff 2px;
	border-right: 0px;
	width: 130px;
}

#barLeft img, #barCenter img, #barRight img
{
	height:6px;
}

#menuContainer
{
	background-color: #009241;
	border-right: solid 1px #ffffff;
	vertical-align: top;
}

#menuContainer table
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
	width:100%;
}

#menuContainer table td
{
	border-bottom: solid 1px #848283;
	padding-left: 10px;
	vertical-align: center;
	height: 16px;
	font-size: 0.7em;
	font-weight: bold;
}

#menuContainer table td:last-of-type
{
	border-bottom: 0px;
}

.UIMenuItem, .UIMenuItem a
{
	color: #666666;
	text-decoration: none;

}

.UIMenuItemSelected
{
	background: url('arrow_sel.gif') center left no-repeat;
}
.UIMenuItemSelected, .UIMenuItemSelected a
{
	color: #009241;
	text-decoration: none;
}

.UISubMenu
{
	padding: 10px;
}
.UISubMenu ul
{
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 16px;
}

.UISubMenu li, .UISubMenu li a
{
	list-style-image: url('dot.gif');
	color: #666666;
	text-decoration: none;
	padding-bottom: 2px;
}

.UISubMenu li.UISubMenuItemSelected, .UISubMenu li.UISubMenuItemSelected a
{
	list-style-image: url('arrow_sel2.gif');
	color: #009241;
	text-decoration: none;
	padding-bottom: 2px;
}


#sponsors, .UISponsors
{
	border-left: solid 1px #ffffff;
	vertical-align: top;
}

#sponsors table, .UISponsors table
{
	width:100%;
	text-align: center;
	vertical-align: top;
}

#sponsors img, .UISponsors img
{
	border: 0px;
	margin:2px;
	margin-bottom: 4px;
}

.UISponsorHeader
{
	background-color:  #848283;
	font-size: 0.7em;
	color: #ffffff;
	height: 16px;
	padding: 4px;
	font-weight: bold;
	border-bottom: solid 4px #ffffff;;
}

.UIContentContainer
{
	padding: 10px;
	font-size: 0.7em;
	vertical-align: top;
	border-left: solid 2px #848283;
	border-right: solid 2px #848283;
	
	color: #333333;
	line-height: 1.2em;
}

#bottom
{
	background: #3A3633 url('bottom.gif') top left repeat-x;
	height: 24px;
}
#bottom img
{
	height: 24px;
}

.sessionheader a
{
	color: #ffffff;
}