@chartset utf-8;


.global-nav {
font-size: 13px;
padding: 0px 0px;
background-color: #ddffdd;
}

.nav-item {
font-size: 14px;
display: inline-block;
color: black;
padding: 14px 38px;
}

a {
text-decoration: none;
}

a:link {
color: black;
}

a:hover {
text-decoration: underline;
}

.nav-item a:link{
color: black;
}

.nav-item a:visited {
color: black;
}

.nav-item:hover {
text-decoration: underline;
}

.container1 {
margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
}

.container {
margin-left: 50px;
margin-right: 50px;
}

.container2 {
margin-left: 140px;
margin-right: 140px;
}

.container3 {
margin-left: 100px;
margin-right: 100px;
}


th {
background-color: #ffffe8;
}

td {
background-color: #ddffdd;
}

table {
font-size: 14px;
border: 2px solid #000000;
border-collapse: collapse;
text-align: center;
}

th, td {
border: 2px solid #000000;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}

table tbody {
border-bottom: double;
}

h3 {
background-color: #ffffe8;
}

h4 {
background-color: #ffffe8;
}

.image1 img{
	margin-bottom: 16px;
	width: 230px;
	height: auto;
}

.wrapper {
	width: 100%;
	overflow: auto;
}

.main-content {
	float: left;
	width:  55%;
}

.sidebar {
	float: right;
	width; 40%;
	font-size: 14px;
}