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

body {
	font-size: 10pt;
	font-family: Helvetica,Arial,sans-serif;
	background-position: 0px;
	background: white;
	line-height: 12px;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #666666; }

a img { border: medium none; }

#menu {
    width: 159px;
    overflow: auto;
    top: 15px;
    bottom: 0px;
    left: 20px;
    position: fixed;
    height: 400px;
    background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
}

#menu li {
    margin-bottom: 0px;
    text-indent: 0px;
	padding-top: 3px;
}

#menu ul {
    list-style-image: none;	
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 15px;
}

#menu ul li.section-title {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 10px;
    padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
    text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #000000;
	border-top: 1px solid #000000;
}

#content {
    height: 100%;
	padding-top: 53px;
	margin-bottom: 10px;
	margin-left: 260px;
	margin-right: 10px;
	margin-top: 10px;
    top: 0;
}

#container {
}

#content p { 
	width: 400px; 
	margin-bottom: 30px;
	line-height: 16px;
}

p {
    margin: 0px 0px 9px 0;
	line-height: 12px;
}

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

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

#once { clear: left; }
