body {
font: 12px helvetica, sans-serif;
background-color: #546f7b;
color: #343333;
}

* {
	font: 11px Georgia, serif;
   color: #555;
  }



a:link {
color: #5f7179;
text-decoration: none;
font-weight: bold;
}     
a:visited {
color: #5f7179;
text-decoration: none;
font-weight: bold;
} 
a:hover {
color: #87a3b0;
text-decoration: none;
font-weight: bold;
}   
a:active {color: #5f7179;
font-weight: bold;
} 


a.active {
	color: #3c4a50;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #315969;
	padding-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #315969;
	padding-bottom: 5px;
}

h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

ul {
	margin: 0;
	padding: 0;
}

#container {
	width: 776px;
	margin: 20px auto 20px auto;
	border-top: 1px solid #374c46;
	border-left: 1px solid #374c46;
	border-right: 2px solid #374c46;
	border-bottom: 2px solid #374c46;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav {
	background-color: #fff; 
	height:26px; 
	text-align: center; 
	padding-right: 20px;
}

.perim_color {
	background-color: #d9e2d0;
}

.footer {
	background-color: #d9e2d0; 
	height:26px;
	background-image: url('../images/footer_bg.gif');
}



.content {
	background-image: url('../images/bg.gif'); 
	background-repeat: no-repeat; 
	background-color: #f5f8f3; 
	padding: 20px; 
	vertical-align: top;
	border: 1px solid #6d7a76;
	
}

.caption {
	font-size: 10px;
	
}

li {
	list-style: url('../images/bullet.gif');
	line-height: 1.5em;
	padding-bottom: 20px;
}

/* forms */

fieldset {
	border: 0;
	margin: 0; 
	padding: 0;
	text-indent: 0;
}

dl {
	padding: 0 0 0 0;
}

dt {
	float: left;
	width: 200px;
	text-align: right;
	padding: 3px 10px 0 0;
	clear: both;
	font-weight: bold;
}

dd {
	margin: 0 0 5px 205px;
}

input[type="text"], textarea {
	width: 300px;
	color: #603c3d;
	font: bold 11px Verdana, Helvetica, Arial, sans-serif;
	padding: 3px;
}

.caption {
	 padding-top: 5px;
	font-size: 10px;
	color: #666;
}
