* {
	margin: 0;
	padding-left: 0;
}

body {
	font-size: 10.5pt;
	font-family: Helvetica, sans-serif;
	background: #white;
}

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

a:link { text-decoration: none;
	color:white; 
	margin: 0 0 0 15px;}
a:active { text-decoration: none; 
margin: 0 0 0 15px;}
a:visited { text-decoration: none; color: white; 
margin: 0 0 0 15px;}
a:hover { text-decoration: none;
	color: #999;
	margin: 0 0 0 17px;}

a img { border: none; }

#menu {
    width: 175px;
    overflow: hidden;
    top: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #000;
}

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

#menu ul li.section-title {
	margin: 0 0 0 12px;
	line-height: 11pt;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	color: #CCC;
	font-size: 11pt; }
	

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

.container {
	background: transparent;
	height: 300px;
	width: 176px;
	position:absolute;
	margin-left:0px;
}

#content p { width: 650px;
	line-height: 14pt;
	left:40px;
	font-size: 9.5pt;
	color: white;
	position:absolute; 
	background:transparent;
	top:520px;
	height:auto;
	}

p {
	color: #000000;
	font-size: 10pt;
    margin: 0 0 9px 0;
}

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

#img-container	{
	background:transparent;
	height:450px;
	width:720px;
	position:absolute;
	top:15%;
	left:20%; }
#img-container p	{ width: 200px; padding: 0 0 0px 0; position: absolute; top:425px; left: 5px; height:0px;
	 }

#once { clear: left; }

#copyright { font-size:11px;
	color:white;
	margin-left:20px;
	}
