
body {
	background: #9c9770;
	font-family: Helvetica, sans-serif;
}

.main {
	width: 800px;
	margin: 2px auto;
	background: #ffffff;
	border-bottom: 40px solid #003300;
	font-size: 12px;
}

.navbar {
	padding-bottom: 20px;
}

.subtitle {
	padding: 10px;
	margin-left: 30px;
	width: 280px;
	padding-left: 20px;
	background: #fcf66e;
	color: #65471f;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	font-style: italic;
	border: 1px solid #50361e;
}

.menu { 
	width: 160px;
	color: #000000; 
	float: left;
	background: #ffffff;
	padding-top: 10px;
	
}

.link{
	background: #a4dc68;
	padding: 1px 3px 1px 15px;
	border-left: solid #74a347 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.link a {
	color: #003300;
	font-variant: small-caps;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}


.link a:hover {
	color: #fffa76;
	background-color: transparent;
	text-decoration: none;
}

.menu h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.container {
	width: 100%;
	border-top: 2px solid #cbe6ae;
	border-bottom: 5px  #003300;
	background: #ffffff;
}

.content {
	width: 600px;
	padding-left: 20px;
	margin-left: 160px; 
	font-size: 12px;
	background: #ffffff;
	min-height: 600px;
	border-left: solid #cbe6ae 1px;
	padding-bottom: 20px;
}

.clear {
	clear: both;

	width:  100%;
}

.content a    { 
color: #128d2c; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 
  }

.content a:visited {
color: #808000; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 	
}

.content a:hover    { 
color: #128d2c; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline;
 }


.content img {
	margin: 10px;
}


p {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

h1     { 
color: black; 
font-size: 20px; 
font-style: normal; 
font-weight: bold; 
line-height: 12px;
	font-variant: small-caps;
	text-align: left;
}

h2   { 
color: #000000; 
font-weight: bold; 
font-size: 18px; 
line-height: 25px;
	text-align: left;
	text-indent: 5px;
	font-variant: small-caps;
}

h3   { 
color: #000000; 
font-weight: bold; 
font-size: 16px; 
line-height: 25px;
	text-align: left;
	font-style: italic;
}

h4   { 
color: black; 
font-style: normal; 
font-weight: normal; 
font-size: 14px; 
line-height: 14px;
	text-decoration: underline;
}

h5   { 
color: #000000; 
font-size: 12px; 
line-height: 14px;
	font-style: italic;
	font-weight: normal;
	padding-left: 2px;
}

ul {
	line-height: 12px;
	margin: 0;
	padding: 0 0 0 10px;
}

li {
	list-style: none;
	font-size: 11px;
	line-height: 11px;
}

a img {
	border: none;
}

.publi li{
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
	list-style: decimal outside;
}

.members {
	display: block;
	width: 280px;	
	border: 1px solid #7f7f7f;
	float: right;
	margin: 5px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

.members a {
	color: #e67003;
	text-decoration: none;
	font-size: 12px;
}

.members img {
	width: 100px;
	margin: 0;
	padding: 0;
}

.members ul{
	margin: 0;
	padding: 0;
	width: 280px;
	text-align: left;
}

.members li{
	list-style: none;
	border-bottom: 1px dotted #3f3f3f;
	padding-top: 5px;
	width: 270px;
}

.list-img {
	float: left;
	margin: 0;
	padding: 0;
}

.list-text {
	float: left;
	padding-top: 5px;
	width: 150px;
	margin: 0;
	padding-left: 5px;
}

