body {
	background-color: #86bf30;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	color: #663333;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #555452;
  text-decoration:none;
  border:none;
}

/* unvisited link */
a:link {
  color: #555452;
  text-decoration: none;
  border:none;
}

/* mouse over link */
a:hover {
  color: #ff6600;
  text-decoration: bold;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #990000;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

p2 {
	color: #990000;
	font-weight: bold;
	font-size: 15px;
}
p3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
p4 {
	color: #00F;
}



#logo_container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#logo_container img {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#nav_bar {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 1px;
	text-decoration: none;
}

#links {
	text-decoration: none;
}

table tr #nav {
	height: 46px;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	text-align: center;
}
table tr #nav_solid {
	height: 46px;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	text-align: center;
	background-color: #86BF30;
	background-repeat: repeat;
	font-weight: bold;
	color: #FFF;
}

#slider_content {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 1px;
	padding: 20px;
	background-color: #FFF;
}
#body_content {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#body_content table {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;

}
#criteria_content table {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 975px;
}
#ethics_content table {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#criteria_content {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#ethics_content {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#criteria_content table tr td {
	width: 50%;
}
#ethics_content table tr td {
	width: 50%;
}

#criteria_content table tr td img {
	float: right;
	border: medium solid #990000;
}
#ethics_content table tr td img {
	float: right;
	border: medium solid #A980B5;
}





#members_pdf {
	height: 231px;
	width: 339px;
	background-image: url(../images/note_1.jpg);
	background-repeat: no-repeat;
}
#members_pdf_fr {
	height: 231px;
	width: 339px;
	background-image: url(../images/note_7.jpg);
	background-repeat: no-repeat;
}

#members_space {
	width: 30px;
}

#members_pdf img {
	margin-top: 5px;
	margin-left: 25px;
}
#members_pdf_fr img {
	margin-top: 5px;
	margin-left: 25px;
}





#footer {
	background-color: #FFF;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	margin-top: 1px;
}
#footer_td {
	width: 30%;
	padding-right: 30px;
	padding-left: 30px;
}
#footer_td img {
	float: left;
	margin-right: 15px;
}
#copyright {
	background-color: #FFF;
	width: 975px;
	height: 50px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
