/* Global Styles */

body {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
td {
	font:11px Arial, sans-serif;
	color:#003366;
	}
	
a {
	color: #003366;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 0px solid #C0DFFD;
	}
	
#navigation a {
	font: 10px Arial, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("arrow.jpg") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #D3DCE6 url("arrow.jpg") 14px 45% no-repeat;
	color:#3366CC;
	}
	
#logo 	{
	font:24px Arial, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Arial, sans-serif;
	color: #FFFFFF;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Arial, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font: 12px Arial, sans-serif;
	color: #3366CC;
	letter-spacing:.1em;
	}

.quote {
	font: 20px Arial, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Arial, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
-->#dd {
  margin-left: 1%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #2F5375;
  padding: 4px 4px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 115px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #C4CFD5;
}

.submenu {
  background: #C4CFD5;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  width: 140px;
  color: #2875DE;
}

.submenu a:hover {
  background: #66849C;
  color: #FFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
