/**
* Global CSS Styles
* 
* @version 1.0
* @author Geofferino
*/

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%; 
}

body {
	height: 100%;
	font-size: 12px;
	font-family: Arial, Verdana;
	background: #fff;
	color: #707173;
}


A:link {text-decoration: none; color: #e75321;}
A:visited {text-decoration: none; color: #e75321;}
A:active {text-decoration: none; color: #e75321;}
A:hover {text-decoration: underline; color: #e75321;}


/*
* Menu CSS Styles
*
* @author Geofferino
*/

#menu {
    width: 220px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	cursor: pointer;
	margin-top: 10px;
	line-height: 16px;
}

.section-title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
        
	
}

#menu a:link {
	text-decoration: none; 
	color: #707173; 
}

#menu a:active { 
	text-decoration: none; 
	color: #707173; 
}

#menu a:visited { 
	text-decoration: none; 
	color: #707173; 
}

#menu a:hover { 
	text-decoration: underline; 
	color: #e75321; 
}



/*
* Body CSS Styles
* 
* @author Geofferino
*/
#content {
	width: 720px;
    height: 100%;
    margin: 0 0 0 250px;
    top: 0px;
	padding-top: 20px;
	padding-left: 0px;
}
.container {
    padding: 0px 0px 0px 0px;
}

h1 {
	margin: 0px 00px 0px 0px;
	font-size: 14px;
	font-family: Arial, verdana;
	color: #707173;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-family: Arial, verdana;
	color: #e75321;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-family: Arial, verdana;
	color: #707173;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-family: Arial, verdana;
	color: #e75321;

}
h5 {
	font-size: 11px;
	font-family: Arial, verdana;
	font-weight: normal;

}



hr {
color: #999999;
background-color: #c6c7c8;
height: 1px;
border: 0;
}
