body {
	position: center;
	background-color: #EDEDED;
	color: #000000;
	background-image: url('bg.jpg');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom:10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	text-decoration: none;

}	

h1 {font-family: Arial, Helvetica, sans-serif;
     font-size: 22px; color: #000000; text-align: center;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	text-align: center;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
	 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
	 
h5 {font-family: Arial, Helvetica, sans-serif;
     font-size: 12px; color: #000000;
}
	 
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
	 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}  

a:visited {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;text-decoration: none; font-weight:bold; color: #000000}  
a:hover {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;  font-weight:bold;  color: #000000;  }  
a:active {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px; color: #000000;  font-weight: bold; }    




/* all below is  "Sticky Footer" codes that can be removed if bottom bar doesn't work */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 
	
	
	
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

