/* Global Styles */

body {
	background-repeat: repeat;
	background-position: center center;
	background: #666666;
	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: #000000;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 100%;
}


	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("navigation/db_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("navigation/db_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	color: #FFFFFF;
	letter-spacing:0.4em;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	word-spacing: 0.5em;
	background-color: #000000;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	}

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

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:4px;
	background-image: none;
	}
	
.pageName{
	color: #000000;
	line-height:normal;
	letter-spacing:0.2em;
	text-align: center;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 16px;
	}
.days_story {
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	background-position: left;
}

	
.subHeader {
	color: #FF6600;
	line-height:16px;
	letter-spacing:0.2em;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 14px;
	font-weight: bold;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	color: #000000;
	line-height:normal;
	letter-spacing:0.1em;
	text-decoration: none;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	color: #FF0000;
	letter-spacing: .2em;
}
.caption_bold {
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 12px;
	font-weight: 500;
	word-spacing: 0.2em;
	color: #000000;
	letter-spacing: 0.2em;
}
.title	{
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:30px;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 24px;
	font-weight: bold;
	word-spacing: 0.5em;
	}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	word-spacing: 0.2em;
	line-height: 18px;
}
.bodyTextWhite {
	color:#CCCCcc;
	line-height:20px;
	margin-top:4px;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subHeaderAlt {

	color: #000000;
	line-height:16px;
	letter-spacing:0.2em;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 14px;
	font-weight: bold;
}
.description_text {
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	word-spacing: 0.1em;
}
.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	word-spacing: .3em;
}
#Sublogo {
	color: #FF6600;
	letter-spacing:0.25em;
	line-height:normal;
	font-family: "Comic Sans MS", Arial, "Arial Black";
	font-size: 14px;
	font-weight: bold;
	word-spacing: normal;
	background-color: #000000;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

