/* Global Styles */

body {
	margin:10;
	background-color:#D2E9FF;
	border:#0F0
	border-width: 3;
	}

td 	{
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	}
	
a {
	color: #003;
	text-decoration:underline;
	}
	
a:hover {
	color: #900;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #53403C;
	text-decoration:none;
	letter-spacing:.2em;
	}
	
#navigation a:hover {
	color: #ffffff;
	}
	
#borderline {
	border-right:  3px double #919098
	}

/* Calendar Styles */

#calendar td {
	border:  3px double #919098;
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	}

#weekdays th {
	font-weight: bold;
	color: #919098;
	line-height:16px;
	}

#menu {
	width: 80%;
	float: none;
	background-color: 
	background: #96D12C;;
	position:absolute;
	top:108px;
	left:160px;
}

#menu ul { list-style: none; margin: 0; padding: 0; width: 145px; float: left;
    } 

#menu a, #menu h2
      { font: bold 11px/16px arial, helvetica, sans-serif;
      display: block; border-width: 1px; border-style: solid;
      border-color: #ccc #888 #555 #bbb;
      margin: 0; padding: 2px 3px; } 

    #menu h2 {
	color: #FF8635;
	text-transform: uppercase;
	background-color: #036;
    } 

    #menu a { color: #ACB; background: #efefef; text-decoration: none; }

    #menu a:hover { color: #aff; background-color:#003; }

    #menu li {position: relative;} 

    #menu ul ul { position: absolute; z-index: 500; }

    #menu ul ul ul { position: absolute; top: 0; left: 100%; } 

    div#menu ul ul,
    div#menu ul li:hover ul ul,
    div#menu ul ul li:hover ul ul
      {display: none;} 

    div#menu ul li:hover ul,
    div#menu ul ul li:hover ul,
    div#menu ul ul ul li:hover ul
      {display: block;} 

/* Class Styles */

.logo {
	font: bold 20px Times New Roman, Times, serif;
	color: #53403C;
	letter-spacing:0.3em;
	line-height:24px;
	font-family: "Times New Roman", Times, serif;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #EBDEA9;
	letter-spacing:.3em;
	line-height:16px;
	}	
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#333;
	}
		
.quote {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height:18px;
	letter-spacing:0.2em;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #003;
	line-height:16px;
	letter-spacing:0.1em;
	}
	
.header {
	color: #033;
	line-height:0px;
	letter-spacing:0.2em;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	}

.subHeader {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003;
	line-height:16px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:11px Arial, Helvetica, sans-serif;
	color: #003;
	letter-spacing:0.2em;
	line-height:16px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #53403C;
	letter-spacing:.1em;
	}
	
#footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #003;
	word-spacing: 2em;
	width: 159px;
	position: absolute;
	left: 12px;
	top: 349px;
}
