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

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

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

a:link { color: #000; text-decoration: none; border-bottom-color:#00B7FA; border-bottom-style:solid; border-bottom-width:thin }
a:active { color: #00B7FA; text-decoration: none; border-bottom-color:#00B7FA; border-bottom-style:solid; border-bottom-width:thin }
a:visited { color: #000; text-decoration: none; border-bottom-color:#00B7FA; border-bottom-style:solid; border-bottom-width:thin }
a:hover { color: #00B7FA; text-decoration: none; border-bottom-color:#00B7FA; border-bottom-style:solid; border-bottom-width:thin }

a img { border: none; }

#menu { color: #000; line-height: 17pt; width: 180px; overflow: auto; top: 10px; bottom: 10px; left: 10px; position: fixed; padding-left: 6px; border-bottom:none; }
#menu ul { margin-top: 0; margin-right: 0; margin-bottom: 12px; list-style: none; border-bottom:none; }
#menu ul a:link { list-style: none; margin: 0 0 12px; border-bottom:none; }
#menu ul a:visited { list-style: none; margin: 0 0 12px; border-bottom:none; }
#menu ul li.section-title { border-bottom:none;  }

#menu ul li.active {
	list-style: disc;
	color:#000;
	font-style:italic;
	li.a:active;
	}

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

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

#content p { width: 500px; margin-bottom: 9px; margin-left: 10px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
.b { color: #fff; text-decoration: none; }
.b:link { color: #fff; text-decoration: none; }
.b:active { color: #fff; text-decoration: none; }
.b:visited { color: #fff; text-decoration: none; }
.b:hover { color: #000; background-color: #fff; text-decoration: none; }

