/* Global Styles */
#content {
	overflow: scroll;
    }

body {
	margin:0px;
	background-color: #FFFFFF;
	}
	
td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #006600;
	font-weight:bold;
	}
	
a:hover {
	color: #003366;
	}

/* ID Styles */

#navigation td {
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	}
	
#navigation a:hover {
	color:#006600;
	text-decoration: underline;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.2em;
	padding-left: 5px;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:24px;
	letter-spacing:0.2em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	line-height:16px;
	letter-spacing:0.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	line-height:30px;
	}

.quotesmall {
	font: bold;
	color: #336600;
	line-height:18px;
	font:bold;
	}
	
.quotealt {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	line-height:18px;
	font:bold;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:14px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-weight: bold;
	}
	
/* FOOTER -------------------------------------------------- */

#footer {
	font-family: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 1px;
}

#footer ul {
  text-align: center;  /* Centers all the text in the footer div */
  margin: 10px 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
	}

#footer a:link, #footer a:visited {
	margin: 5px; /* Adds 5 pixels of space all around the links to give them breathing room within the footer */
	font-size: 90%; /* Sets the font size to 80% of the user's browser preference, */
	color: #000000; /* Sets the text colour of the links */
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #009900; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
}

#table a:link, #table a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
#table a:hover, #table a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
#tablecontent {
}


.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Puts a border around the image */
}

.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 8px; /* Adds 8 pixels of space to the left of the image so that it does not touch the text */
}

.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
