/*
 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: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
}
.m0l0iover {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #333333;
	text-align: center;
}

/* 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 : 0px solid #000000;
	background: none;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #000000;
	background-color: none;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}
.m0l1iover {
	text-decoration : none;
	padding: 5px;
	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 #000000;
	background: #DAE2E7;
	filter: alpha(opacity=85);
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #e7f3cb;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 5px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background-color: #f7f192
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background-color: #d1e2a8;
}
#e0_24i {

}

.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;
}
#menu {
	width: 700px;
	position: relative;
}

#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: #B51A19;
	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;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgr.gif);
	background-repeat: repeat-x;
	background-color: #DAE2E7;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}
