a img {
	border: none;
}

#logo {
	width: 250px;
}

header nav ul {
	list-style-type: none;
	padding-left: 0px;
	display: -webkit-flex;
	display: flex;
	margin: 0px; 
	margin-top: 20px;
}

header nav li {
	-webkit-flex: 1;
	flex: 1;
	min-width: 100px;
}

header nav  a {
	display: block;
	background-color: #e5cc66;
	text-align: center;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;	
	border-bottom: 5px solid #666666;
}

header nav a:hover {
	background-color: #d4aa00;
	color: #ffffff;
}

header nav li.active a {
	border-bottom-color: #000000;
}

#main {
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
}

#full {	
	background-color: #e3e3e3;
	padding: 10px;
	margin-top: 20px;
}

#container {
	-webkit-flex: 3;
	flex: 3 3 0%;
	min-width: 300px;
}

#content {
	margin-left: 20px;
	background-color: #e3e3e3;
	height: 100%;
}

#content h3 {
	margin-top: 0px; 
	border-top: 10px solid #ffffff;
	padding-left: 10px; 
	padding-top: 10px;
}

#content p, #content div {
	padding-left: 10px;
}

#left {
	-webkit-flex: 1;
	flex: 1 1 0%;
	background-color: #e3e3e3;
	min-width: 100px;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
}

#left h1 {
	font-size: 12pt; 
	display: block;
	background-color: #666666;
	margin: 0px;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	border-top: 10px solid #ffffff;
}

#left nav ul {
	list-style-type: none;
	padding: 5px 15px;
	margin: 0px;
}

#left p {
	padding-left: 15px;
}

#left nav li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#left nav a {
	text-decoration: none;
	color: #333333
}

#main nav a:hover {
	color: #666666;
}

footer {
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	font-size: 60%;
	background-color: #e3e3e3;
	border-bottom: 5px solid #d4aa00;
	text-align: right;
	color: #333333;
	font-weight: bold;
}

footer span:first-child {
	float: left;
}

footer a {
	text-decoration: none;
	color: #333333;
}

footer a:hover {
	color: #666666;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	max-width: 1000px;
	font-size: 12pt;
	padding: 10px 20px;
}

.clearb {
	clear: both;
}

a.pdf,
a:visited.pdf,
a:hover.pdf,
a:active.pdf,
.pdf {
	background: url(icon_pdf.png) no-repeat transparent 0px 0px;	
	padding-left: 26px;
	padding-right: 1px;
}