@charset "utf-8";
/* CSS Document */

/* Global Styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #630;
	height: 100%;
	background-color: #996600;
}
 
td {
	color:#336;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #366;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #600;
	}


/* ID Styles */
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690;
	}
	
#navigation a {
	color: #630;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 40px;
	background: url("../01-media/misc/arrow.gif") 14px 45% no-repeat;
	font: 12px/16px Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #ffffff url("../01-media/misc/arrow.gif") 14px 45% no-repeat;
	color:#366;
	font-weight: bold;
	}
	
#logo 	{
	color: #690;
	letter-spacing:0.1em;
	line-height:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	}

#tagline 	{
	color: #630;
	letter-spacing:0.2em;
	line-height:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	color: #FFF;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#dateformat a {
	color: #FFF;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#dateformat a:hover {
	color: #FC3;
	letter-spacing:0.1em;
	font-weight: normal;
	}
	
/* Class Styles */
	
.bodyText {
	color:#633;
	line-height:18px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName{
	color: #366;
	line-height:60px;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	}
	
.subHeader {
	color: #600;
	line-height:60px;
	letter-spacing:0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}

.quote {
	color: #630;
	line-height:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}
	
.smallText {
	color: #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	}
	
.navText {
	color: #630;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	
.footerText {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat {
	color: #FFF;
	letter-spacing:0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat a {
	color: #FFF;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerformat a:hover {
	color: #FC3;
}

.copyrightText {
	color: #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
