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

body {
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	background: #9ab3b0;
	background-color:#9ab3b0;
	background: url(/diag.png) top left;
}

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

#menu a:link { text-decoration: none; color: white; font-size:25px; line-height:normal }
#menu a:active { text-decoration: none; color: white; font-size:25px; line-height:normal}
#menu a:visited { text-decoration: none; color: white; font-size:25px; line-height:normal}
#menu a:hover { text-decoration: none; color: white; font-size:25px; font-weight:bold; line-height:normal}

#content a:link {text-decoration: none; color: white; }
#content a:active {text-decoration: none; color: white;}
#content a:visited {text-decoration: none; color: white;}
#content a:hover {text-decoration: none; color: white; font-weight:bold}

#cred a:link {text-decoration: none; color: white; }
#cred a:active {text-decoration: none; color: white;}
#cred a:visited {text-decoration: none; color: white;}
#cred a:hover {text-decoration: none; color: white; font-weight:bold}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	right:0;
    position: fixed;
    height: 100;
	padding: 44px 0px 0px 16px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	line-height: 16px;
	background:#4d7773;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	width:140px;
	
	
}

#menu li {
	list-style: none;
	
}

#menu ul li.section-title {
	color: white;
	font-size: 125%;
	font-weight: bold;
	}

#menu a.name {
	display: block;
	margin: 0 0 10px -10px;
	border: none;
	background:#4d7773;
	padding:15px 15px 15px 15px;
	width: 140px;
	height: 100%px;
	}

#menu a.name strong { display: none;}

#cred {
	width: 115px;
	text-align:center;
    height: 100%;
	margin:0 0 0 746px;
    padding:2px 2px 2px 2px;
    color:#FFFFFF;
	background-color:#4d7773;
	font-size:9px;
	z-index:5;
	
    
}


#content {
	width: 620px;
    height: 100%;
    margin: 0 0 0 215px;
    padding: 10px 10px 10px 20px;
    top: 0;
    color:#FFFFFF;
	background-color:#4d7773;
    
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;}
	
		
.container {
    padding: 5px 5px 25px 5px;
}

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



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { color: #F5851F; font-size: 14px; font-weight: bold; margin-bottom: -10px;}

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

#once { clear: left; }

.copyright { color: #dcc199; }