/*====  document structure  ====*/
	
	body { 
		font-size:.8em;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		margin: 0;
	    padding: 0;
		}
	
	P	{
		color:#333333;
		line-height:1.2em;
		}
	
	table {
		font-size:80%;
		}
		
	#container {
		margin-left:auto;
		margin-right:auto;
		width:650px;
		}	

	#header	{
		display:none;
		}
	
	#navbar { 
		display:none;
		}

	#content {
		background: url(images/content_bg.gif);
		overflow:auto;	
		}
	
	#content_left {
		text-align:left;
		}	
	
	#content_right {
		margin-top:15px;
		font-size:85%;
		font-family:arial,helvetica,sans-serif;
		text-align:left;
		}
		
	#content_right ul {
		margin-left:0;
		padding-left:0;
		}
	
	#content_right ul li {
		list-style-type:none;
		}
		
	#content_right h3 {
		display:none;
		} 	
	
/*====  HEADINGS ====*/

	H1	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:180%; 
	    color: #004B8D; 
		text-align: left;
		margin:0;
		font-weight:bold;
		}
	
	H2	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:160%;
		color:#004B8D;
		text-align:left;
		margin:0;
		font-weight:bold;
		}
	
	H3	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:140%; 
		color:#004B8D; 
		text-align:left;  
		margin:0;
		padding-top:15px;
		padding-bottom:5px;
		font-weight:bold;
		}
											  
	H4	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:125%; 
		color : #004B8D; 
		text-align : left; 
		text-decoration:underline;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:bold;
		}
	
	H5	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:110%; 
		color:#004B8D; 
		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:95%; 
		color:#004B8D; 
		text-align:left;    
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:bold;
		}
				
/*====  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;
				} 


/*====  LISTS  ====*/
					
	OL LI	{
			list-style-type: decimal;
			}

	UL LI 	{ 
			list-style-type:square;
			}	
	
/*====  Gallery of Images  ====*/

	#gallery {
		display:none;
	}
	
/*====  Footer  ====*/

#footer {
		font-size:85%;
		font-family:arial,helvetica,sans-serif;
		color:#666666;
		text-align:center;
		padding-top:20px;
		}	