/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-weight:normal;	
}
body {
	font-size: 12px;
	line-height:16px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	font-weight:normal;
	letter-spacing: 0.5px
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
.section-4 { font-weight:normal; }

/*
A:link             { color: blue; background-color: yellow; }
A:visited          { color: black; background-color: yellow; }
A:active           { color: yellow; background-color: red; }
*/


a img { border: none; }

#menu {
    width: 215px;
    /*overflow: auto;*/
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;/*fixed;*/
    height: 100%;
	background-color: #fff;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
/*
#menu a:link, .container a:link { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
#menu a:active, .container a:active { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
#menu a:visited, .container a:visited { text-decoration: none;  color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
#menu a:hover, .container a:hover { text-decoration: none; color:#000;background-color:#99FF99;padding:2px;padding-bottom:0px;font-weight:normal; }
*/
.mainLink a:link { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.mainLink a:active { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.mainLink a:visited { text-decoration: none;  color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.mainLink a:hover { text-decoration: none; color:#000;background-color:#99FF99;padding:2px;padding-bottom:0px;font-weight:bold; }
.mainLink a:focus { outline:none; }

.secondLink a:link { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
.secondLink a:active { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
.secondLink a:visited { text-decoration: none;  color:#000;padding:2px;padding-bottom:0px;font-weight:normal; }
.secondLink a:hover { text-decoration: none; color:#000;background-color:#99FF99;padding:2px;padding-bottom:0px;font-weight:normal; }
.secondLink a:focus { outline:none; }

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


#menu ul li.section-title { font-weight:bold;padding-left:0px; }

.section-title a:link { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.section-title a:active { text-decoration: none; color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.section-title a:visited { text-decoration: none;  color:#000;padding:2px;padding-bottom:0px;font-weight:bold; }
.section-title a:hover { text-decoration: none; color:#000;background-color:#99FF99;padding:2px;padding-bottom:0px;font-weight:bold; }
.section-title a:focus { outline:none; }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	font-weight:normal;
}

.container {
    padding: 29px 5px 25px 34px;
	font-weight:normal;
}
.mainTitle {
	font-size:16px;
	font-weight:bold;
	padding-left:2px;
	padding-top:10px;
}
.bluelink {
	color:#0000FF;
	font-weight:normal;
	padding-left:2px;
}
.bluelink a:link, .bluelink a:active, .bluelink a:visited {
	color:#0000FF;
	text-decoration:underline;
	font-weight:normal;
}
.bluelink a:hover {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

#content p { width: 400px; margin-bottom: 9px;font-weight:normal; }

p {
    margin: 0 0 0 0; /*0 0 9px 0;*/
	font-weight:normal;
}

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

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

#once { clear: left; }

.nav {
	font-size:12px;
	font-weight:bold;
}
.nav a:link, .nav a:active, .nav a:visited {
	text-decoration:none;
	color:#000;
	font-size:18px;
}

.nav a:hover {
	text-decoration:none;
	color:#0000FF;
	font-size:18px;
}

.underlined {
	font-weight:bold;
	text-decoration:underline;
}
