/**
* Global CSS Styles
* 
* @version 1.0
* @author Geofferino
*/

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%; 
}

body {
	height: 100%;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	color: #000000;
}

a img {
   border-style: none;
}


A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}


/*
* Menu CSS Styles
*
* @author Geofferino
*/

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	cursor: pointer;
	margin-top: 9px;
	line-height: 16px;
}

.section-title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
        
	
}

#menu a:link {
	text-decoration: none; 
	color: #000000; 
}

#menu a:active { 
	text-decoration: none; 
	color: #000000; 
}

#menu a:visited { 
	text-decoration: none; 
	color: #000000; 
}

#menu a:hover { 
	text-decoration: underline; 
	color: #000000; 
}



/*
* Body CSS Styles
* 
* @author Geofferino
*/
#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
	padding-top: 20px;
	padding-left: 0px;
}


h1 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	color: #000000;
}
