/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #99CCCC;
	background-image: none;
	background-repeat: repeat;
	background-color: #333300;
	background-position: center;
	text-align: center;
	}
	
a {
	font-weight:normal;
	text-decoration:none;
	color: #99FFCC;
	}
	
a:hover {
	color: #FFBA00;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999900;
	}

	
#navigation a:hover {
	color:#666600;
	background-color: #E1FFFF;
	}
#sidenav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999966;
	text-decoration: underline;
	letter-spacing: 0.1em;
	display: block;
}
#sidenav a:hover {
	color: #FF6600;
}
	
/* Class Styles */

.logo {
	color: #CC6600;
	letter-spacing:0.3em;
	line-height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	}
	
.tagline {
	font: 12px Arial, Helvetica, sans-serif;
	color: #996600;
	line-height:16px;
	}
	
.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#666633;
	letter-spacing:0.1em;
	}
	
.pageName {
	color: #FF6600;
	letter-spacing:0.1em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 50px;
	font-weight: normal;
	}
	
.navText {
	color: #999900;
	letter-spacing:.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.banner {
	background-image: url(../images/borders/700px/DanasDiamondBorder.jpg);
	background-repeat: repeat-x;
}

