/**
* CSS
* 
* @version 1.0
* @author Jesse Amborn
*/
* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 13pt;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	background: #dcdcdc;
}

body.section-1 {
	line-height: 13pt;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	background: #dcdcdc;
 }

body.section-2 {
	line-height: 13pt;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	background: #dcdcdc;
 }

body.section-3 {
	line-height: 13pt;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	background: #dcdcdc;
 }

a:link { text-decoration: none; color: #a9a9a9; }
a:active { text-decoration: none; color: #dc143c; }
a:visited { text-decoration: line-through; color: #c8c8c8; }
a:hover { text-decoration: none; color: #dc143c; }

a img { border: none; }

#menu {
    	width: 215px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 10px;
    	position: fixed;
    	height: 100%;
	background-color: #dcdcdc;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	line-height: 1;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px;
	color: black;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	line-height: 11pt;
	font-size: 10px;
 }

#content {
	padding-left: 10px;
	padding-top: 10px;
	height: 100%;
   	margin: 0 0 0 215px;
    	top: 0;
}

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

#content p { width: 400px; margin-bottom: 9px;
	font-family: Georgia, serif;
	line-height: 21pt;
	margin-left: 5px;
	font-size: 16pt;
	color: #000000;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
