body {
	margin: 0;
	background: #669999;
	
}

#main {
	color: #663300;
	background: #FBF6EB;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}

#top {
	text-align: center;
	width: 850px;
	height: 85px;
	margin-bottom: 0px;
	background: url(../images/top_title.gif) no-repeat top center #669999;
}

#container {
	position: absolute;
	top: 85px;
	width: 850px;
	background: #FBF6EB;
}

#nav {
	width: 850px;
	height: 37px;
	text-align: center;
	padding-top: 10px;
	background: url(../images/nav_background.gif) no-repeat top left #FBF6EB;
}

.link {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.link a {
  color: #003333;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.link a:hover {
  color: #339999;
  text-decoration: none;
}

.link a:active {
  color: #669999;
  text-decoration: none;
}

#content {
	position: absolute;
	top: 36px;
	width: 850px;
	background: #FBF6EB;
}

#content p { 
    color: #003333;
	font-size: 12px; 
	line-height: 160%; 
}

.floatleft {
	float: left;
	padding: 15px 0px 15px 8px;
}

#title {
	float: left;
	width: 536px;
	margin: 0px 20px 0px 11px;
	padding-top: 25px;
}

#subNav {
	float: left;
	width: 254px;
	margin: 0px 0px 0px 11px;
	padding-top: 8px;
}

#subNav .type {
    color: #336666;
	font-size: 10px; 
	font-family: Verdana;
	font-weight: normal;
	padding-bottom: 8px;
}

#subNav .type2 {
    color: #336666;
	font-size: 10px; 
	font-family: Verdana;
	font-weight: normal;
	font-style: italic;
	line-height: 150%;
}

#subNav .img {
  border: 0px;
}

#subNav a {
	color: #339999;
	text-decoration: none;
}

#subNav a:hover {
	color: #003333;
	text-decoration: none;
}

#imageMain {
	width: 535px;
	float: left;
	margin: 0px 20px 26px 20px;
}

#imageMain .img {
  border: 0px;
}

#imageMain a {
	color: #339999;
	text-decoration: none;
}

#imageMain a:hover {
	color: #003333;
	text-decoration: none;
}

#description {
	float: left;
	width: 254px;
	margin: 0px 20px 26px 0px;
}

#description p {
	font-family: Georgia, serif;
	font-size: 12.5px;
	color: #663300;
	line-height: 155%;
	text-align: left;
}

#description a {
	color: #003333;
	text-decoration: none;
}

#description a:hover {
   color: #339999;
   text-decoration: none;
}

#description h3 {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #003333;
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 12.5px;
	color: #663300;
	line-height: 125%;
	text-align: left;
}

ul a {
	color: #003333;
	text-decoration: none;
}

ul a:hover {
  color: #339999;
  text-decoration: none;
}

li {
	font-family: Georgia, serif;
	font-size: 12.5px;
	color: #663300;
	line-height: 125%;
	text-align: left;
	list-style: disc;
}

li a {
	color: #003333;
	text-decoration: none;
}

li a:hover {
  color: #339999;
  text-decoration: none;
}

#leftMain {
	float: left;
	width: 350px;
	margin: 0px 15px 10px 20px;
}

#leftMain p {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #003333;
	line-height: 180%;
	text-align: left;
}

#rightMain {
	float: left;
	width: 445px;
	margin: 0px 20px 10px 0px;
}

#rightMain p {
	font-family: Georgia, serif;
	font-size: 12.5px;
	color: #663300;
	line-height: 155%;
	text-align: left;
}

#footer {
	width: 850px;
	height: 50px;
	text-align: right;
	background: url(../images/footer_img.gif) no-repeat top left #669999;
	font-family: Georgia, serif;
	font-size: 9px;
	color: #99CCCC;
	line-height: 135%;
	padding-top: 7px;
}

.copyright {
  text-align: left;
  margin-top: -12px;
}

.footerlink {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

.footerlink a {
	color: #99CCCC;
    text-decoration: none;
}

.footerlink a:hover {
	color: #FFFFFF;
    text-decoration: none;
}

