@charset "UTF-8";
/* CSS Document */

	#subheader{
		background: url(../images/styles/subheader_simple.jpg) no-repeat;
		height: 65px;
	}
	
	h1 {
		color: #000;
		font-weight: lighter;
	}
	
	#main_area_text h3{
		margin: 3px 0;
		padding: 0;
		border: none;
		font-weight: bold;
		color: #333;
		font-size: 100%;
	}
	
	#main_area_text ul{
		margin-bottom: 12px;
	}
	
	
/* DOWNLOADS BOX */
	
	#special_textbox{
		width: 508px;
		border: 1px solid #FFCC40;
		margin-bottom: 20px;
	}
	
	h3#special_textbox_header{
		background-color: #FFCC40;
		color: #FFFFFF;
		display: block;
		margin: 30px 0 0 0;
		padding: 5px 10px 2px;
		text-transform: uppercase;
		width: 150px;
		border: none;
		font-weight: lighter;
		font-size: 110%;
	}
	
	#special_textbox ul li {
		font-size: 100%;
		line-height: 150%;
		list-style: inside;
	}
	
	
	
	