/* Help with this style sheet came from http://albin.net/styles/css-notes.txt */

/* ************************
 * general xhtml elements *
 ************************ */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
body {
	padding-bottom: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}
h1, h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 10px;
	color: #529C94;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 5px;
}
p {
	text-align: left;
	margin-left: 10px; 
	margin-right: 10px;
}
ul {
	font-size: 11px;
	line-height: 18px;
	list-style-type: circle;
	list-style-position: outside;
	color: #000000;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol {
	font-size: 11px;
	list-style-type: decimal;
	list-style-position: outside;
	color: #330;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #004;
}
a:visited {
	color: #004;
}
a:hover {
	color: #222;
}
/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */
div.spacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.accessibilityItems {
	display: none;
}
.centered {
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}
.greyBox {
	position: relative; 
	top: 10px; 
	width: 770px; 
	height: 450px; 
	background-color: #738CA5
}

#navnav {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	
	position: absolute;
	left: 34px;
	top: 370px;
	height: 23px;
	margin-top: 2px;
	margin-right: 6px;
	z-index: 10;
}
#navnav li {
	display: inline;
	list-style: none;
}
#navnav a {
	margin-left: 8px;
	margin-right: 10px;
	text-decoration: none;
}
#navnav a:link {
	color: #fff;
}
#navnav a:visited {
	color: #fff;
}
#navnav a:hover {
	color: #222;
}

#active a:link, #active a:visited, #active a:hover {
	color: #000;
}
#thePicA {
	position:absolute;
	left: 298px;
	top: 13px;
	width: 440px;
}
#putBorder {
	border: 10px solid #fff;
}
.textbox {
	 position: absolute; 
	 left: 39px; top: 111px; width: 687px; height: 241px; 
	 overflow:auto; 
	 scrollbar-face-color: #cccccc; 
	 scrollbar-shadow-color: #333333; 
	 scrollbar-highlight-color: #ffffff; 
	 scrollbar-3dlight-color: #ffffff; 
	 scrollbar-darkshadow-color: #cccccc; 
	 scrollbar-track-color: #ffffff; 
	 scrollbar-arrow-color: #ffffff;
}

