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

body { text-decoration: none;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #e00013;
}



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

a:link { text-decoration: none;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #e00013;
}

a:active{ text-decoration: none;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #e00013;
}
	
a:visited { text-decoration: none;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #e00013;
}
	
a:hover { text-decoration: underline;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #e00013;
}
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: white;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	opacity: 1;
}

#menu ul li.section-title {
font-size: 14px;
	text-align: left;
	text-indent: 20px;
	line-height: 28px;
	vertical-align: bottom;
	color: #e00013; 
}



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

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

#content p { width: 340px; margin-bottom: 0px; }

p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }




a.style1:link {font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;}
	
a.style1:active { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;
	
}
a.style1:visited { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;
	
}
a.style1:hover { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: silver;
	
}

h5 {font: bold 14px/20px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: black;}


