* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 40px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	background-color: #E3E3C7;
}

#header {
	width: 860px;
	height: 160px;
	background-image: url(../_images/_graphics/header_bkgrnd.gif);
	float: left;
}

#clear {
	float: both;
}
a #logo{
	width: 259px;
	height: 70px;
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
	border: none;
}
#tabs {
	height: 24px;
	width: 860px;
	float: left;
	position: relative;
	top: 59px;
}
#tab {
	margin-right: 8px;
	margin-left: 5px;
	border: none;
}

#content{
	width: 860px;
	background-color:#666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	float: left;
}
#text {
	background-color: #003366;
	width: 780px;
	float: left;
	margin: 30px;
	padding: 10px;
}
#text h1{
	color: #FFF;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	clear: both;
	text-align: left;
}
#text  p{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFF;
	font-size: 14px;
}
#text p  a, ul li a{
	color: #FFF;
	text-decoration: none;
}
#text ul {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#text ul li {
	font-size: 14px;
	color: #FFF;
}
#footer_links p a {
}
p a:hover {
	color: #8CC63F;
}
#slideshow {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer {
	float: left;
	width: 860px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/_graphics/footer_bkgrnd.gif);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
}
#footer_links {
	width: 400px;
	margin-left: 230px;
	float: left;
}
#footer_links p a{
	color: #003366;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 100px;
	text-decoration: none;
	font-size: 12px;
}
#footer_links p a:hover {
	color: #8CC63F;
}
#copyright {
	float: left;
	clear: both;
	margin-top: 20px;
	text-align: center;
	width: 860px;
}
#copyright p {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
}
#copyright img {
	text-align: center;
	margin: 10px;
	border: none;
}

