* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #999999; }
a:hover { color: #000000; background: #ffffff; }
a:selected { text-decoration: none; }

a img { border: none; }

#menu {
    width: 178px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	padding-bottom: 5px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 0 5px 0;
}

#menu ul li.section-title {
font-weight:bold;
padding-bottom:3px;
}

#menu ul li.active a:visited {
color:#97c92b;
font-style:italic;}


#content {
    height: 100%;
    margin: 0px 0 25px 220px;
    top: 0;
}

.container {
    padding: 0px 0px 25px 0px;
}

#content p { width: 750px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
        padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

a.h1 {
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}
a.h1:hover {
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}


h2 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

}
	
h3 { 
	font-size: 18px;
	color: #666666
}
	
h4 { 
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #000000;






