@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.home #nav, body.home #nav li.home a, #nav li.home a:hover {
	color:#004a8f
}
body.new #nav, body.new #nav li.new a, #nav li.new a:hover {
	
	color:#004a8f
}
body.gallery #nav, body.gallery #nav li.gallery a, #nav li.gallery a:hover {
	
	color:#004a8f
}
body.about #nav, body.about #nav li.about a, #nav li.about a:hover {
	
	color:#004a8f
}
body.news #nav, body.news #nav li.news a, #nav li.news a:hover {
	
	color:#004a8f
}
body.con #nav, body.con #nav li.con a, #nav li.con a:hover {
	
	color:#004a8f
}



#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eff7e7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 597px;
}
.news #container {
	height: 2000px;
}
.news #container #mainContent {
}
#sidebartop {
	width: 205px;
	height: 141px;
	margin-left:-13px;
}
.news #container #mainContent {
	height: 1500px;
}
#menu {
	width: 120px;
	height:400px;
	margin-left: -20px;
	padding-left: 40px;
	padding-top: 20px;
}
ul#nav {
	margins:0;
	padding:0;
	margin-left: -20px;
	list-style:none;
	text-decoration: none;
}
#nav li {
	margin:0;
	padding:0;
	padding-left:39px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a9d48a;
	width: 165px;
	margin-left: -13px;
	text-align: left;
	font: 14px/30px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	text-decoration: none;
}
#nav li a:link {
	text-decoration:none;
	width:120px;
	display:block;
	color:#8a4d1f;
}
#nav li a:visited {
	text-decoration:none;
	width:120px;
	display:block;
	color:#8a4d1f;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #d2e7c1;
	height: 581px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 13px;
	font-size: 12px;
}

#mainContent {
	background-color: #eff7e7;
	height: 475px;
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 30px 0 0 200px;
	padding: 0 20px 20px;
	text-align: left;
}
#h1 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	color: 004a8f;
}
#container #mainContent h1 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	color: #004a8f;
	text-align: left;
}
.about #container #mainContent p {
	text-align: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
#container #mainContent #footer {
	position:absolute;
	left:536px;
	top:547px;
	width:238px;
	height:20px;
	z-index:1;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	color: 72bf44;
	text-align: right;
}
#container #mainContent #footer p {
	color: #72bf44;
	font-size: 10px;
}
.new #container #mainContent h1 img {
}
.gallery_caption {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
}
#container #mainContent p {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	color: #000;
	text-align: left;
}
.home #container #mainContent table tr td #scrolltext {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif, "Mona Lisa Solid ITC TT";
	color: #000;
	height: 280px;
	width: 510px;
	overflow: scroll;
}
.home #container #mainContent #scroll tr td #scrolltext blockquote {
	margin-left: 100px;
}
.home #container #mainContent #scroll {
}
.home #container #mainContent #scroll tr td {
	text-align: left;
}
