@charset "utf-8";
/* CSS Document */

	body {
		margin: 0px;
		background-image: url('/images/site_components/page_bg.jpg');
		background-repeat: repeat-x;
		font: 12px "Lucida Grande", Verdana, sans-serif;
		color: #333333;
		text-align:left;
		text-align:center;
		line-height:1.5;
	}
	
	a{outline:none;}
	
	img{
		border:none;
		margin-top:10px;
		*margin-top:40px;
		padding-top:5px;
		*padding-top:10px;
		border-top:dotted;
		border-top-color:#666666;
		border-top-width:1px;
	}
	
	a:link {color: #006699;text-decoration: underline;}
	a:visited {color: #006699;text-decoration: underline;}
	a:hover {color: #008DC0;text-decoration: underline;}
	a:active {color: #008DC0;text-decoration: underline;}
	
	#main_content{
		width:600px;
		text-align:left;
		margin:0 auto 0 auto;
	}
	
	h1{
		display:block;
		text-indent:-5600px;
		background-image:url("/images/site_components/powers_logo.png");
		background-repeat:no-repeat;
		*background:url("/images/site_components/filler.gif") repeat;
		*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_components/powers_logo.png', sizingMethod='scale');
		width:204px;
		height:52px;
		position:absolute;
		top:15px;
	}
	
	ul{
		float:right;
		*margin-top:15px;
	}
	
	li{
		list-style:none;
		text-align:right;
	}
