/* Global Styles */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(images/back.jpg);
	background-color: #ECE9D8;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: 0;
	}
	
a:hover {
	color: #006633;
	font-weight: normal;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}
	
#navigation a {
	font:bold 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #7E7154;
	text-decoration: none;
	letter-spacing:normal;
	display:block;
	padding: 7px;
	background-color: #DBD8BF;
	cursor: hand;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#navigation a:hover {
	color:#660A09;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#navigation a:active {
	font-weight: bolder;
}
	
#sidebar a {
	color: #99CC66;
	}

#tagline {font:12px geneva;
	color: #99CCFF;
	letter-spacing:.4em;
	}
	
	
.subHeader {
	font:bold normal 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #660A09;
	letter-spacing:.05em;
	}
#footer a {
	font-size: 10px;
	color: #7C593F;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:visited {
	text-transform: capitalize;
	letter-spacing: .1em;
}

a:link {
	color: #7E7154;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #660A09;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

a:visited {
	color: #7E7154;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.pageHeader{
	color: #003333;
	font:bold normal 18px Georgia, "Times New Roman", Times, serif;
	}
.header {
	font-weight: bold;
}
.whitebackground {
	background-color: #FFFFFF;
}
.bodytext {
	font-size: 12px;
}
