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

body {
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	font-size: 0.8em;
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
	font-size: 2.2em;
	}
	
h2 {
	font-size: 1em;
	line-height: 1.2em;
	}	



#container {
	width: 900px;
	margin: 20px auto;
}

#top {
	color: #fff;
	margin: 0;
	padding: 0;
	width: 900px;
	background-color: #000;
	height: 24px;
	}
	
#top ul {
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	}
	
#top li {
	display: inline;
	list-style: none;
	padding-left: 0.7em;
	padding-right: 0.7em;
	}			
		
#top a:link {
	color: #fff;
	background-color: transparent;
	padding-top: 10px;
	text-decoration: none;
	}
		
#top a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
		
#top a:hover {
	color: #ccc;
	background-color: transparent;
	text-decoration: underline;
	}	
	
#banner {
	width: 900px;
	height: 239px;
	
	}
	
#page-top {
	width: 900px;
	height: 337px;
	background-image: url("images/yellow-bg.gif");
	background-repeat: no-repeat;
	}
	
#page-top-long {
	width: 880px;
	min-height: 400px;
	background-image: url("images/yellow-bg.gif");
	background-repeat: no-repeat;
	padding: 20px;
	}	

#page-top-long img {
	padding: 4px;
	border: 1px solid #999999;
	text-indent: 30px;
	}
	
#page-top-long li {
	list-style-position:outside;
	}		
	
	
#contentLeft {
	float: left;
	width: 183px;	
	min-height: 448px;
}

#mainContent th {
	font-weight: bold;
	}

#contentLeft ul {
	margin: 0;
}
#contentLeft ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 10px;
}
#contentLeft ul li a, #contentLeft ul li a:visited {
	font-size: 1em;
	list-style: none;
}

#contentLeft ul li a:hover {
	color: #666666;
	}

#contentCenter {
	float: left;
	width: 500px;
	margin: 0 5px 30px 5px;
	background: #fff;
}

#contentCenter h1 {
	font-size: 2.4em;
	color: #000;
	font-weight: normal;
	margin: 0 20px 10px 20px;
}
#contentCenter h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 20px 10px 20px;
	line-height: 1.4em;
}
#contentCenter h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0.8em;
	line-height: 2em;
}

#contentCenter p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 20px 10px 20px;
}
#contentCenter ul {
	margin: 0 0 0 30px;
}
#contentCenter ul li {
	font-size: 1.1em;
	line-height: 2em;
}
#contentCenter .header {
	position: relative;
	padding: 50px 60px 0 50px; 
}
#contentCenter .header .greenMech {
	position: absolute;
	right: 20px;
	top: 20px;
	float: right;
}
#contentCenter .header h1 {
	margin: 0 0 10px 10px;
}
#contentCenter .header h4 {
	margin: 0 0 10px 10px;
}
	
	
#pagecontent {
	width: 900px;
	margin: 0;
	padding: 0;
	background-image: url("images/content-bg.gif");
	}

#content {
	padding-top: 10px;
	margin-bottom: 30px;
	margin-left: 220px;
	margin-right: 220px;
	line-height: 1.4em;
	font-size: 1em;
}

#footer {
	clear: both;
	width: 900px;
	text-align: center;
	margin: 10px 0;
		}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 1em;
}

#footer a:link {
	text-align: center;
	color: #fff;
	font-size: 0.85em;
}

#footer a:visited{
	text-align: center;
	color: #fff;
	font-size: 0.85em;
}

#footer a:hover {
	text-align: center;
	color: #fff;
	font-size: 0.85em;
}

.fact {
	color: #006600;
	font-weight: bold;
	background-color: #FFAD03;
	border: 1px solid #333;
	padding: 0.25em;
	font-size: 1.55em;
	}