@charset "UTF-8";
/* CSS Document */

html, body{
		min-height: 100%;
    height: auto !important;
    height: 100%; 
		text-align: center;
		font-size: 93%;
		margin: 0px;
		padding: 0;
		background-color: #E6E6E6;
		
		
		
	}
	
	#wrapper{
		width: 950px;
		margin: 0px auto;
		border-right: solid 1px #5b1400;
		border-left: solid 1px #5b1400;
		border-bottom: solid 1px #5b1400;
		background-color: #fff;
		
	}
	
	#header{
		width: 950px;
		height: 80px;
		background-image: url(../../images/sp2008/header_bg.gif);
		background-repeat:repeat-x;
		margin: 0px auto;
		padding: 0;
		text-align: center;
	}
	
	#printheader{
		display: none;
	}
	
	#headerContent{
		width: 950px;
		height: 80px;
		margin: 0 auto;
		padding: 0;
		
	}
	
	#headerTop{
		width: 950px;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	
	#headerTopLogo{
		height: inherit;
		padding: 0;
		maring: 0;
		float: left;
		width: 180px;
	}
	
	#headerTopRight{
		height: 14px;
		width: 745px;
		margin: 0px 5px 0px 20px;
		padding: 16px 0px 0px 0px;
		float: left;
		text-align: right;
		line-height: 14px;
		font-size: 85%;
		color: #5b1400;
	}
	
	.headerLinks{
		color: #5b1400;
		size: 85%;
		text-decoration: none;
	}
	
	.headerLinks:hover{
		text-decoration: underline;
	}
	
	#headerBottom{
		width: 950px;
		height: 50px;
		margin: 0;
		padding: 0;
		color: #fff;
		clear: both;
		
	}
	
	
	#headerBottomLogo{
		height: 50px;
		width: 230px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#headerBottomRight{
		width: 710px;
		height: 50px;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		text-align: right;
		float: left;
	}
	
	#headerSearchForm{
		height: 25px;
		font-size: 87%;
		width:500px; 
		margin: 15px 0px 0px auto;
		padding: 0px;
	}
	
	#headerSearchForm{
		color: #fff;
	}

	#headerSearchForm a{
		color: #fff;
		text-decoration: none;
	}
	
	#headerSearchForm a:hover{
		color: #fff;
		text-decoration: underline;
	}
	
	#headerSearchForm input.searchText{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 78%;
	}
	
	#headerSearchForm input.searchSubmit{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 78%;
		border: none; 
		width: 20px; 
		height: 15px; 
		padding: 0px 0px 5px 0px; 
		margin: 0px 5px; 
		text-align: center; 
		background-color: #ffcf01;
		color: #5b1400;
	}
	
	#headerSearchForm select.searchSelect{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 78%;
	}
	
	#headerSearchForm select.searchSelect option{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	
	#body{
		width: 950px;
		
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	
	#footer{
		width: 950px;
		border-top: solid 1px #5b1400;
		margin: 0px auto;
	}
	
	#footerLogo{
		width: 195px;
		margin: 5px 0px 0px 0px;
		padding: 0;
		float: left;
	}
	
	#footerText{
		float: left;
		width: 755px;
		padding: 0;
		margin: 10px 0px 0px 0px;
		font-size: 77%;
	}
	
	#footer a{
		font-size: 77%;
		color: #5b1400;
		text-decoration:none;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}	


