/* Global Styles */

body {
	padding: 0px;
	background-color: #D5EDB3;
	text-align: center;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-collapse: collapse;
}

table td {
	border-width: 0px;
	-moz-border-radius: 0px;
	border-style: hidden;
}

a {
	color: #993300;
}
	
a:hover {
	color: #5C743D;
}
	
img {
	border: none;
}

h1, h2, h3, #logo {
	color: #5C743D;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	line-height:26px;
	letter-spacing:.21em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

/* ID Styles */

#box {
	width: 760px;
	align: center;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	/* padding: 10px; */
	margin: 0 auto;
	background-color: #F4FFE4;
}

#box ul {
	text-align: center;
	list-style-type: none;
}

#copyright {
	font-size:10px;
	color:#666666;
}
	
#logo {
	font-size: 25px;
	letter-spacing:.2em;
	line-height:30px;
	padding: 10px;
}

#tagline {	
	font-size: 13px;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
}
		
#navigation {
	border-width: 0px;
	-moz-border-radius: 0px;
	border-style: hidden;
	color: #993300;
	letter-spacing:.2em;
}
	
#navigation a {
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
}
	
#navigation a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
}

/* Class Styles */
	
.bodyText {
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
}

.subHeader {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
}

.quote {
	font-size: 20px;
	color: #759DA1;
	line-height:30px;
}
	
.smallText {
	font-size: 11px;
	line-height: 15px;
}
	
.navText {
	font-size: 11px;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
