/* strip default browser inconsistancies */

:link,:visited { text-decoration:none }
ul { list-style:disc }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight: normal; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body
	{
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 62.5%;
	text-align:center; 
	}
	
	#container	
		{
		height: auto;
		width: auto;
		text-align: left;
		margin: 20px auto 20px auto;
		padding: 0;
		border: none;
		}
		
		#content 
			{
			margin: 0;
			padding-bottom: 0;
			}
		
		#head_content {}

			#logo 
				{ 	
				position: relative; text-align:right;
				padding: 0px 0 0 0px; 
				margin: 0;
				}			
				
			#navigation	{display:none;}
				
			#sub_navigation	{display:none;}			

			#page_content 
				{
				padding-top: 18px;  
				margin-left: 0px;
				}
						
				#main_image	
						{	
						position:relative;
						margin: 0;
						}	
						
				#title				
					{					
					width: 560px;
					margin: 0;
					margin-top: 40px;
					padding-left: 0px;
					padding-right:0;
					padding-bottom: 0;
					}
					
					#title h1 
					{			
					margin: 0;
					color: white; 	
					padding-top: 0;
					padding-left: 0px;
					padding-right: 0px;
					font-size: 6em;
					line-height: 1.2em; 
					background-color: #9CD8BC;
					padding-bottom: 0px;
					}			
					
				#text	 
					{		
					width: 560px;
					margin-right: 60px;
					padding: 0; 
					padding-top: .7em;
					font-size: 1.2em;	
					line-height: 1.4em;
					color: #333;			
					padding-bottom: 5px; 		
					}
			
					#text p {padding-bottom: 1em;}
					
					#text p em					
						{
						font-style: normal;
						font-weight: bold;
						}
					
						#text p a 
							{ 
							text-decoration: underline;		
							color: #333;
							}						
							
							#text p a:hover
							{ 
							text-decoration: underline;		
							color: #1D4F95;
							}			
							
					#text h2 
						{
						color: #1D4F95; 
						padding: 0;
						margin: 0;
						}
						
					#text h3 
						{	
						color: #333; 
						padding-bottom: 1.2em; 
						margin: 0; 
						font-weight: bold;
						}
					
					#text ul li					
						{
						list-style-type: disc;
						list-style-position: inside;
						text-indent:-1em;
						padding-left:1.75em;
						}
							
				#text ul {padding-bottom: 1.2em;}

	#footer	
		{ 
		width: auto;
		text-align:left;
		margin: 0 auto 18px auto;
		padding: 0 0 1.4em 0;
		font-size:1.1em;
		line-height: 1.2em;
		}
		
		#footer .left 
			{
			float: none;
			width: auto; 
			text-align:left; 
			padding-bottom:1.4em;
			}
		
		#footer .inline_right 
			{clear:both;
			float: none; 
			width: auto; 
			text-align:left; 
			padding-top:1.4em;
			padding-bottom:1.4em;
			}	
		
		#footer	hr {display:normal;} 
		
		#footer p {color: #aaa;}		
		
		#footer p a {color: #777;}
		
		#footer p a:hover {color:#1D4F95;}
		
		
		
  	text a:link:after,
    text a:visited:after {
      content: " (" attr(href) ") ";
      font-size: 110%;
    }
    
    html.noted a:link:after,
    html.noted a:visited:after {
       content: &#34;&#34;;
    }
    
