/* REDEFINE HTML
----------------------------------------------- */
	body {
		margin: 0;
		padding: 0;
		border: 0;
		color: #022735;
		text-align: center;
		background: #bbd5e3 url('graphics/bg.jpg') no-repeat top center;
		font: 13px arial, geneva, verdana, sans-serif;
		line-height: 17px;
		}
		
	body#pop {
		margin: 0;
		padding: 0;
		border: 0;
		color: #FFFFFF;
		text-align: center;
		background: #e7e1c5 url('graphics/photobg.gif') no-repeat top center;
		font: 12px arial, geneva, verdana, sans-serif;
		line-height: 16px;
		}	
		
	img {
		border: 0;
		}
	
	.lg {
		font-size: 13px;
		line-height: 17px;
	}	
	
	.xlg {
		font-size: 20px;
		line-height: 22px;
	}
		
	.small {
		font-size: 12px;
		line-height: 17px;
	}	
	.copyright {
		font-size: 10px;
		line-height: 14px;
		color: #224c71;
	}



/* SECTION IDENTIFIERS
----------------------------------------------- */
	#container {
		margin: 0 auto;
		padding: 0;
		background: url(graphics/body_bg.jpg) no-repeat;
		width: 800px;
		text-align: left;
		}	

	#nav {
		width: 308px;
		height: 65px;
		padding: 172px 0 0 492px;
		text-align: right;
	}
	
	#leftcol {
		width: 280px;
		padding: 50px 0 0 0 ;
		text-align: left;
		float: left;
		color: #224c71;
	}
	
	#leftcol a:link, #leftcol a:visited {
		color: #224c71;
		text-decoration:none;
		}
	
	#leftcol a:hover, #leftcol a:active {
		color: #224c71;
		text-decoration:underline;
		}
	
	#left1 {
		width: 220px;
		padding: 0 40px 0 20px;
		text-align: left;
	}
	
	#left2 {
		width: 220px;
		padding: 25px 40px 0 20px;
		text-align: left;
		background: url('graphics/leftBg.jpg') no-repeat;
	}
	
	#newscol {
		width: 500px;
		padding: 0 20px 0 0;
		text-align: left;
		float: left;
	}
	
	#newscol a:link, #newscol a:visited {
		color: #224c71;
		font-weight: bold;
		text-decoration:none;
		}
	
	#newscol a:hover, #newscol a:active {
		color: #224c71;
		font-weight: bold;
		text-decoration:underline;
		}
	
	#footer {
		width: 800px;
		height: 75px;
		margin: 30px 0 0 0;
		padding: 68px 0 30px 0;
		background: url(graphics/footerbg.gif) no-repeat;
		text-align: center;
	}
	
	.imghistory {
		border: 1px solid #022735;
	}
		
/* FORMS
----------------------------------------------- */
	form
		{
		border: 0;
		margin: 0;
		padding: 0;
		}
			
	input
		{
		font: 11px arial, geneva, verdana, sans-serif;
		}
			
	select
		{
		font: 11px arial, geneva, verdana, sans-serif;
		}
			
	textarea
		{
		font: 11px arial, geneva, verdana, sans-serif;
		}
	
	.button-white
		{
		font: 8pt arial, geneva, verdana, sans-serif;
		background: #fff url(../images/backgrounds/button-white.gif);
		color: #000;
		cursor: pointer;
		}