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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

#menu a:link { text-decoration: none; color: #fff; }
#menu a:visited { text-decoration: none; color: #fff; }
#menu a:hover { text-decoration: none; color: #000; }
#menu a:active { text-decoration: none; color: #fff; }

#menu li.active a:link { text-decoration: underline; color: #000; }
#menu li.active a:visited { text-decoration: underline; color: #000; }
#menu li.active a:hover { text-decoration: none; color: #000; }
#menu li.active a:active { text-decoration: none; color: #fff; }

#content a:link { text-decoration: none; color: #000; }
#content a:visited { text-decoration: none; color: #000; }
#content a:hover { text-decoration: underline; color: #666; }
#content a:active { text-decoration: none; color: #000; }

a img { border: none; }

#menu {
	width: 145px;
    overflow: auto;
    padding: 87px 0px 0px 0px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #999;
	background-image: url(/files/navimage.gif);
	background-repeat: no-repeat;
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #333333;
}

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

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

#content p {
	width: 590px; margin-bottom: 9px;
    padding: 0 0 0 20px;
}

p {
    margin: 0 0 9px 20;
}

h1 { font-size: 11px; }
h1.plus20 {position:relative; left:20px; }
h2 { font-size: 11px; font-weight: normal; position:relative; left:20px; }
h3 { font-size: 12px; font-weight: bold; position:relative; left:20px; }
h4 { font-size: 9px; text-align: center; font-weight: normal; }
h5 { font-size: 12px; text-align: center; font-weight: bold; }

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

#once { clear: left; }