/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
/*	background-color:#093921;*/
	background-color:#137747;
	color:#137747;	
}
a {
	text-decoration:none;
	color:#10653c;
}

h1 {
	font-size:22px;
	color:#c75a17;
	margin-top:1px;
}
h2 {
	clear:both;
	font-size:14px;
	color:#fff;
	background:#10653c;
	width:100%;
	text-indent:15px;
}
h3 {
	font-size:12px;
}

.nav a {
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:5px;
	border:1px #D6E6EE solid;
	text-align:center;
}
.nav a:hover {
	background-color:#ffcc66;
	color:#c75a17;
	border:1px solid;
	border-color:#fff #999 #999 #fff;	
}

#nav2 td {
/*	background:url(images/bull.gif) no-repeat top left;
	padding-left:35px;
*/}

#nav2 a {
	font-size:14px;
	font-weight:bold;
}
#nav2 a:hover {
	text-decoration:underline;
	color:#c75a17;	
}

#copy {
	font-size: 9px;
	color: #999999;
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
}
#copy:first-line {
	font-size:12px;
}
#copy a { 
	text-decoration:none;
	color: #999999;	
}
#copy a:hover {
	text-decoration:underline
}
#bar td {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c75a17;
}
#main {
	margin:10px;
/*	color:#333333;*/
	width: 600px;
}
#main img {
	border:1px #999 solid;
	margin-bottom:5px;
}
.team {
	clear:both;
	display:block;
}

.team img {
  margin-left:15px;
}

li {
/*	list-style-image:url(images/lb.gif);*/
	list-style:disc;
}
.cap {
	margin:0 auto;
	width:400px;
	font-style:italic;
	font-size:12px;
	margin-bottom:15px;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
	
	border-top:5px solid #f9c441;
}
