body {	
	background-color: #01694E;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Lucinda Sans, Sans Serif;
	font-size: 14px;
	margin: 0px;
}

#container {
	height: 100%;
	width: 960px;
	margin: 0px auto;
  	background-color: #FFFFFF;
  	border: none;
}

#header {
  	padding: 20px 10px;
  	border: none;
}

#logo {
	width: 242px;
	float: left;
}

#nav {
  	float: right;
  	font-size: 14px;
}

#nav ul {
	margin-top: 46px; 
  	list-style-type: none;
  	float: right;
  	font-weight: bold; 
  	text-align: right;
  	display: inline; 
}

#nav li {
	display: inline;
}

#nav li a { 
  	margin: 0px 12px; 
  	color: #006B52; 
  	text-decoration: none;
}

#nav li a:hover { 
  	border-bottom: thick solid #006B52;
} 

a:link, a:visited, a:active{
  	color: #006B52; 
  	font-weight: bold; 
  	text-decoration: none; 
}

a:hover {
  	color: #999999;
  	font-weight: bold;  
  	text-decoration: none;
}

#content {
	padding: 0px;
	height: 100%;
}

.left {
	padding: 0px;
	height: 100%;
	width: 580px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.right {
	background-color: #EEEEEE;
	border: thin solid #006B52;
	margin: 20px 30px 0px 0px;
	padding: 0px 20px 4px 20px;
	height: 100%;
	float: right;
}

#footer {
	clear: both;
	border: none;
  	margin: auto;
	padding: 20px 30px 55px;
	height: 100%;
	font-size: 10px;
	text-align: right;
}

span.title {
  	color: #01694E;
  	font-weight: bold;
  	font-size: 20px;
}

span.emphasis {
  	font-weight: bold; 
}

p.pcontent {
	padding: 10px;
}

img.logo {
  	float: left;
}

img.mainImage {
	border-top: thin solid #006B52;
	border-bottom: thin solid #006B52;
}

img.thumbnails {
  	border: 3px solid;
}
