/* Global Styles */
/*--------------  basic tag styling -------------*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background:#003366 url(../img/hanleyShade.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
}

/* ID Styles */
#wrapper {
	/*--- centers everything on page ---*/	
	position:relative;
	width: 960px;
	background:#99ccff;
	/*--- realligns text to left (for IE) ---*/
	text-align:left;
	height: 2820px;
	margin: 0 auto;
	text-align: left;
}
#border, #footer {
	width:960px;
}
#navigation, #main, #form, #sidebar {
	float:left;
}
#navigation {
	width:165px;
	height: 450px;
	padding-top:30px;
	padding-bottom:225px;
	background: url(../img/navigationShade.jpg) repeat-x;
}
/*#main, #form {
	padding:10px 20px 6px 20px;
	width:795px;
	height:1000px;
}*/
#header {
	height:127px;
	background:url(../images/palms.jpg) no-repeat 0px 0px #3366CC;
}
#border {
	background-color:#ccff99;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}
h1 {
	font-size:24px;
	color:#036;
	letter-spacing:.1em;
	line-height:30px;
	padding-bottom: 12px;
	text-align:center;
}
h2 {
	font-size: 18px;
	color: #360;
	letter-spacing: 0.1em;
	padding: 14px 0px 0px 24px;
	font-weight: bold;
}
ul {
	list-style:none;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#3366CC;
}	
#navigation ul {
	border-top:solid 2px #C0DFFD;
}
#navigation li {
	border-bottom:solid 2px #C0DFFD;
}
#navigation a {
	font-size:11px;
	color:#003366;
	line-height:16px;
	letter-spacing:.1em;
	display:block;
	padding:8px 6px 10px 26px;
}
#navigation a:hover {
	background-color:#ffffff
}

#footer p {
	padding:24px 10px 10px;
	font-size: 9px;
	text-align: center;
}
#clear {
	clear: both;
}
#dateformat {
	padding:10px 10px 10px 24px;
	font-size:11px;
	color:#003366;
	letter-spacing:.2em;
}
.smallText {
	font-size:9px;
	line-height: 14px;
	padding-bottom: 10px;
}
#boundedText {
	width: 700px;
	float: left;
}
#boundedText p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.2em;
	padding-top: 18px;
	padding-left: 24px;
	color: #036;
}
#form {
	height: 800px;
	width: 520px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.5em;
	vertical-align: -10%;
}
