body {
	font: normal 62.5% Verdana, "Trebuchet MS", Arial, sans-serif;
	background:#000000;
	color: #000000;
	line-height: 2em;
}
/*MAIN MENU */ 
#menu {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type : none;
	list-style-image : none;
}
#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
color : #CC66CC;
}

			/* LINKS*/ 
a:link, a:visited {
color: #CC66CC;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #032D57;
}

/*LEFT MENU */ 
.sidenav { 
margin : 10px 5px 10px 10px;
padding : 0;
list-style-type : none;
background : #FFFFFF;
color : #fff;
} 
.sidenav a {
	letter-spacing : 1px;
	margin-bottom : 5px;
	padding-left : 10px;
	display : block;
	text-decoration : none;
	background : url(images/bullet.jpg) no-repeat left center;
	color : #CC66CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background :  url(images/bullet2.jpg) no-repeat left center;
color : #000000;
} 
ul { 
list-style : none;
margin : 0;
padding : 0;
} 

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}	

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
p {
	color: #585947;
	margin:0;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}

h1{
	margin: 0 0 15px 10px;
	padding: 10px 10px 10px 0;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #CC66CC;
	text-align: right;
}
h2{
	margin: 0 0 15px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC66CC;
}

h3 {
	letter-spacing: 3px;
	font-size: 12px;
	background: inherit;
	color: #CC66CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
	margin: 0 0 0px 10px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
h5{
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #CC66CC;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
