@charset "utf-8";
.container #logoprogredium {
	margin-top: 10px;
	margin-bottom: 10px;
}
.container #tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #333333;
	line-height: 150%;
}

.container h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff6600;
	line-height: 150%;
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

.container ul li {
	margin-bottom: 10px;
}

img.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #1e90ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff6600;
	text-decoration: none;
}

#logo{  
     width:950px;  
     height:150px;
	  display:none;
	  margin: 0px;
	  padding: 0px;   
 }
 
#logo p{
line-height: 200%;  
 }  
 
.section h2{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ff6600;
	}
	
.toc ul {
	margin: 0px;
	padding: 0px;	
}		
.toc ul li{
				float:left;
				margin:0 20px;
				padding: 5px 12px;
				background-color:#EEE;
				list-style: none;
			list-style-type: none;
			}
				.toc ul li a{
					font-weight:bold;
					text-decoration:none;
				}	
	  

#screen{
	position:relative;
	height:450px;
	width:950px;
	margin-top:20px;
}

	#navigation{
		width:950px;
		text-align:center;
		margin-left:0px;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#fffff0;
				list-style: none;
			list-style-type: none;
			border: 1px solid #ff6600;
			}
				#navigation a{
					font-weight:bold;
					text-decoration:none;
				}
	
#sections{
	overflow: hidden;
	background-color:white;
	width:950px;
	height:440px;
	clear:left;
	margin-left:0px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:0px 10px;
			list-style: none;
			list-style-type: none;
		}

		#sections li.latter{
		margin-top: 440px;

		}

			
			#sections p{
				width:930px;
				margin:16px 0;
				}
			
			#sections h2{
				color:#ff6600;
				margin:20px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}



