/**
* Global CSS Styles
* 
* @version 1.0
* @author Geofferino
*/

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%; 
}

body {
	height: 100%;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	background-color: #000000;
}


A:link {
	text-decoration: none; color: #999999;
}
A:visited {
	text-decoration: none; color: #999999;
}
A:active {
	text-decoration: none; color: #999999;
}
A:hover {
	text-decoration: underline;	color: #fd5503;
}


/*
* Menu CSS Styles
*
* @author Geofferino
*/

#menu {
	width: 220px;
	overflow: auto;
	top: 20px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #000000;
	padding-top: 0px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	cursor: pointer;
	margin-top: 10px;
	line-height: 16px;
}

.section-title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
}

#menu a:link {
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}

#menu a:active { 
	font-size: 11px;
	text-decoration: none; 
	color: #999999;
}

#menu a:visited { 
	font-size: 11px;
	text-decoration: none; 
	color: #999999;
}

#menu a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #fd5503;
}



/*
* 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: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
}

h2 {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
}
h5 {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #999999;
}



hr {
color: #999999;
background-color: #c6c7c8;
height: 1px;
border: 0;
}
