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

body {
	color: #333;
	font-family: verdana, Courier, "Courier New";
	font-size: 10px;
	margin: 0 0 0 30px;
	
}

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

a:link { border-bottom-style: none; color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { background-color: #d7d7d7; color: black; text-decoration: none; }

a img { border: none; }

#menu {
    line-height: 20px;
    width: 250px;
    overflow: visible;
    position: fixed;
    height: 200%;
}
#menu a:link {background-color: white; color: #333;}
#menu a:active {color: #333;}
#menu a:hover {border-left-width: 5px; border-left-style: none; border-bottom-color: black; border-bottom-style: none; border-bottom-width: 1px; text-decoration: none; color: #333; background-color: #d7d7d7;}
#menu a:visited{color: #333;}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
}
#menu ul li.section-title { 
	font-size: 10px;
	font-family: Arial, san-serif;
	background: #fff;
    font-weight:bold;
	line-height: 16px;
	color:#333;
	
}

#menu ul li.section-title { margin-top: 20px; margin-bottom: 15px; width: 150px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: black; color: black; }

#content {
    height: 100%;
    margin: 0 0 0 170px;
    top: 0;
	padding-left: 50px;
	width: 600px;
	line-height: 12pt;
	text-align:justify;
}

.container {
	padding: 50px;
}

#content p { top: 10px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { background-color: #333; }
h4 { padding-bottom: 5px; padding-top: 0px; width: 400px; font-style: normal; font-weight: normal; font-size: 10px; border-top-width: 1px; border-top-color: black; border-top-style: dashed; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ padding-top: 3px; padding-right: 0px; padding-left: 0px; padding-bottom: 30px; width: 800px; margin: 0; }

#once { clear: left; }