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

body {
	font-size: 11px;
    font-family: Verdana, sans-serif;
	h1 { font-size: 35px;font-weight: bolder; }
    background: white;
	color: #333333;
	padding-top: 122px;
}

body.section-1 {

	font-size: 11px;
    font-family: Verdana, sans-serif;
    color: #333333;
	}

body.section-1 #content {
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
    color: #333333;
	
}

body.section-3 { }

a:link { text-decoration: none;background-color:white;
color:#333333; }
a:active { text-decoration: none;background-color:white;
color:#333333; }
a:visited { text-decoration: none; background-color:white;
color:#333333; }
a:hover { text-decoration: none; background-color:#33ffcc;
color:#333333; }
a img { border: none; }


#menu {
	width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding-top:10px;
    height: 100%;
	background-color: white;

}

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

#menu ul li.section-title { 
border-top:1px solid #333333;
background-color:#33ffcc;
color:white;
font-family:Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bolder;
line-height: 190%;
text-decoration: none;
margin:0 0 3px 0;
padding-top:4px;
}


#menu ul li a:link {
background-color:white;
color:#333333;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-style: italic;
line-height: 190%;
font-weight: normal;
text-decoration:none;
}


#menu ul li a:visited {
background-color:white;
color:#333333;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-style: italic;
line-height: 190%;
font-weight: normal;
text-decoration:none;
}

#menu ul li a:hover {
background-color:#33ffcc;
color:#333333;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-style: italic;
line-height: 190%;
font-weight: normal;
text-decoration:none;
}

#menu ul li.active a {
background-color:#33ffcc;
color:#333333;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-style: italic;
line-height: 190%;
font-weight: normal;
text-decoration:none;

}



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

.container {
    padding: 8px 8px 200px 8px;
}

#content .container { 

}


#menu ul li.section-title {
background:white;
color:#333333;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
text-decoration:none;
}





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


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 35px;font-weight: bolder; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


