/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author mariano 
*/


body {
	font-size: 9pt;
	font-family: Andale Mono, Arial, Helvetica, sans-serif;
	color: #e2005f;
	background-color: #ffffff;
    overflow: auto;
	margin: 0;
	padding: 0;
	line-height: 14px;
	height:100%;
}

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

p {
    
}

a:link {
	text-decoration: none;
	color: #525252;
}
a:active {
	text-decoration: none;
	color: #525252;
}
a:visited {
	text-decoration: none;
	color: #525252;
}
a:hover {
	text-decoration: none;
	color: #e2005f;
}
a img {
	border: none;
}

#topLogo {
	position: fixed;
	padding: 26px 0px 0px 24px;
	z-index: 1000;
}
#topTitle {
	padding-bottom: 10px;
	font-weight: bold;
}
#topTitle a:link {
	text-decoration: none;
	color: #e2005f;
	}
#topTitle a:active {
	text-decoration: none;
	color: #e2005f;
	}
#topTitle a:visited {
	text-decoration: none;
	color: #e2005f;
	}
#topTitle a:hover {
	text-decoration: none;
	color: #e2005f;
	}

#head {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:60px;
	background-color: #FFFFFF;
}

#menu {
	background-color: #ffffff;
	position: fixed;
  	width: 220px;
	height: 100%;
	float: left;
	z-index: 1;
}


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

#menu ul li.section-title { }

#content {
  	width: auto;
	float: left;
	position: absolute;
	margin-top: 102px;
	margin-left: 260px;
   	overflow: auto;
	z-index: 0;
}
#content p {
	text-decoration: none;
	color: #3d3d3d;
	}
#content a:link {
	text-decoration: none;
	color: #3d3d3d;
	}
#content a:active {
	text-decoration: none;
	color: #3d3d3d;
	}
#content a:visited {
	text-decoration: none;
	color: #3d3d3d;
	}
#content a:hover {
	text-decoration: none;
	color: #e2005f;
	}

.container {
    padding: 0px 0px 0px 0px;
}
#img-container	{
	width: auto;
	margin: 0;
	padding: 0;
}
#img-container p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#once { clear: left; }