body {
	/*background-color: #800080;*/
	background: #942894 url(graphics/gradient.jpg) repeat-x;/* bg color of the main centered div */
	/*color: #595959;*/
	color: black;
	font: 12px/22px Trebuchet MS, "Lucida Grande", Lucida, sans-serif;
	margin: 0px;
	margin-top: 20px;
	text-align: left;
	padding: 0px;
}

/* paragraph spacing for generic blocks of text */
p { margin: 10px 20px 10px 0px; line-height: 17px; }

h1 { font: bold 18px Georgia, "Times New Roman", Times, serif; padding: 20px 20px 10px 0px; margin: 0px; color: #800080; }
h2 { font: bold 12px Trebuchet MS; padding: 10px 20px 0px 0px; margin: 0px; color: #666; }
h3 { font-weight: bold; font-size: 13px; padding: 10px 20px 10px 0px; margin: 0px; font-style: italic; color: black; }
h4 { font: bold 12px Trebuchet MS; padding: 5px 10px 0px 20px; margin: 0px; color: #000; }
h5 { font: 12px/18px Georgia, "Times New Roman", Times, serif; padding: 5px 20px 0px; margin: 0px; color: black; }
h5 a:link { color: black; }
h5 a:hover { color: #BA6E3A; }
h6 { font-weight: bold; font-size: 13px; padding: 0px; margin: 0px; }
.photocredit { font-size: 9px; color: #999; text-align: right; margin: 0px; padding: 0px;}
.photocredit p { margin: 0px; padding: 0px;}

/* bulleted lists */
ul { margin: 0px 25px 10px 0px; padding-left: 20px; }
ul li { margin-left: 0px; padding-left: 0px;}

/* form input boxes and drop-down lists */
input { font-size: 11px; }
option { font-size: 11px; }
select { font-size: 11px; }

/*a:link, a:visited { color: #000; text-decoration: none; font-weight: bold; }*/
a:link, a:visited { color: #30C; font-weight: bold; }
a:hover, a:active { color: #730073; }
img { border: none; margin: 0px; padding: 0px; }

.thumbs td { padding: 0px 0px 15px 0px; vertical-align: top; text-align: center; }

#flashcontent { color: #dcd8b6; }

#container {
	width: 850px;
	min-height: 600px;
	margin: 0px auto; /* keeps div centered when browser is resized */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#home_main {
	background-color: #efa927;/* bg color of the main centered div */
	margin: 0px;
	padding: 0px;
	min-height: 600px;
	position: relative;
}

#main {
	background-color: #fff;/* bg color of the main centered div */
	margin: 0px;
	padding: 0px;
	min-height: 600px;
	position: relative;
}

#banner {
/*border: 1px solid red;*/
	background: white url(graphics/banner.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 155px;
	position: relative;
}

#bannerbottom {
	background-color: #666;
	margin: 0px;
	padding: 0px;
	height: 2px;
	position: relative;
}
#bannerbottom2 {
	background-color: #efa927;
	margin: 0px;
	padding: 0px;
	height: 10px;
	position: relative;
}

#nav {
	/*border: 1px blue solid;*/
	background-color: #ccc;
	width: 845px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 25px;
	position: relative;
}
.navitem {
	/*border: 1px blue solid;*/
	padding: 2px 15px 2px 15px;
	float: left;
}
.navitemOn {
	background-color: #fff;
	padding: 2px 15px 2px 15px;
	float: left;
}
.navitem a:link, .navitem a:visited { font-weight: bold; color: #000; text-decoration: none; }
.navitem a:hover, .navitem a:active { color: #730073; text-decoration: none; }

.navitemOn a:link, .navitemOn a:visited { font-weight: bold; color: #730073; text-decoration: none; }
.navitemOn a:hover, .navitemOn a:active { color: #730073; text-decoration: none; }

#sidenav {
	/*border: 1px red solid;*/
	border-right: 1px #ccc solid;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	width: 200px;
	float: left;
	position: relative;
	min-height: 250px;
}
#sidenav a:link, #sidenav a:visited { font-weight: bold; color: #000; text-decoration: none; }
#sidenav a:hover, #sidenav a:active { color: #730073; text-decoration: none; }

#home {
	/*border: 1px green solid;*/
	background: white url(graphics/landing.jpg) no-repeat;
	width: 850px;
	min-height: 450px;
	padding: 5px 0px 20px 0px;
	margin: 10px 0px 0px 0px;
	position: relative;
	color: black;
}
#home p { padding: 0px 620px 5px 20px; }
#home ul { margin: 0px 35px 10px 20px; padding-left: 20px; }
#home ul li { margin-left: 0px; padding-left: 0px; line-height: 16px; }
#home h2 { padding: 5px 20px 0px 20px; font-size: 16px; letter-spacing: 1px; }


#content {
	/*border: 1px green solid;*/
	width: 590px;
	min-height: 450px;
	padding: 0px 20px 20px 10px;
	margin: 0px 0px 0px 220px;
	position: relative;
}

#content img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#footer {
	color: #000;
	font-size: 11px;
	margin: 5px 20px 20px 20px;
}
