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

body {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 #FFFFFF;
font-family:arial,sans-serif;
color:#000;
font-size:11px;
margin-top: 125px;
}

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

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

a img { border: none; }

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

#menu ul {
border-bottom:1px dotted;
list-style:none outside none;
margin:0 0 5px;
padding-bottom:5px;
text-align:right;
width:186px;

}

#menu ul li.section-title {
font-size:11px
}

#menu ul li.active a {
color:#666;
text-decoration:none;
}

#menu ul.built {
font-family:arial,sans-serif;
font-style:italic;
margin-bottom:0;
}

.builtish {
padding-top:0px;
}

#content {

	height: 100%;
    margin: 0 0 0 230px;
    top: 125px;
}

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

#content p { width: 600px; margin-bottom: 9px; line-height: 12pt; margin-left: 0px; font-family:arial,sans-serif;
font-size:11px; color: #000;}

p {
    margin: 0 0 -5px 0;
	font-size: 11pt;
}

.indented {
padding-left:12pt;
padding-right:0;
}

h1 { font-size: 32px; }
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; }