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

body {
	font-size: 9pt;
	line-height: 12.5pt;
	font-family:Century Gothic, Helvetica, arial, sans-serif;
	color:  #7D7E80;
	text-decoration: none;
	background:#FFFFFFF
}

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

a:link { text-decoration: none; color: #7d7e80; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5f6062; }
a:hover { text-decoration:none ; color:#920F0F;
}

a img { border: none; }

#whole {
clear:left;
height:auto;
margin:0 auto;
position:relative;
text-align:left;
width:auto;
z-index:999;}


#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
	padding-left:5px;
    height: 100%;
	background-color:#FFFFFF;
	border-left: 4px solid #920F0F;
	margin-left: 0px;
	opacity:.90;
    filter:Alpha(opacity=100);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
   
	
	
}

	#menu .container
	{ padding: 70px 0 21px 40px; }


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

#menu ul li.section-title {
	line-height: 15pt;
	border-bottom-style:none;
	border-bottom-width: 2px;
	border-bottom-color:black;
	border-bottom-length:150px;
	color: #920f0f;
	font-size: 9pt;
	font-family: Century Gothic, Helvetica, monospace Verdana, sans-serif;
	font-weight:bold
}




#content {
    height: 100%;
    margin: 0px 0 0 0px;
    top: 0;
	padding-left: 0px;
	width: auto;
	margin-left: 0px;

}

.container {
    padding: 75px 0px 0px 210px;
}

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


line-height: 21pt;
margin-left: 5px;
font-size: 18pt;
color: #7d7e80;

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12pt; font-weight:bold; line-height: 12pt; color:#920f0f }
h2 { font-size: 12px; font-weight:100; color:918f8f; line-height:0pt; font-style:italic }
h3 { font-size: 10.5px; color:737373; line-height:10pt; font-weight:100; font-style:italic }
h4 { font-size: 8.5pt; color:737373; line-height:12pt ; font-weight:100}
h5 { font-size: 8.5pt; color:737373; line-height:10.5pt ; font-weight:100; }
h5 { color:black; }
h6 { font-size: 8.5pt; line-height: 10.5pt; font-weight:100; color:#666666 }
h7 { font-size: 10pt; font-weight:bold; line-height: 12pt; color:#920f0f }
h10 { font-size: 24pt; font-weight:700; line-height: 50pt; color:737373 }
h11 { font-size: 17pt; font-weight:bold; line-height: 20pt; color:737373 }
h12 { font-size: 10pt; font-weight: bold; text-decoration:none ; line-height: 12pt; color:#920f0f }


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

#once { clear: left; }

a[href^="mailto"] { color: black; }
