/* CSS Document */
/* class and tag details */
html,body{margin:0;padding:0}
body{
	text-align:left;
	background-image:  url(img/bkg-reeds.jpg);
	background-repeat: repeat-x;
	background-color: #C8F1FC;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
}
a{
	color: #621652;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: 0887B6;
	text-decoration: underline;
	font-weight: bold;
}

/* layer details */

div#container{
	width:765px;
	margin:0 auto;
	}
div#container2{
	width:765px;
	margin:0 auto;
	}
div#header{
	padding-left:38px;
	padding-top: 20px;
}
div#tagline {
	padding-top:3px;
  	padding-left:380px;
}
div#picstrip {
	width:765px;
	padding-top:24px;
	vertical-align: bottom;
}
div#wrapper{
	width:765px;
	background-color: #A2DCEB;
	top: 290px;
}
div#content{
	line-height:1.2;
	float:left;
	width:334px;
	padding-left:16px;
	padding-bottom: 18px;
	text-align:left;
	padding-right: 10px;
	background-color: #A2DCEB;
}
#announce {
	background-color: #FFCC66;
	border: 1px solid #006699;
	font-size: 90%;
	padding: 16px;
	padding-bottom: 16px;
}
div#calendar{
	float:left;
	width:173px;
	padding:0 8px 0 14px;
	text-align:left;
	background-color: #A2DCEB;
}
div#navigation{
	float:left;
	width:176px;
	border-bottom: solid #752264 3px;
	padding-bottom: 18px;
	padding-left: 22px;
	padding-right: 12px;
	vertical-align: top;
	background-color: #61A59B;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(img/hnav_bkg.gif);
}
div#navigation a{
	color:#FFFFFF;
}
div#navigation a:hover{
	color:#621652;
}
div#footer{
	width:765px;
	clear:left;
	text-align: center;
	background-color: #61A59B;
	color: #FFFFFF;
	font-size: 80%;
}
div#backtotop{
	clear:left;
	width:740px;
	text-align: right;
	font-size: 75%;
	padding: 12px 12px 12px;
	line-height: 1.4em;
}
.dkgreen {
	color: #335B02;
}
.navfont {
	line-height: 1.8em;
}
.standard {
	line-height: 1.1em;
	font-size: 90%;
}
.copy120apple {
	font-size: 120%;
	font-weight: bold;
	color: #DAFB5D;
}
