body {
  text-align: center;
  background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

#events {
margin-left: 30px;
margin-right: 30px;
}

.event1 {
padding-top: 20px;
}

A:link {
	COLOR: #FF6600; text-decoration: none
}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF7F00; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 1px solid #018843;
}

#page_header {
  height: 120px;
  background: #9ACD34 url('../img/header.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#content_wrapper {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:00px;
  margin-right:0px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF7F00;
  padding:4px;
  border: 1px solid #017F01;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF7F00;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #017F01;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #017F01;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #017F01;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 60px;
  background-color: #99CC33;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
#menuList {
	position:relative;
	font-size:1em;
	z-index:100;
	margin: 0px;
	padding: 0px;
}


/*		Navigation core 	*/

#navex {
	position: relative;
	margin: 0 0 0 0;
}

#navex ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#navex li {
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

#navex a {
	margin: 0;
	display: block;
}

#navex li ul {
	width: 100%;
	min-width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

#navex li.selected ul, #navex li:hover ul {
	visibility: visible;
	left: 0;
}

#navex li.selected ul {
	z-index: 10;
}

#navex li:hover ul {
	z-index: 100;
}

#navexList:after {
	content: ".";
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

/*		Navigation make-up 	*/

#navex {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #FF7F00;
	margin: 0em auto 0em;
	border: 1px solid #03c;
	border-width: 1px 0;
	width: auto;	/* this value should be close to what is needed for elements to stay on one line */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navex a {
	color: #fff;
	text-decoration: none;
	padding: 0.5em 5px 0.7em;
}

#navex li {
	margin: 0;
	border-right: 1px dotted #fff;
}

#navex li:hover {
	color: #000;
	background-color: #eee;
}

#navex li:hover ul {
	background-color: #eee;
}

#navex li:hover a {
	color: #000;
}

/* always pay attention that this two values are such that it is possible to move the mouse over to submenu */
#navex li ul {
	line-height: 2.5;
	top: 2em;
	color: #000;
	background-color: #ccc;
}

#navex li li {
	border-right: 1px dotted #999;
}

#navex li li a {
	color: #000;
}

#navex li li a:hover {
	text-decoration: underline;
}

/* fix the colors for selected item and submenu, for better usability */

#navex li.selected a, #navex li.selected, #navex li.selected:hover a {
	color: #000;
}

#navex li.selected, #navex li.selected:hover a, #navex li.selected:hover ul {
	background-color: #ccc;
}


/* IE5/Mac: \*//*/

#navexList {
	display: inline-block;
}

#navex a {
	float: left;
}

#navex li ul {
	top: 1.8em;
	height: 2em;
}

#navex li li, #navex li li a {
	display: inline;
	float: none;
}

/*  */

/*]]>*/
</style>
[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
	#navexList {
		height: 1%;
	}

	#navex li ul {
		height: 2em;
		width: expression(document.all.navList.offsetWidth + 'px');
	}

	body {
		behavior: url("code/ADxMenu.htc");
	}
</style>
<![endif]
