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

body {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
	letter-spacing: 1px;
    line-height: 1.6em;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top; 
	margin: 20px; 

}

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; color: #FFFFFF; background-color: #000000 }

a img { border: none; }

#menu { float: left; width: 215px; background-color: #FFFFFF; border-top: 10px solid #000000; border-bottom:10px solid #000000; border-left:0px solid #CCCCCC; border-right:0px solid #CCCCCC }

#menu ul { list-style: none; margin: 0 0 10px; }
#menu ul li.section-title { color: #000000; font-family: Georgia, Times New Roman, Times, serif; font-weight:bold;text-transform: uppercase; border-bottom: 1pt solid #CCCCCC; width:100 px; }
#white { background-color:#fff; padding-left:11px; padding-bottom:11px; }
#white2 { background-color:#fff; padding-left:20px; }


#content {
    height: 100%;
	width: 750px;
    margin: 0 0 0 240px;
    top: 0;
	padding-left:15px;
}

.container { font-size: x-small; font-family: Georgia, Times New Roman, Times, serif; padding: 0px 5px 10px 10px; }


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

p {
    margin: 0 0 9px 0;
}

.style2 {color: #00a1f3}

.horizontal_dotted_line { 
	border-top: 1px solid #000000; 
	width: 525px; 
}

.horizontal_dotted_line2 { 
	; 
	width: 675px; 
}

.horizontal_dotted_line3 { 
	border-top: 10px solid #000000; 
	width: 675px; 
}
.horizontal_dotted_line4 { 
	border-top: 1px solid#000000; 
	width: 635px; 
}




h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;}

h2 { font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;} 

h3 { font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;;}
	
	h4 { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;} 
	
	h5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;} 
	
	h6 { font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;} 
	
	h7 { font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;} 
	
	h8 { font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;} 
	
	h9 { font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF} 
	
	h10 { font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF; 
	background-color: #FFFFFF
} 

h11 { font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-samll;
	font-variant: normal;
	text-decoration: none;
	color: #000; 
	background-color: #FFFFFF
} 
	

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

#once { clear: left; }