body{
	font-family: Verdana, sans-serif;
}

title {
    font-family: 'Montserrat'
}

h1,h2,h3,h4{
	font-family: 'Montserrat';
    color: #3CB371
}


33
#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px white;
	border-collapse: collapse;
	color: black;
}



#header{
	width: 100%;
}

#navigation {
	clear: both;
	padding: 5px 15px;
	margin: 0 -30px;
	list-style-type: none;
	background-color: black;
	color: white;

}


.primarynav {
	display: inline-block;
	padding: 2px 10px;
    text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: #5B5B5B;
}

    
li {
    list-style-type: none;
    display: inline-table;
  margin: 50px;
}

}

a:link {
    font-family: sans-serif;
}


#footer {
	width: 100%;
	color: #3CB371;
}


#skip-links {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip-links a:focus{
position:static;
width:auto;
height:auto;
}


.section_border { margin:10px 40px 20px 40px; padding:5px; }
.section_title {
clear:both; color:#3CB371; font- size:95%; font-weight:bold; padding:15px;
}
