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

body {
	font-size: 9pt;
	font-family: "letter gothic std", "letter gothic mt", "letter gothic", courier, monospace;
	font-color: #000000;
	font-weight: 500;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	line-height: 13pt;
	background-color: #eeeee7;
}

body.section-1 { padding-left: 10px; font-color: #000000  }
body.section-2 { font-color: #000000 }
body.section-3 { font-color: #000000 }

a:link { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; font-weight: bold; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; background-color: #97181f; }

a img { border: none; }

#menu { line-height: 13pt; background-color: #eeeee7; width: 175px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; padding-left: 10px; padding-top: 20px; height: 100%; font-weight: bold;}

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

#menu ul li.section-title { color: #006; background-color: #fad3ff; text-decoration: none; padding-left: 2px; padding-bottom: 10px; font-weight: bold;}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    padding-left: 40px;
    padding-top: 20px;
    top: 0;
}

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

#content p { width: 600px; margin-bottom: 9px; right: 5px; position: relative; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 9pt;
	font-family: "letter gothic std", "letter gothic mt", "letter gothic", courier, monospace;
	
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }