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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(dot_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	background-color: #fff;
	font-weight: 30;
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#header {
	height: 70px;
	background-image:
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
	width: 870px;
	left: 80px;	
}

#logo {
	height: 61px;
	width: 155px;
	position: relative;
	top: 40px;
	left: 97px;
	position: fixed;
	}

#menu {
	width: 100%;
	overflow: auto;
	top: 70px;
	bottom: 0;
	left: 0;
	height: 100%;
	position: absolute;
	margin-left: 50px;
}

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

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	padding-left: 1px;
	color: #CC9966;
	background-color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
}



#content {
	height: 100%;
	position:relative;
	top: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	width: 650px;
}

.container {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: right;
	margin-left: -5px;
	margin-right: 40px;
	position: fixed;
}

.container02 {
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: -30px;
	margin-left:
; 	margin-left: -10px;
}

.container li a:link, .container li a:active, .container li a:visited {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0,5px;
	display: inline-block;
	}

.container li a:hover {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	background-color: #330066;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	}

#content a:link, #content a:active, #content a:visited  {
	text-decoration: none;
	color: #444;
}

#content a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #330066;
}

#content p {
	width: 400px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

p {
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}


h4 {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-image: url(gfx/bg_dotted.png);
	background-repeat: repeat-x;
	background-position:top;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 18px;
	}
	
h3 {
	font-style: normal;
	font-weight: bold;
	color: #CC9966;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 14px;
	}
	
h1 {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	}
	
h2 {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	}
	
h5 {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	}
	

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

#img-container	{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#img-container p	{
	width: 400px;
}

#once { clear: left; }