/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px Century Gothic;
	color:#CCCCCC;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	color: #5C743D;
	letter-spacing:.2em;
	line-height:24px;
	background-position: center bottom;
	font-family: Century Gothic;
	font-size: 24px;
	}

#tagline 	{	
	font:11px Century Gothic;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Century Gothic;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Century Gothic;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodytext {
	font: 12px Century Gothic;
	color:#CCCCCC;
	line-height:20px;
	}
	
.pageName{
	font: 18px Century Gothic;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Century Gothic;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Century Gothic;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 12px Century Gothic;
	color: #CCCCCC;
	line-height: 22px;
	}
	
.navText {
	font: 11px Century Gothic;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
form.contact fieldset {
	border: 2px solid #CCCCCC;
	padding: 2;
	margin: 0;
	margin-top: 15px;
	margin-bottom: -5px;
}

form.contact legend {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	padding: 5px;
}

form.contact label {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
	font: 12px Century Gothic;
	color: #CCCCCC;
}

form.contact .buttonarea input {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #000000;
}	

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
}

.introbox {
	border: solid;
	color:#FFFFFF;
	position: relative;
	height: 90%;
	width: 100%;
}	
