/* Global Styles */

body {
	background-color: #FFFFCC;
	font-family: Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}	

td, th {
	font-family: Verdana;
	font-size: 14px;
	line-height: 24px;
	color: #CCFFCC;
	visibility: visible;
}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Verdana;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Verdana;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{
	font:14px Verdana;
	color: #993300;
	letter-spacing:0.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Verdana;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Verdana;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Verdana;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}
	
.subHeadertop {
	font:bold 18px Verdana;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Verdana;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.title {
	font-family: Verdana;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.subtitle {
	font-family: Verdana;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #5C743D;
}

.headersmall {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #5C743D;
}

.nav {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.dingbat {
	font-family: Verdana;
	font-size: 18px;
	color: #660000; 
    font-weight: bold; 
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}	

