body 		{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:.8em;
			text-align:center;
			background-color:#ffffff; 
			background-attachment:scroll;
			margin:0;
			padding:0;
			height:100%;
			}
	
legend 		{
			font-family: 'Nobile', arial, serif;
			}
			
h1			{ 
			font-family: 'Nobile', arial, serif;
			vertical-align:bottom;
			font-weight:normal;
			font-size:160%; 
			color:#15418c;
			}

h2			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:150%;
			color:#15418c;
			}

h3			{ 
			font-family: 'Nobile', arial, serif;
			font-size:125%; 
			font-weight:bold;
			color:#15418c;
			}
											  
h4			{	 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:115%; 
			color:#15418c;
			}
	
h5			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:110%; 
			color:#15418c;
			}
	
h6			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:100%; 
			color:#15418c;
			}	

p			{
			color:#000000;
			line-height:1.4em;
			}
				
ul li 		{ 
			list-style-type:square;
			margin:.8em 0;
			}		
		
a			{ 
			font-weight:normal;
			color: #d05c3f; 
			text-decoration:underline;
			}
	
a:hover		{ 
			font-weight:normal; 
			color:#de6a4d; 
			text-decoration:underline;
			} 
	
a:visited	{
   		    font-weight: normal; 
			color:#d05c3f; 
       	    text-decoration:none;
        	}

a:active	{ 
			font-weight:normal; 
		    color:#de6a4d; 
		    text-decoration:underline;
			} 		
		
#wrapper 	{
			background-color:#ffffff; 
			min-height:100%;
			margin-left:auto;
			margin-right:auto;
			width:650px; 
			}
			
#header		 {
			display:none;
			}
			
#content	{
			background-color:#ffffff; 
			width:650px;
			overflow:wrap;
			}

#left 		{
			background-color:#ffffff; 
			width:100%;
			float:left;
			text-align:left;
			margin-left:10px;
			margin-right:5px;
			}

#right		{
			display:none;
			}
			
#right ul 	{
			font-size:85%;
			padding-left:0;
			margin-left:0;
			}
			
#right ul li {
			list-style-type:none;
			margin-left:3px;
			}
			
#footer 	{	
			width:650px;
			margin-top:30px;
			text-align:center;
			}

#footer a, #footer a:visited {
			color:#d05c3f;			
			text-decoration:underline;
			}	

#copyright 		{
				padding-top:20px;
				margin-top:2px;
				padding-bottom:20px;
				font-size:.85em;
				line-height:.9em;
				}

#copyright p 	{ 
				margin-top:0;
				padding-top:0;
				}
						
#navbarcontainer {
				display:none;
				}
				
