.bodyheads {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2A4467;
}

.bodylinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #2A4467;
}
.bodylinks A:link {
    color: #2A4467;
	text-decoration:underline
}
.bodylinks A:visited {
    color: #2A4467;
	text-decoration:underline
}
.bodylinks A:hover {
    color:#CEBE0C;
	text-decoration:underline
}
.bodylinks A:active {
    color:#CEBE0C;
	text-decoration:underline
}

.bodytext {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.navbarlinks {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #A0C2F0;
}
.navbarlinks A:link {
    color: #A0C2F0;
	text-decoration:none
}
.navbarlinks A:visited {
    color: #A0C2F0;
	text-decoration:none
}
.navbarlinks A:hover {
    color:#CEBE0C;
	text-decoration:none
}
.navbarlinks A:active {
    color:#CEBE0C;
	text-decoration:none
}

.minilinks {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A4467;
}
.minilinks A:link {
    color: #2A4467;
	text-decoration:none
}
.minilinks A:visited {
    color: #2A4467;
	text-decoration:none
}
.minilinks A:hover {
    color:#CEBE0C;
	text-decoration:none
}
.minilinks A:active {
    color:#CEBE0C;
	text-decoration:none
}

.subheads {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2A4467;
}
.upcomingevent {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.tableheads {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2A4467;
}

.tablelinks {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2A4467;
}
.tablelinks A:link {
    color: #2A4467;
	text-decoration:underline
}
.tablelinks A:visited {
    color: #2A4467;
	text-decoration:underline
}
.tablelinks A:hover {
    color:#CEBE0C;
	text-decoration:underline
}
.tablelinks A:active {
    color:#CEBE0C;
	text-decoration:underline
}

.tabletext {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#menu{
	position:relative;
	z-index:1;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	list-style:none;
}
li ul{
	position:relative;
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
}
li{
	position:relative;
	border:0px;
	padding:0px;
	margin:0px;
	color:#2A4467;
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, sans-serif;
}
.subMenu{
	background-repeat:no-repeat;
}
.click{
	color:#CEBE0C;
}
.click ul{
	display:block;
}
.hover, ul li a:hover{
	cursor:pointer;
	color:#CEBE0C;
}
li a{
	width:100%;
}
li a, li ul li a, li.hover ul li a{
	text-decoration:none;
	color:#2A4467;
}
li.hover a, li ul li.hover a{
	color:#CEBE0C;
	text-decoration:none;
	font-size: 11px;
	line-height: 15px;
}
