/*
** HTML elements
*/

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #9B8F00;
	text-decoration: none;
}

a:active {
	color: #0ABC67;
	text-decoration: none;
}

img {
border: 0px none;
}


body {
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans;
	margin-top: 2px;
	background: #CC9966 url(../images/skyslice2.jpg) repeat;
}

#wrapper {
	width: 780px;
	border: 1px none #666;
	font-family: arial,helvetica,sans;
	margin: 0 auto;
	background: #CC9966;
	
}

#header {
	position: relative;
	width: 780px;
	margin: 0px;
	padding: 0px;
	height:120px;
	border-style: none;
	background: url(../images/skybg.jpg) repeat;
}

#slides {
	position: relative;
	width: 780px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000000;
}

#slides td {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left-color: #000000;
	background: #000000;
}

#homepage {
	width: 780px;
	margin: 0px;
	padding: 15px 0px;
	text-align: left;
	background: #FFFFCC;
	height: 340px;
	color: #003366;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	}
	
	#contentpage {
	width: 780px;
	margin: 0px;
	padding: 5px 0px 0px;
	text-align: left;
	background: #FFFFCC;
	height: 1190px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #905E00;
	overflow: hidden;
	}
		#highnotepage {
	width: 780px;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	background: #FFFFCC;
	height: 1100px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #905E00;
	overflow: hidden;
	}
	
#homepageleft {
	text-align: left;
	background: #FFFFFF;
	width: 150px;
	position: relative;
	left: 0px;
	}
	
#homepagecenter {
	text-align: left;
	background: #FFFFFF;
	width: 400px;
	position: relative;
	left: 151px;
	}
	
#homepageright 
{
	text-align: left;
	background: #FFFFFF;
	width: 150px;
	position: relative;
	left: 600px;
	}

#nav {
	position: relative;
	width: 780px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #669966;
}

a.menulinks, a.menulinks:link, a.menulinks:visited {
	display:block;
	float:left;
	width:auto;
	height:25px;
	background:#669966;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	color:#ccc;
	line-height:25px;
	overflow:hidden;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;	
}

a.menulinks:hover {color:#fff; background:#0066FF;}

a.menulinks:active {color:#990000; background:#c00;}

#active {
	color:#990000
}

#nav ul {
	clear: left;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0;
	height:25px;

}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	width: 110px;
	height: 25px;
	padding-top: 4px;
	margin-right: 1px;
	color: #336699;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}

#nav ul li a:hover {
	display: block;
	text-decoration: none;
	background: #0066FF;
	color: #FFFFCC;
}

#bottomline {
	position: relative;
	width: 780px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #669966;
	font: 12px "Times New Roman", Times, serif;
	color: #CCCCCC;
}

#bottomline a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#bottomline a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#bottomline a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #CC6600;
}
strong {
	font-weight: bold;
}

.copyright {
	color: #999999;	
	text-align: center;
}

.green {
	color: #669900;	
}

.quote {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
}
