#container {
	width: 1000px;
	cursor: auto;
}
#header {
	background-color: #E5E5E5;
	height: 120px;
	width: 995px;
	font-size: 2.4em;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #000;
	margin-top: 45px;
}
#topnav {
	width: 1000px;
	text-align: center;
	color: #CCC;
	margin-top: 130px;
	margin-bottom: 10px;
	background-color: #003;
	clear: both;
}
#main {
	text-align: left;
	width: 670px;
	color: #333;
	float: right;
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#sidebar {
	width: 240px;
	background-color: #E5E5E5;
	text-align: center;
	float: left;
	clear: none;
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#footer {
	background-color: #E5E5E5;
	width: 990px;
	border-top-width: 4px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
	border-left-width: 3px;
	clear: both;
	padding: 5px;
}
.floatimage {
	clear: right;
	float: right;
	margin-left: 10px;
	border: 2px solid #000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagecenter {
	clear: both;
	float: none;
	border: 2px solid #000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
body {
	background-color: #003;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #003;
}

h2 {
	font-size: 1.6em;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font-size: 3em;
	color: #003;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #333;
	margin: 5px;
	text-align: left;
	text-indent:0.7em;
	line-height: 1.8em;
}
.p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #333;
	text-indent: 0.6em;
	line-height: 1.7em;
}
.floatleft {
	clear: left;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.floatimageup{
	clear:left;
	float:left;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:8px;
	padding-top:0px;
}
a:link{
	color:#003;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	color:#039;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#999;
	text-decoration:underline;
	font-weight:bold;
}
a:active{
	color:#003;
	text-decoration:none;
	font-weight:bold;
}
#container #header a .floatimageup {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #footer {
	font-size: 0.9em;
	line-height: 1em;
	text-align:left;
}
.p2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding: 10px;
	text-indent: -10px;
}
