		
#wrapper { 
		margin-left:auto;
		margin-right:auto;
		width:100%;
		}
		
#header { 
		display:none;
		}
		
#navbar {
		display:none;
		}

#content {
		width:100%;
		}	
		
#footer {	
		display:none;
		}
			
/*==== headers ====*/
		
	h1	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:160%; 
	    color: #000000; 
		text-align: left;
		margin:0;
		font-weight:normal;
		}

	h2	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:130%;
		color:#000000;
		text-align:left;
		margin:0;
		font-weight:normal;
		}
	
	h3	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:120%; 
		color:#000000; 
		text-align:left;  
		margin:0;
		padding-top:15px;
		padding-bottom:5px;
		font-weight:normal;
		}
											  
	h4	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:110%; 
		color:#000000; 
		text-align : left; 
		margin:0;
		font-weight:normal;
		}
	
	h5	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:100%; 
		color:#000000; 
		text-align:left;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:bold;
		}
	
	h6	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:90%; 
		color:#000000; 
		text-align:left;    
		margin:0;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:5px;
		}	
		
/*====  links  ====*/

	a 	{ 
		font-weight: bold;
		color:#004B8D; 
		text-decoration: underline;
		}

a:hover	{ 
		font-weight : bold; 
		color:#005AAA; 
		text-decoration: underline;
		} 

a:visited {
		color:#004078; 
        font-weight:bold; 
	    text-decoration:underline;
		}

a:active{  
		font-weight:bold; 
		color:#005AAA; 
		text-decoration:underline;
		} 	
		
	
/*====  other elements  ====*/		

	p 	{
		color:#333333;
		line-height:1.4em;
		margin:15px 0 15px 0;
		}
		
	ol li {
		list-style-type: decimal;
		margin-left:35px;
		}
	
	ul li { 
		list-style-type:disc;
		margin-left:35px;
		line-height:1.6em;
		}	
		
	table, tr, td {
		border-collapse:collapse;
		border-spacing: 0;
		border:1px solid #000000;
		padding:5px;
		}
	
	.heading { 
		background-color:#3c516d;
		color:#ffffff;
		text-align:center;
		font-weight:bold;
		}
		
	#keydates { display:none;}
		
	