body{
	font-family:arial, sans-serif;
	background-color: #8BDDD1;
	color:#000;
	line-height:24px;
	font-size:14px;
}
h1{
	font-size:38px;
	margin:0 0 10px 0;
}
h2{
	font-size:22px;
	margin:10px 0 10px 0;
}
p{
	margin:0 0 15px 0;
}
a{
	text-decoration:none;
	color:white;
}
a:hover{
	color:#555;
	cursor:pointer;
}

div.content{
	text-align: left;
	margin-right: 20%;
    margin-left: 20%;
}

div.footer{
	font-style: italic;
	font-size: 85%;
	text-align: center;
	width: 100%;
	background-color: black;
	color: #8BDDD1;
	position:absolute;
	left:0;
	right:0;
}

div.header{
	text-align: center;
	width: 100%;
	height: 97px;
	background-color: black;
	color: #8BDDD1;
	position:absolute;
	left:0;
	right:0;
	top:0;
	position: fixed;
	z-index: 99;
}

p.header{
	color:white !important;
}

h1.content{
	font-size: 32px;
	font-weight: bolder;
}

div.content p, div.content li, div.content ul{
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

div.content a{
	color:white;
}


div.spacer{
	height:100px;
}

div.menu{
	position: fixed;
	top:105px;
	left:0px;
	width: 15%;
	background-color: grey;
	text-align: left;
}

div.menu b{
	margin-left: 5px;
}
div.menu a.sub{
	margin-left: 15px;
}

.anchor{
	display: block;
	height:100px;
   	margin-top:-100px;
   	visibility:hidden;
}

h2,h3,h4{
	margin-bottom: 2px;
}

div.title{
	background-color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	left: 0px;
	right: 0px;
}

img.topimg{
	height: auto;
	width: 100%;
}