@charset "ISO-8859-1";


body{
	text-align: center;
	/*Body font especifications*/
	
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
header{
	background-color: #FFF;
	width: auto;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
#wrapper {
	background-color: #FFF;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menubar {
	float: left;
	height: 400px;
	width: 150px;
	text-align: left;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000;
	padding-left: 5px;
	clear: left;
	background-color: #FFF;
}
#content {
	height: 650px;
	width: 500px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-top: 0px;
	left: auto;
	right: auto;
	font-style: normal;
	line-height: 20px;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 15px;
	overflow: scroll;
}
	
    
    .titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
    
a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	}
	
	a:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
	a:hover {
	color: #000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	font-style: normal;
		 }
	a:active {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000;
}
	
	
#copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 100;
	background-color: #FFF;
	height: 23px;
	width: auto;
	text-align: center;
	padding-top: 10px;
	clear: both;
	bottom: -5px;
	margin-bottom: -10px;
	color: #000;
}
#wrapper #header .titles {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
