a:link {
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}
	
a:active {
	color: #000000;
	}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

a {
	text-decoration: none;
	}

body {
	margin: 0px;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	}
	
td {
	font-family: verdana;
	font-size: 7pt;
	}

.contentr {
	color: #9c2710;
	font-family: verdana;
	font-size: 9pt;
	}

.content {
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	text-align:left;
	}

a.copyright:link {
	color: #db8e81;
	}
	
a.copyright:visited {
	color: #db8e81;
	}
	
a.copyright:active {
	color: #db8e81;
	}

.copyright {
	font-family: verdana;
	font-size: 7pt;
	color: #db8e81;
	}

a.footer:link {
	color: #9c2710;
	}
	
a.footer:visited {
	color: #9c2710;
	}
	
a.footer:active {
	color: #9c2710;
	}

.footer {
	font-family: arial;
	font-size: 8pt;
	color: #9c2710;
	}

td.menuNormal
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid #9c2710;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: black;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: #d8c470;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #d8c470;
display: block;}















table.calendar {
font-family:arial;
font-size:12px;
color:#000000;
border-width: 0px;
border-style: none;
border-collapse: collapse;
background-color:#fff3c1;
width:150px;
height:150px;
}

table.calendar td {
border-width: 1px;
padding: 2px;
border-style: solid;
border-color: #cccccc;
}

.month {
font-family:georgia;
font-size:16px;
color:#ffffff;
height:30px;
background-color:#000000;
}

.day {
font-family:arial;
font-size:12px;
font-weight:bold;
color:#000000;
}

.date {
font-family:arial;
font-size:12px;
color:#000000;
}









#nav, 
#nav ul {padding:0; margin:0; list-style:none; font-size:10px; font-family:georgia; font-weight:bold; background:url(/images/spacer.gif); position:relative; z-index:100;}
.nav-border { border:1px solid #9c2710; }
#nav {height:25px; width:745px; padding:0;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#000000; height:25px; padding:0px 8px 0px 8px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:25px; width:160px; line-height:25px; border-bottom:1px solid #9c2710; float:none; color:#000000; font-size:10px; font-weight:bold; text-align:left;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; color:#b51e00;}
#nav li:hover > a { color:#b51e00;}

#nav :hover  ul {left:6px; top:25px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px; background-color:#fff7d9;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#ffeda1; color:#b51e00;  }

#nav li a:hover ul li a:hover {background:#ffeda1; color:#b51e00;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

