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

body {
	font-size: 9px;
	letter-spacing: 0px;
	font-family: Courier, "Courier New", monospace;
	color: #000033;
	background: #FFFFFF;
}

.Style1{
	font-size: 11px;
	letter-spacing: 0px;
	font-family: Verdana, sans-serif;
	color: #000033;
}
.Style2{
	letter-spacing: 0px;
	font-size: 10px;
	color:7d5a53;
}
.Style3{
	font-size: 10px;
}
.Style4{
	color:#7d5a53;
	font-weight: strong;
}


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

a:link { text-decoration: none; color: #2d4b75}
a:active { text-decoration: none; color: #FFFFFF}
a:visited { text-decoration: none; color: #2d4b75}
a:hover { text-decoration: none; color: #FFFFFF}

a img { border: none; }

#menu {
	text-align: left;
    list-style: none;
    width: 270px;
    overflow: auto;
    top: 70px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
	padding-left: 0px;
}

#menu ul {
	letter-spacing: 0px;
	line-height: 12px;
	list-style: none;
	margin: 0px 0 12px 0;
	border: FFFFFFF;
}

#menu ul li.section-title { 
    font-size: 11px;
	font-family: "Arial";
	font-weight: strong;
	color: #000000;
	line-height: 36px;
}

#menu ul li.active{
	color: #000000;
}
#menu ul li.active a:visited{
	color:#ed1c24;
}

#content {
    height: 100%;
    margin: 70px 0 0 340px;
    top: 0;
}

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

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

p {
    margin: 0 0 12px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 0px; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0px 0 14px 0; }

.tomove { position:fixed; top:74px; left:500px; }

#once { clear: left; }