@charset "utf-8";
body {
	margin: 0px;
}

#top {
	background-color: #75A23B;
	height: 20px;
	width: auto;
	line-height: 20px;
}
#top #insidetop {
	background-color: #004F96;
	height: 20px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}
#topbanner {
	height: 88px;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	background-color: #CCCCCC;
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/navrepeat.jpg);
	background-repeat: repeat-x;
}
#topnav #insidetopnav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#topnav ul {
	list-style-type: none;
	margin-left: -40px;
}
#topnav li {
}

#topnav #insidetopnav .firstbutton a {
	display: block;
	text-align: center;
	width: 100px;
	float: left;
	line-height: 32px;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 30px;
	background-image: url(images/nav1stbutton.jpg);
	background-position: left top;
	font-weight: bold;
	color: #393738;
}
#topnav #insidetopnav .firstbutton a:hover {
	display: block;
	text-align: center;
	width: 100px;
	float: left;
	line-height: 32px;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 30px;
	background-image: url(images/nav1stbutton.jpg);
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
}
#topnav a {
	display: block;
	text-align: center;
	width: 100px;
	float: left;
	line-height: 32px;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 30px;
	background-image: url(images/nav100.jpg);
	background-position: left top;
	font-weight: bold;
	color: #393738;
}
#topnav a:hover {
	display: block;
	text-align: center;
	width: 100px;
	float: left;
	line-height: 32px;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 30px;
	background-image: url(images/nav100.jpg);
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
}
#subnav {
	background-color: #666666;
	height: 25px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebushet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 5px;
}

#contentcontainer {
	background-color: #F4F4F4;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/repeatwallpaper.png);
	background-repeat: repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6d9e42;
}
#contentcontainer #contleft {
	background-color: #C1E1FF;
	float: left;
	width: 200px;
}
#contentcontainer #contmid {
	background-color: #F4F4F4;
	float: left;
	height: auto;
	width: 530px;
	padding-right: 10px;
	padding-left: 10px;
}
#contentcontainer #contmid #galleryholder {
	text-align: center;
}

#contentcontainer #contright {
	background-color: #C1E1FF;
	float: left;
	height: auto;
	width: 200px;
}
#contentcontainer .clear {
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004F96;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #567731;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B38E00;
	font-size: 15px;
}



p {
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3839;
	text-align: justify;
}
.pitallic {
	font-style: italic;
}

#footer {
	background-color: #aac4dc;
	height: 80px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0f3661;
}
#footer #footertop {
	float: left;
	height: 40px;
	width: 945px;
	line-height: 30px;
	padding-left: 5px;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0f3661;
}
#footer #footerbottom {
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	float: left;
	height: 40px;
	width: 945px;
	padding-right: 5px;
}
#footer #footerbottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footerbottom a:hover {
	color: #0F3661;
}

