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

body {
	font-size: 12px;
	font-family: Times New Roman,Times,serif;
	line-height: 140%;
	background: #ffffff;
	margin-left: 220px;
	margin-top: 92px;

}

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

a:link { 
	text-decoration: none;
	color: #000000;
	}

a:active { 
	text-decoration: none;
	color: #000000;
	}

a:visited { 
	text-decoration: none;
	color: #000000;
	}

a:hover { 
	text-decoration: none;
	font-weight: bold;
}

a img { border: none; }

img {padding-right: 16px; padding-top: 8px; padding-bottom: 8px; }


#menu {
	font-size: 13px;	
	line-height:175%;
    top: 25px;
	left: 40px;
    position: fixed;
   	background: #ffffff; 
	none repeat scroll 0 0;
}

#menu ul {
	list-style: none;

}

#menu ul li.section-title { 
	}


#menu li.active a {
	font-weight: bold;
	color: #4169E1;	
	}
	
	
#menu a:hover {
	color: #4169E1;	
	}
	
	
	
#content {
    height: 100%;
    margin: 0 0 0 15px;
}

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

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



p {
}




h1 { font-size: 16px; }


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


#once { clear: left; }
