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

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

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

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

a img { border: none; }

#menu {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	text-transform: uppercase;
	letter-spacing: +1px;
    width: 215px;
    top: 25px;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: +1px;
	margin-bottom: 5px;
}

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

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

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

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

p {
    margin: 0 0 9px 0;
}

.bluetext {
	color: #0000aa;
}

.smalltext {
	font-family: verdana, sans-serif;
	font-size: 7pt;
	letter-spacing: +1px;

}


h1 { font-size: 34px; font-family: times, sans-serif; font-weight: normal;}
h2 { font-size: 20px; font-family: times, sans-serif; font-weight: normal;}
h3 { font-size: 28px; font-family: times, sans-serif; font-weight: normal;}
h4 { font-size: 20px; font-family: times, sans-serif; font-weight: normal;}

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

#once { clear: left; }