	body { 

		font-family: Verdana, Arial, sans-serif !important;
		text-align:center;
		margin:0;
	    padding:0;
		}
	
	#container {
		margin-left:auto;
		margin-right:auto;
		}	

/* header */

	#header	{
		display:none;
		}
		
	#header_onlineprogram {
		display:none;
		}
	
/* navigation */

	#navbar { 
		display:none;
		}

	#AddSession {
		display: none;
		}
/* page elements */

	p	{
		color:#333333;
		line-height:1.2em;
		}
	
	table {
		/*font-size:90%;*/
		}

/* headings */
		
	h1	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		vertical-align:bottom;
		font-size:180%; 
		color:#666666;
		padding-bottom:15px;
		border-bottom:1px solid #eeeeee;
		}

	h2	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		font-size:160%;
		color:#666666;
		}
	
	h3	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		font-size:140%; 
		color:#666666;
		}
											  
	h4	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		font-size:125%; 
		color:#666666;
		}
	
	h5	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		font-size:110%; 
		color:#666666;
		}
	
	h6	{ 
		font-family:'Droid Sans', Arial, sans-serif;
		font-size:100%; 
		color:#666666;
		}	
				
/* links */
	
	a 	{ 
		font-weight: bold;
		color: #f59002; 
		text-decoration: none;
		}

	a:hover	{ 
			font-weight : bold; 
			color : #f59f26; 
			text-decoration: underline;
			} 

	a:visited	{
     		   	font-weight: bold; 
				color: #f59002; 
	  	      	text-decoration: none;
			   	}

	a:active	{ 
				font-weight : bold; 
		 	   	color : #f59f26; 
		 	   	text-decoration:underline;
				} 		

/* lists */
	
	ol li	{
			list-style-type: decimal;
				}
	
	ul li 	{ 
			list-style-type:square;
			}
	
/* main content */
			
#content {
		margin:0;
		line-height:1.1em;
		text-align:left;
		}
	
	#content_left {
		text-align:left;
		margin-left:10px;
		/*_margin-left:5px;*/
		padding-top:10px;
		margin-right:5px;
		}	
	
	#content_right {
		display:none;
		}
	
/*====  Footer  ====*/

#footer {
		font-size:85%;
		line-height:1.2em;
		font-size:85%;
		font-family:arial,helvetica,sans-serif;
		font-weight:normal;
		color:#000000;
		text-align:center;
		clear:both;
		float:left;
		padding-top:80px;
		padding-bottom:15px;		
		}
		