
body {
	background-color: #6E762C;
	color: #444444;
	font: normal 80% Verdana, sans-serif;
	margin: 0;
	}
	
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #111111;
	text-decoration: underline;
}
	
h1 {
	font-size: 1.3em;
	margin-bottom: .5em;
	color: #464646;
	padding-top: .6em;
	text-align: center;
	font-weight: 600;
}

h2 {
	color: #464646;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
}

h3 {
	color: #464646;
	font-size: 1em;
	text-align: center;
	font-weight: 600;
}

hr {
border: 1px dashed #9BA63E;
width: 75%;
}

small {
    font-size: .8em;
}
.indent {
margin-left: 2.5em;
}

.doubleindent {
margin-left: 5em;
}

.big {
font-size: 105%;
}
.u {
    text-decoration: underline;
}

.container {
   overflow: hidden;
	background-color: #EBEED2;
	margin: 0 auto;
	width: 950px;
	border-right: 2px solid #A9A9A9;
	border-left: 2px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	}

.sidenav {
float:left;
   position: fixed;
	background-color: #EFF2DC;
	height: 450px;
	width: 250px;
	left: auto;
	padding-top: 2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.content {
   float: right;
	width: 649px;
	background-color: #EFF2DC;
	border-left: 1px solid #A9A9A9;
	font-size: 1.25em;
	padding: 20px 15px; 0px; 15px;
	}

iframe {
height: 450px; 
width: 248px;

border: 1px solid #A9A9A9;
}
