.countdown {
	color: #003148;
	font-family: Tahoma;
	font-size: 22px;
}
.whiteheader {
	font-family:Tahoma;
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #FFF;
}
.blueheader {
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bold;
	border: none;
	color: #336699;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
}
.frontbar {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}
a.frontwhite:link {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	text-decoration: underline;

}
a.frontwhite:visited {
	color: #ffffff;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a.frontwhite:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFDF00;
	text-decoration: underline;

}
a.frontwhite:active {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
} 
a.footer:link {
	color: #336699;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	text-decoration: underline;

}
a.footer:visited {
	color: #336699;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a.footer:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}
a.footer:active {
	color: #336699;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
} 

a:link {
	color: #2A00AA;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	text-decoration: underline;

}
a:visited {
	color: #2A00AA;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #F30;
	text-decoration: underline;

}
a:active {
	color: #2A00AA;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
} 


input.smallbutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
}
.dropdown {
	font-family: Tahoma;
	font-size: 9pt;
	height: 20px;
	width: 150px;
	color: #1D80C3;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0px;
	background-color: #FFF;
	cursor: hand;
	vertical-align: middle;
	border: 1px none #FFF;

}
.membersform {
	font-family: Tahoma;
	font-size: 10pt;
	height: auto;
	color: #1D80C3;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0px;
	background-color: #FFF;
	cursor: hand;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #187BBE;
	border-left-color: #FFF;

}
.smallwhite {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}

#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none;}
#menu li {float:left; margin-left:1px;}
#menu li a {display:block; font-family: Tahoma; font-size: 14px; color: #666; background:url(images/menu_off.jpg) repeat; height:43px; line-height:43px; padding:0 20px; float:left; text-decoration:none;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background: #039 url(images/menu_on.jpg) repeat bottom; color:#336699;}
