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

body {
	font-size: 13px;
	font-family: "Courier New", courier, Monaco, monospace;
	color: #000000;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: none;
}

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

#menu ul li.section-title {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; 

	}

#menu ul li a{
	color: #0000ee;
	padding: 1px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0px;

	

}

#menu ul li a:link {
	background: none repeat scroll 0 0 none;
	text-decoration: none; 
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0px;

}

#menu ul li a:active {
	background: none repeat scroll 0 0 none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0px;

}

#menu ul li a:visited {
	background: none repeat scroll 0 0 none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0;

}

#menu ul li a:hover {
	background: none repeat scroll 0 0 #eeeeee;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0;

}

#menu ul li.active a {
	background: none repeat scroll 0 0 yellow;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0px 0;
 

}


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

.container {
    padding: 0px 5px 0px 5px;
     top: 0;
    bottom: 0;
}

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

p {
    margin: 0 0 9px 0;
}

#column { width: 210px;
	left: 230px;
	margin-bottom: 9px;
	margin-right: 9px;
    position: absolute;
    background-color: #fff;
    }

#badge {
  float: right;
  width: 700px;
  margin: 0 15px 0 0;
  }

h1 { background: none repeat scroll 0 0 none;
	font-size: 13px; 
	font-weight: normal; 
	font-family: Helvetica, Arial, sans-serif ;
	margin-bottom: 15px:
	}
	
h2 { background: none repeat scroll 0 0 #ffffff;
	font-size: 13px; 
	font-weight: bold; 
	font-family: Helvetica, Arial, sans-serif ;
	}

	
h3 { font-size: 13px; 
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif ;
	}
	
h4 { font-size: 12px; 
	font-weight: normal;
	font-family: "Courier New",courier,monospace;
	}

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

#once { clear: left; }

.required { 	color: #F00; }