@charset "utf-8";
/* Typography */

body {
	color: #CCFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;	
}
h1 { font: small-caps 34px "Trajan Pro", "Times New Roman", serif; }
h2 { font: 20px "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif; }

a:link, a:visited, a:active {
	color: #b1b9d0;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #FFCC01;
}

/* Top menu links */
#header a:link, #header a:visited, #header a:active {
	color: #FFCC01;
	border-left: 7px solid #454c5f;
	text-decoration: none;
}
#header a:hover { text-decoration: none; border-left: 7px solid #FFCC01;}
#header a.headlogo { float: left; display: inline; border-left: none; }

/* Nav menu links */
div.moduletable_menu ul a {
	font-family: Stencil, Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #454c5f;
}
div.moduletable_menu ul a:link, div.moduletable_menu ul a:visited, 
div.moduletable_menu ul a:active {
	color: #FFFFDD;
	text-decoration: none;
}
div.moduletable_menu ul a:hover {
	text-decoration: none;
	background-color: #1c212f;
	color: #FFCC01;
}
div.moduletable_menu #active_menu { background-color: #1c212f; text-decoration: underline;}
div.moduletable_menu ul li ul li a { font-size: 13px; }
div.moduletable_menu ul li ul li ul li a { font-family: Verdana, Arial; font-size: 10px; }

/* Main content body */
#content {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFFFEE;
}
table { line-height: 1em; }

div.moduletable_latest {
	border-top: 2px solid #161d30;
}

#rightcol h3 {
	font-family: "Eras Bold ITC", Arial, Helvetica, sans-serif;
	color: #272e41;
	text-decoration: underline;
	padding: 2px 0 0 0;
}

#footer {
	color: #FFFFEE;
}

.createdate { font-style: italic; }
.latestnews { font: 20px, "Eras Demi ITC", Verdana, Arial, sans; text-decoration: none; }