/* Global Styles */

body {
  background: #FFD56A;
  left: 20px;
  height: auto;
  width: auto;
  border: thick none #0099FF;
	}
	
td {

	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
  line-height:10px;
  text-decoration: none;
  display:block;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 20px;
	}
	
#logo 	{

	}
	
#dateformat a {
	font:11px;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.subtitle {
	font:11px;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
  color: #FF0000;
  line-height:40px;
  font-size: 25px;
  text-indent: 20px;
	}
	
.subHeader {
  color: #000099;
  font-size: 11px;
  font-weight: bold;
	}

.quote {
	font: 20px;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
  color: #003366;
  text-decoration: none;
  font-size: 11px;
	}

