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

body {
	font-size: 10pt;
	font-family: Times new roman, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #0000ff; }
a:active { text-decoration: none; color: #0000ff; }
a:visited { text-decoration: none; color: #0000ff; }
a:hover { text-decoration: underline; color: #0000ff; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0;
}

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 16pt;
	font-family: times new roman, serif;
	font-weight: normal;
	letter-spacing: +1px;
	}

h2 {
	font-size: 13pt; 
	font-family: times new roman, serif;
	font-weight: normal;
	letter-spacing: +1px;
	text-transform: uppercase;
	}

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

#once { clear: left; }

hr {
	border: 0;
	background-color: #000;
	margin: 16px 0 16px 0;
	height: 1px;
}

.color {
	padding: 4px;
	color: #000;
	background-color: #000;}
