body { 
	margin: 0;
	padding: 0;
	font-size: 15px; 
	font-family: Tahoma,arial,helvetica, sans-serif;
}
a { 
	color: rgb(5,109,69);
	text-decoration: none;
}
a:hover {
	 color: rgb(233,140,36);
	 text-decoration: underline;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgb(233,140,36);
}
#header {
	height:171px;
	background-image: url('images/ivda-banner-409.jpg');
	background-repeat: no-repeat;

}
#nav {
	border-top: 2px solid rgb(233,140,36);
	border-bottom: 2px solid rgb(233,140,36);
	padding: 5px 0 5px 0px;
	text-align: center;
	font-size: 18px;
}
#nav a {
	padding: 0px 15px 0px 15px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 850px;
}
ol {
	list-style-type: upper-alpha;
}
ol ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
h3, h2 {
	text-align: center;
}
.highlight {
	font-weight: bold;
}
.separator {
	text-align: center;
	color: rgb(233,140,36);
}
.endorsement {
	padding: 0 15px 0 0;
	text-align: right;
	font-size: 12px;
}
#box {
	background-color: #ebf4f3;
	border: 4px outset rgb(233,140,36);
	padding: 10px;
}
table.frenchbox {
	margin-right: auto;
	margin-left: auto;
	background-color: #ebf4f3;
	border-collapse: separate;
	text-align: center;
}
td {
	border: 1px solid rgb(233,140,36);
	padding: 10px;
}
#footer {
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 12px;
}