/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

@font-face {
	font-family:knockout;
	src: url('knockout-70.otf');
}

a:link {
color:#bf3a3e;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color:#bf3a3e;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: none;
color:#01559d;
font-weight: bold;
}
a:active {
color:#bf3a3e;
font-weight: bold;
text-decoration: underline;
}

a.white:link {
color:#ffffff;
text-decoration: underline;
font-weight:normal;
}

a.white:visited {
color:#ffffff;
text-decoration: underline;
}
a.white:hover {
text-decoration: none;
color:#cccccc;
}
a.white:active {
color:#ffffff;
text-decoration: underline;
}

.h2 {
	color:#01559d;
	font-variant:small-caps;
	font-weight:bold;
	font-size:2.5em;
}

.header {
	color:#01559d;
	font-variant:small-caps;
	font-weight:bold;
	font-size:2.2em;
}

.header2 {
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
	font-size:2.0em;
}

.header3{
	color:#23b2eb; 
	font-size:1.1em; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.events {
	color:#00aef5;
	font-weight:bold;
	font-size:1.6em;
}


#cssmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	}
#cssmenu ul{
	background:#01559d;
	height:45px;
	list-style:none;
	margin:0;
	padding:0;
	}
#cssmenu li{
	float:left;
	padding:0px;
	}
#cssmenu li a{
	background:#01559d url('images/seperator.gif') bottom right no-repeat;
	color:#ffffff;
	display:block;
	font-weight:normal;
	line-height:45px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	}
#cssmenu li a:hover, #cssmenu ul li:hover a{
	background: #c3393d /*url('images/hover.gif') bottom center no-repeat*/;
	color:#FFFFFF;
	text-decoration:none;
	}
#cssmenu li ul{
	background:#05a8f5;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:105px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
#cssmenu li:hover ul{
	display:block;
	
	}
#cssmenu li li {
	/*background:url('images/sub_sep.gif') bottom left no-repeat;*/
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	}
#cssmenu li:hover li a{
	background:none;
	
	}
#cssmenu li ul a{
	display:block;
	height:30px;
	font-size:1.2em;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
#cssmenu li ul a:hover, #cssmenu li ul li:hover a{
	background:#c3393d /*url('images/hover_sub.gif') center left no-repeat*/;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	}
#cssmenu p{
	clear:left;
	}	