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

body {
	font-family: Arial, Helvetica;
	background: #f0f3f7 none repeat scroll 0 0;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 10px;
}

body.section-1 {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 10px;
}
body.section-2 {
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #406b9e;
}
body.section-3 {
	font-size: 11px;
	margin-top: 45px;
	margin-left: 50px;
	font-family: Arial, Helvetica;
	color: #406b9e;
	margin-right: 75px;
}
body.section-4 {
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #406b9e;
}
body.section-5 {
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #406b9e;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CCF;
}
a:visited {
	text-decoration: none;
	color: #406b9e;
}
a:hover {
	text-decoration: none;
	color: #99C;
}

a img { border: 12px solid #ffffff; }

#menu {
	width: 185px;
	top: 15px;
	left: 15px;
	background-color: #fff;
	padding-left: 10px;
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #406b9e;
	position: absolute;
	height: auto;
}

#menu ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 15px 10px 1px;
	line-height: 3.53mm;
}

#menu ul li.section-title {
	font-size: 10px;
	padding-bottom: 8px; padding-top: 8px;
	border-top: 1px dotted; border-bottom: 1px dotted; margin-bottom: 8px;
}

#content {
	height: auto;
	margin: 0 0 0 200px;
}

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

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

p {
	margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

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

#once { clear: left; }
