/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 1px;
}

body {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: black;
	background: #fff;
}


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

a:link { color: #666666; text-decoration: none; }
a:active { color:black; font-size: 12px; text-decoration: underline; }
a:visited { color:black; text-decoration: none; }
a:hover { color:black; font-size: 12px; text-decoration: underline;; }

a img { border: none; }

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

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

#menu ul li.section-title { cursor:pointer; }

#content {
    height: 100%;
    margin: 18px 0 0 200px;
    top: 0;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 650px; margin-bottom: 20px; }

p {
    margin: 0 0 4px 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: 650px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#header_01 {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #000000;
	background-color: none;
	font-style: bold;
}
#header_02 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: black;
	text-decoration: underline;
}
#header_03 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: black;
}
#header_04 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	background-color: #000000;
}
#header_05 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	font-style: bold;
}