@charset "UTF-8";
/*#header{
	width: 800px;
	height: 45px;
	background-color: black;
	border: 1px solid black;
	border-radius: 0.3em;
	font-family: "Skia Light Condensed", "Advent Pro", "Helvetica Neue Light", sans-serif;
	font-size: 40px;
	color: #cf6;
	margin-top:5px;
	}
*/

ul li b{
    font-weight: 700;
}

body, p{
	font-family: "PT Sans Narrow", Ariel, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 19px;
	}
#container{
	/*width:800px;
	margin-left:3.6em;
	margin-top:4ex;
	position: relative;*/
	width: 90%;
	/*padding-top: 2em;*/
	margin: auto;
	}
@media only screen and (max-width: 600px) {
    #container {
        margin: auto;
        }
    }
#header img {
	width: 100%;
	height: auto/*120px*/;
	margin:auto;
	}
.content {
	width: 80%;
	margin: auto;
	clear: both;
	padding-top: 2.5%;
	/*width: 600px;
	margin: auto;*/
	}
#subhead {
	display: inline;
	font-size: 12px;
	}
.content img {
	position: relative;
	width: 480px;
	height:auto;
	}
h1 {
	font-size: 27px;
	display: inline;
	font-weight: lighter;
	}
h2 {
	font-size: 20px;
	}
li {
	list-style-type: disc;
	line-height: 1.3;
	list-style-position: outside;
}
h1 ul li {
	list-style-type: upper-roman;
}
.navbar {
	display: block;
	margin-bottom: 30px;
	position: relative;
	width:100%;
	text-align: center;
	}
.navbar p{
    display: block;
	float: left;
	width: 19.6%/*157px*/;
	border-top: 1px solid #ccff66;
	border-left: 1px solid #ccff66;
	border-bottom: 1px solid #ccff66;
	background: #999;
	/*margin-top: 10px;
	margin-bottom: 39px;*/
	vertical-align: middle;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: lighter;
	font-size: 1em;
	/*padding-left: 20px;
	padding-right: 20px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	
	}
#right{
	border-right: 1px solid #ccff66;
	}
.navbar a {
	text-decoration: none;
	font-weight: normal;
	color: #ccff66;
}
.navbar a:visited {
	color: #ccff66;
	text-decoration: none;
	font-weight: normal;
}
.navbar p:hover {
	font-weight: bold;
}
#current{
	background:	#777;
	color: #ccff66;
	}

#footer {
    min-width:300px;
	width: 100%;
	height: 14px;
	background-color: black;
	border: 1px solid black;
	border-radius: 0.5em;
	font-family: Quicksand, sans-serif;
	font-size: 11px;
	color: #AAA;
	text-align: center;
	margin-top:37px;
	clear: both;
	padding-top: -3px;
	/*position: fixed;
	bottom: 10px;*/
	}
#footer a {
	color: #AAA;
	font-weight: normal;
	}
#subhead {
	display: inline;
	font-size: 12px;
	}
.content img {
	position: relative;
	width: 480px;
	height:auto;
	}
#imgvert{
	width: 240px;
	height: auto;
	vertical-align: top;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	}
	
