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

/* Global Styles */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../01-media/background/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
 
td {
	color:#336;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #369;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	}


/* ID Styles */
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}
	
#navigation a {
	color: #369;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 20px 45%;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	}
	
#navigation a:hover {
	color:#369;
	font-weight: bold;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: 20px 45%;
	}
	
#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:#000;
	line-height:18px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName{
	color: #000;
	line-height:normal;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	vertical-align: bottom;
	}
	
.subHeader {
	color: #369;
	line-height:normal;
	letter-spacing:.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}

.quote {
	color: #333;
	font-family: "Adobe Garamond Pro Bold";
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	}
	
.smallText {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	}
	
.navText {
	color: #000;
	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;
}

