﻿.smalltext {
	color:#EEEEEE;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.subs {
	color:#333333;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.rightnav {
	color: #333333;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	list-style: url('images/left_nav_bullet.gif');
	margin: 0 0 0 -24px;
	line-height: 13px;
}
.dark {
	color: #333333;
	text-decoration: none;
}
.baseline{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	color: #EFEFEF;
	vertical-align: middle;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#333;
	display: block;
}
.bodytext{
	font-size: small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: normal;
}
.eventtext{
	font-size: x-small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: normal;
}
.tinytext{
	font-size: x-small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: normal;
}
h2{
	font-size: 19px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.style1 {
	background-color: #000000;
}
.style2 {
	color: #FFFFFF;
	background-color: #17223D;
}
.style3 {
	border-width: 0px;
}
.style4 {
	text-align: center;
}
.style5 {
	vertical-align: top;
}
.style6 {
	text-align: left;
	background-color: #233461;
}
.style7 {
	background-color: #16223C;
}
.style8 {
	text-align: left;
}
a:hover {
	color: #020A24;
	text-decoration: underline;
}
a {
	color: #596E99;
	text-decoration: none;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#233461;
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#233461 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:34px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#233461;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:34px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
