/*====  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;
		}
	
	#container {
		margin-left:auto;
		margin-right:auto;
		}	

	#header	{
		display:none;
		}
	
	#navbar { 
		display:none;
		}

	#content {
		width:650px;
		margin:0;
		line-height:1.1em;
		}
	
	#content_left {
		width:650px;
		float:left;
		text-align:left;
		margin-left:10px;
		_margin-left:5px;
		padding-top:10px;
		margin-right:5px;
		}	
	
	#content_right {
		display:none;
		}
		
	
/*====  HEADINGS ====*/

	h1	{ 
		background:url('images/boat.gif') right no-repeat;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		vertical-align:bottom;
		font-size:180%; 
		color:#3888C6;
		padding-bottom:15px;
		border-bottom:1px solid #eeeeee;
		}

	h2	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:160%;
		color:#3888C6;
		}
	
	h3	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:140%; 
		color:#3888C6;
		}
											  
	h4	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:125%; 
		color:#3888C6;
		}
	
	h5	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:110%; 
		color:#3888C6;
		}
	
	h6	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:100%; 
		color:#3888C6;
		}	
				
/*====  LINKS  ====*/

		a 			{ 
					font-weight: bold;
					color: #398ACA; 
					text-decoration: none;
					}

		a:hover		{ 
					font-weight : bold; 
					color : #409BE3; 
					text-decoration: underline;
					} 

		a:visited	{
        		    font-weight: bold; 
					color: #409BE3; 
	        	    text-decoration: none;
		        	}

		a:active	{ 
					font-weight : bold; 
				    color : #409BE3; 
				    text-decoration:underline;
					} 		


/*====  LISTS  ====*/
					
	ol li	{
			list-style-type: decimal;
				}
	
		ul li 	{ 
				list-style-type:square;
				}	
	

	
/*====  Footer  ====*/

#footer {
		font-size:85%;
		font-family:arial,helvetica,sans-serif;
		font-weight:normal;
		color:#000000;
		text-align:center;
		clear:both;
		padding-bottom:5px;
		margin-top:20px;
		padding-top:10px;
		border-top:1px solid #cccccc;
		}
		