/**
* CSS
* 
* 
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 14px;
	font-family: arial, sans-serif;
	background: #ffffff;
}

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

a:link {
	text-decoration: none; color:#242935;}
a:active { text-decoration: none; color:#242935;}
a:visited { text-decoration: none; color:#242935; }
a:hover { text-decoration: none; color:#5D5D5D; }

a img { border: none; }

#menu {
    width: 233px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 33px;
    position: fixed;
    background-color: #b8d1d0; 
	border-bottom-style:solid;
    padding: 0px 15px 0 40px; 
	position: fixed; 
	z-index: 999; 
	top: 0px; 
	bottom: 0; 
	height: 100%; 
	overflow: auto;
	border-right-color: #333333;
	
}
#menu ul {
	
	font-size: 30pt;
	list-style: none;
	text-align:left;
 	cursor: default;
	line-height: 8pt;
	margin: 10px 40px 0 0px;
}

#menu ul li.section-title {
	

	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
    color: #FFFFFF;
    margin-bottom: 7px;
	border-top-color: #242935;
	border-top-style: solid;
	border-top-width: 1px;

}
	

	
#menu ul li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	margin-bottom: 3px;
	line-height: 12pt;
	color: #7B8CA8;
	
	
}


#content {
    height: 100%;
    margin: 20px 0 0 375px;
    top: 0;
	text-align:justify;
	text-decoration:none;
	color:#333333;
}

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

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

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; }


p.nav{
	position: relative;
	top: 9px;
	left: 0px;
	width: 100px;
	z-index: 4299;
}

li.active{
list-style: disc;
color: #E4F3F3;
}

