/* BASIC STYLES */

body { 
   	background-color : #0f0674;
	color : #1a1a1a; 
	font : "Helvetica Neue", Arial, sans-serif; 	
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : center; }  
	
div#wrapper {
	background-color : #fff;
	margin : 0 auto;
	text-align : left; }

/* ------------------------------------------------(Headers Styles) ------------------------------ */	      	    	                         

h1 {
	color :#eb3018; } 


h2 {  
	color : #372f8a; } 
		
a {
	text-decoration : none; }
		
img {
	border : none; }
		
/* ------------------------------------------------(Main Nav Styles) ------------------------------ */	 
	
a:link, a:visited {    
	color : #0f0674; }
	
li a:hover, li a:active {
	color : #372f8a; }

li#current a {
	color : #eb3018; }
   
	


