/* ********************************************************************** */
/* The following are styles used by the splash page.                      */
/* ********************************************************************** */
/* Used to format all links on the Splash page */
a.splash:link { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 600; 
font-size: 10pt; 
color: #ffffff;
text-decoration: none;
}

a.splash:visited { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 600; 
font-size: 10pt; 
color: #ffffff;
text-decoration: none;
}

a.splash:hover { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 600; 
font-size: 10pt; 
color: #ffffff;
text-decoration: underline;
}

/* ********************************************************************** */
/* The following are styles used by the external script /js/dn_header.js  */
/* This script is used as a common header template on all pages.          */
/* ********************************************************************** */
/* Used to format all links in the footer */
a.mainmenu:link { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 8pt; 
color: #ffffff;
text-decoration: none;
}

a.mainmenu:visited { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 8pt; 
color: #ffffff;
text-decoration: none;
}

a.mainmenu:hover { 
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 8pt; 
color: #99ccff;
text-decoration: none;
}

/* ********************************************************************** */
/* The following are styles used consistently throughout the website */
/* ********************************************************************** */
/* Used as the body background for all pages */
body
{
	background-color: #AFB0CF;
}

/* Used as the regular heading text throughout the website to complement the text style .textsmallwhite (in white)*/
.headsmallgold {
text-align: left;
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: bold;
font-size: 8pt; 
color: #F1A452;
/*color: #E99D4C;*/
text-decoration: none;
}

/* To be used as the regular text throughout the website */
.textsmallwhite {
	text-align: left;
	margin: 8px 20px 8px 20px;
	font-family: verdana, arial, helvetica;
	font-variant: normal;
	font-size: 8pt;
	color: #ffffff;
	line-height: 11pt;
	/*color: #E2CBA4;*/
}

/* Used as the general style for all links */
a:link {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 7.5pt; 
color: #cccccc;
text-decoration: none;
}

a:visited {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 7.5pt; 
color: #cccccc;
text-decoration: none;
}

a:hover {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 400; 
font-size: 7.5pt; 
color: #000000;
text-decoration: underline;
}

/******************************/
/*  HOME PAGE   styles        */
/******************************/

/* To be used for the Events listing */
.Events {
margin: 5px 10px 5px 10px;
}

.EventsTitle {
font-family: tahoma, arial, helvetica, sans-serif;
letter-spacing: .2pt;
line-height: 1.4;
font-variant: normal; 
font-weight: 400;
font-size: 11px;
color: #EAB30D /*D5A30A*/;
}

.EventsHead {
font-family: tahoma, arial, helvetica, sans-serif;
letter-spacing: .2pt;
line-height: 1.4;
font-variant: normal; 
font-weight: 800;
font-size: 10.5px;
color: #000000/*#666699*/;
}

.EventsText {
font-family: tahoma, arial, helvetica, sans-serif;
letter-spacing: .2pt;
line-height: 1.4;
font-variant: normal; 
font-weight: 400;
font-size: 10.5px;
color: #000000;
}

a.more:link {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 300; 
font-size: 7.5pt; 
color: #000066;
text-decoration: underline;
}

a.more:visited {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 300; 
font-size: 7.5pt; 
color: #000066;
text-decoration: underline;
}

a.more:hover {
font-family: verdana, arial, helvetica;
font-variant: normal; 
font-weight: 300; 
font-size: 7.5pt; 
color: #980101; /*#ff0033;*/
text-decoration: none;
}


