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

body {
	font-size: 13px;
	font-family: Georgia, Trebuchet, Arial, Verdana, sans-serif;
	color:#333;
	background: #fff;
}

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

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; color: #8fc797; }

a img { border: none; }

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

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

#menu ul li.section-title {
	font-family: Georgia, Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	color:#8fc797;
	font-style:normal;
	font-weight:600;
	line-height:22px;
	border-bottom-style:dotted;
	border-bottom-color:#666;
	border-bottom-width:2px;
	}

#menu ul li {
	margin-bottom:4px;
	margin-top:4px;
	}

#content {
    height: 100%;
    margin: 20px 0 0 235px;
    top: 0;
}

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

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

p {
    margin: 0 0 14px 0;
}

a.tableexpo {width: 520px;}

h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 {font-size: 15px;
	color:#8fc797;}
h4 { font-size: 14px; }

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

#once { clear: left; }