/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
* modifiÃƒÂ© thomas
*/
*
{
	margin: 0;
	padding: 0;
	/*[empty]background-image:;*/
}
BODY
{
	font-size: 11px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #333333;
}
BODY.section-1
{
}
BODY.section-2
{
}
BODY.section-3
{
}
A:link
{
	text-decoration: none;
	color: #333333;
	text-align: right;
}
A:hover
{
	text-decoration: none;
	color: #0061DE;
	text-align: right;
}
A:active
{
	text-decoration: none;
	color: #00FFB7;
	text-align: right;
}
A:visited
{
	text-decoration: none;
	color: #999999;
	text-align: right;
}
A IMG
{
	border: none;
}
#menu
{
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #FFF;
	text-align: left;
	margin: 0 -2px -2px;
}
#menu UL
{
	list-style: none;
	margin: 12px;
	text-align: left;
}
#menu UL LI.section-title
{
	font-weight: bold;
	color: #020202;
	text-align: left;
	border: 4px solid #BCC2C4;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
}
#content
{
	height: 100%;
	margin: 0 0 0 200px;
	padding: 80px 0px 0px;
	top: 0;
	text-align: left;
}
.container
{
	padding: 5px 0px 45px 5px;
}
#content P
{
	width: 400px;
}
P
{
	margin: 0 0 20px 12px;
}
H1
{
	font-size: 32px;
}
H2
{
	font-size: 24px;
	border-bottom: 0px solid #000000;
}
H3
{
	font-size: 20px;
	font-family: "Trebuchet MS";
}
H4
{
	font-size: 20px;
	color: #028EB6;
	margin-left: 10px;
	text-decoration: overline;
}
#img-container
{
	margin: 0 0 0 12px;
	padding: 0;
}
#img-container P
{
	width: 400px;
	padding: 12px 0px 0px;
	margin-left: 0px;
}
#once
{
	clear: left;
}

