/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/*Karl you don't need to edit this anymore*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Helvetica, "Helvetica", Arial, sans-serif;
	background: #fff;
}

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

a:link { 
	text-decoration: none; 
	color: #000; 
	font-size: 11px;
}

a:active { 
	text-decoration: none; 
	color: #000; 
	font-size: 11px;
}

a:visited { 
	text-decoration: none; 
	color: #000; 
	font-size: 11px;
}

a:hover { 
	text-decoration: underline; 
	color: #000; 
	font-size: 11px;
}

a img { border: none; }

#menu {
	font-size: 11px;
	color: #777;
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-top: 21px;
	padding-left: 21px;
	padding-right: 0px;
	text-align: left;
}

ul {
	list-style: none;
	margin: 0 0 14px 0;
}

ul li.section-title {
	color: #cc3300;
	font-size: 11px;
	font-weight: normal;	
}
ul li.blue-title {
	color: #0099cc;
	font-size: 11px;
	font-weight: normal;	
}

#content {
	font-size: 11px;
	color: #000;
    height: 100%;
    margin: 0 0 0 140px;
    padding-left: 35px;
    padding-top: 21px;
    top: 0;
    text-align: left;
}

#content ul {
	color: #000;
	font-size: 11px;
	list-style: none;
}

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

#content p {
    margin: 0 0 0 0;
}

h1 { 
	font-size: 11px;
	color: #0099cc;
	font-weight: normal;
	margin: 0;
}

h2 { 
	font-size: 11px;
	color: #000000;
	margin: 0;
}

h3 { font-size: 11px; }
h4 { font-size: 11px; }

#img-container	{ 
	font-size: 11px;
	margin: 0; 
	padding: 0; 
}

#img-container p	{ width: 400px; margin: 0; padding: 0 0 14px 0; }

#once { clear: left; }

.maintitle {
	color: #cc3300;
	font-size: 11px;
}
a.maintitle {
	color: #cc3300;
	font-size: 11px;
}
.copyright {
	font-size: 9px;
}
a.copyright:link,a.copyright:visited,a.copyright:active {
	color: #777;
	font-size: 9px;
}
a.copyright:hover {
	color: #777;
	font-size: 9px;
	text-decoration:underline;
}
.scrap {
	margin-top: 14px;
}
