
	html{
		margin: 0;
		padding: 0;
		height: 100%;
	}
	#container{
		width: 100%;
	}
 
	#flashcontent {
		height: 100%;
		width: 80%;
		float: right;
	}
 
	div#left_column {
		padding-top: 15px;
		height: 100%;
		width: 20%;
		float: left;
		overflow: visible;
	}
 	#left_column ul li{
		margin-bottom: 3px; 		
 	}
	.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
 
	img {
		border: 0;
	}
	h1{margin-left: 10px;color:#FFF;font-size:16pt;margin-bottom:20px;}
	h3{margin-left: 10px;color: #FFF;margin-bottom:0;padding:0;font-size: 14px;}
	a:link, li { text-decoration: none; color : #218dd1; border: 0px; -moz-outline-style: none;}
	a:active { text-decoration: underline; color : #218dd1; border: 0px; -moz-outline-style: none;}
	a:visited { text-decoration: none; color : #218dd1; border: 0px; -moz-outline-style: none;}
	a:hover { text-decoration: underline; color : #cc0000; border: 0px; -moz-outline-style: none;}
	a:focus { outline: none;-moz-outline-style: none;}
	li { padding-left: 10px; padding-right: 10px;}
	select, input{font-size: 10px;margin-left: 10px;}
	input{margin-top: 4px;}
	body {font-family: Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size: 11px;height: 100%;margin: 0;padding: 0;background-color: #fff;}
	p{margin-left: 10px;}
	ul{list-style: none;margin: 0;padding:0;}
	ul#dist{margin-left: 65px;margin-top: 20px;}
	ul#dist li{color: #000;font-size: 13px;list-style: disc;}
