/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #000066;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000066;
}

/* directly modify the properties of individual items */
/* #e0_0o {
	background-color: red;
}
#e0_22i {
	color: yellow;
	font-weight: bold;
}
*/

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #bbd7ff;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #AACCFF;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #bbd7ff;
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #AACCFF;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #bbd7ff;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #AACCFF;
}
/*#e0_24i {
	color: #CC0000;
	font-weight: bold;
}
*/

.white_heading {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#address {
	padding: 3px;
	border: 1px dotted #aaccff;
}
.white-blue {
	background-image: url(../images/white-blue.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AACCFF;
}
.blue-white {
	background-image: url(../images/blue-white.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AACCFF;
	font-weight: bold;
	color: #000066;
}
#page_title {
	padding: 3px;
	border: 1px dotted #aaccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	letter-spacing: 0.1em;
	background-image: url(../images/blue-white.jpg);
	background-repeat: repeat-x;
}
.blue_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 0.1em;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.highlight_text {
	color: #CC0033;
	font-weight: bold;
}

.list {
	text-align: center;
	padding: 2px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dotted_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AACCFF;
}
#events {
	border: 1px dotted #AACCFF;
}
