/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, "Helvetica";
	background: #ffffff;
	color:#0f0f0f;
}

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

a:link { text-decoration: none; color:#333333; font-style:none;}
a:active { text-decoration: none; color:#333333; font-style:none;}
a:visited { text-decoration: none; color:#333333; font-style:none;}
a:hover { text-decoration: none; color:#ffffff; background:#990000; font-style:none;}

#content a:link { text-decoration: underline; color:#333333; font-style:none;}
#content a:active { text-decoration: underline; color:#333333; font-style:none;}
#content a:visited { text-decoration: underline; color:#333333; font-style:none;}
#content a:hover { text-decoration: none; color:#333333; background:none; font-style:none;}

a img { border: none; }

#menu {
    width: 500px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-align:left;
	margin-left:100px;
	margin-top:100px;
}

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

#menu ul li.section-title {line-height:20px; margin-bottom: 2px;font-size:11px; text-transform:none; color:#333333; text-decoration:underline;
}
#menu ul li { margin: 0 0 5px 0;}

#content {
    height: 100%;
    margin: 12px 0 0 215px;
    top: 0;
	line-height:1.5em;
	text-align:left;
}

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

#content p { width: 600px;margin-bottom: 9px; line-height:1.5em; color:#333333; font-size:1.1em;}
#content img {padding:2px; border:1px solid #cccccc; margin:5px 10px 5px 0; float:none;}
p {
    margin: 0 0 9px 0;
	padding:0;
}

h1 { font-size: 32px; }
h2 { text-transform:none; line-height:20px; border-bottom:thin dotted #cccccc; margin-bottom:5px; font-size:1em; font-weight:bold; color:#333333;}
h3 { text-transform:uppercase; line-height:20px; margin-bottom:5px; font-size:1em; font-weight:normal; color:#333333; }
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; }

#title-text {background:transparent; color:#cc0000; font-weight:normal; font-size:16px; text-transform:none; margin: 15px 0 15px 0; border-bottom:1px solid gray;}
#title_info {line-height:1.4em; color:#333333; font-size:11px;}
#bot_menu {position:fixed; left:10px; bottom:0px; color:#333333; width:200px;}
ol {margin: 0 0 0 3em;}