/*====  document structure  ====*/

	body { 
		font-size:.8em;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		background-color:#a0d6fc;
		margin:0;
	    padding:0;
		}
	
	p	{
		color:#333333;
		line-height:1.2em;
		}
	
	table {
		font-size:90%;
		}
	
	#container {
		margin-left:auto;
		margin-right:auto;
		width:100%;
		overflow:inherit;	
		}	

	#header {
		display:none;
		}

	#navbar { 
		display:none;
		}
		
	#navbar img {
		display:none;
		}

	#content {
		overflow:auto;	
		margin: 0 auto;
		width:100%;
		}		
		
	#content_top {
		background: url(images/tagline.gif);
		height:30px;
		width:100%;
		}
		
	#text
		{
		margin:15px 25px 0 25px;		
		text-align:left;
		}
			
/*====  HEADINGS ====*/

	h1	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:160%; 
	    color: #624646; 
		text-align: left;
		margin:0;
		font-weight:normal;
		}

	h2	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:130%;
		color:#624646;
		text-align:left;
		margin:0;
		font-weight:normal;
		}
	
	h3	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:120%; 
		color:#624646; 
		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:110%; 
		color : #624646; 
		text-align : left; 
		margin:0;
		font-weight:bold;
		}
	
	h5	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:100%; 
		color:#624646; 
		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:#624646; 
		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;
				} 

/*====  LISTS  ====*/
					
	ol li	{
			list-style-type: decimal;
			}
	
	ul li 	{ 
			list-style-type:square;
			}	

	
/*====  Footer  ====*/

	#footer {
			width:100%;
			height:100px;
			font-size:85%;
			margin-left:auto;
			margin-right:auto;
			color:#624646;
			text-align:center;
			clear:both;
			}	
	
	#footer div {
			padding-top:65px;
			line-height:1.6em;
			}
		
	#footer div a {
			color:#624646;			
			}
			
	#footer a:active, #footer a:hover {
			color:#8b6363;
			}