body {
	background-color: #4A6C77;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/*
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/

#wrapper {
	width: 770px;
	border: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: #4F8A9E;
}
#header {

}

#nav_bar {
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-color: #4F8A9E;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #A68028;
}

#subnav {
	float: right;
	width: 175px;
	background-color: #BF8230;
	margin: 0px;
	padding: 0px;
	height: 550px;
	overflow-y: auto;
	background-image: url(GUIsGraphic2.png);
}
#content {
	width: 593px;
	color: #1A5468;
	background-color: #96C1CF;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 550px;
	border-right-color: #A68028;
	border-right-style: solid;
	border-right-width: 2px;
	overflow-y: auto;
	border-bottom-color: #A68028;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
}
#content h2 {
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
#nav_bar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_bar li {
	display: inline;
}
#nav_bar li a {
	display: block;
	float: left;
	padding: 8px;
	height: 20px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #CFDCE6;
}

#nav_bar li a:hover {
	background-color: #1A5468;
	color: #FEE09B;
}
#nav_bar li.current a {
	background-color: #96C1CF;
	color: #1A5468;
}
#nav_bar li.current a:hover {
	background-color: #96C1CF;
	color: #1A5468;
	}
#subnav ul {
	text-decoration: none;
	display: list-item;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav ul li {
	text-align: left;
	color: #E3CACC;
	padding-top: 40px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;

}
#subnav ul li ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
}
#subnav ul li ul li a{
	display: list-item;
	text-align: left;
	text-decoration: none;
	color: #E3CACC;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnav ul li ul li.current a{
	font-weight: bold;
	color: #501117;
	background-color: #ABBC82;
}
#subnav ul li ul li a:hover{
	font-weight: bold;
	color: #501117;
}
#subnav .thumb_img {
	margin: 10px;
	padding: 11px;
	border: 2px solid #74A8A1;
	cursor: pointer;
}

#content p {
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 30px;
	font-weight: normal;
	padding-right: 30px;
}
#content ul {
	text-align: left;
	padding-left: 75px;
	font-size: 14px;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
	margin-top: 10px;
}
#content ul li {
	padding-bottom: 7px;
}

#content #photo_large {


}

#content #frmFeedback fieldset {
	background-color: #FEE09B;
	padding: 0px;
	margin: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A68028;
	border-bottom-color: #A68028;
	min-height: 320px;
}
#content #frmFeedback legend {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #1A5468;
}
#content #frmFeedback input.text {
	width: 400px;
}
#content #frmFeedback textarea {
	width: 475px;
}
#content #frmFeedback input.text:focus, #content #frmFeedback textarea:focus {

}











#footer {
	height: 40px;
	background-color: #4F8A9E;
	color: #1A5468;
	clear: both;
	font-size: 100%;
	margin-left: 0px;
	padding-top: 0px;
}
