body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 70%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
div.center {
	text-align: center;
}
	#container #header {
		display: none;
	}
	#container #newsticker {
		display: none;
	}
	#container #main {
		width: 640px;
	}
		#container #main #leftnav {
			display: none;
		}
		#container #main #content {
			width: 580px;
			display: inline;
			line-height: 14px;
		}
		#container #main #content h1{
			font-size: 145%;
			color: #FF7900;
		}
		#container #main #content h2{
			font-size: 110%;
		}
		#container #main #content img {
			border: none;
		}
		#container #main #content ul {
			list-style-image: url('/_images/bullet.png');
		}
			#container #main #content ul li ul {
				list-style-image: url('/_images/grey_bullet.png');
				margin: 5px 0px 5px 20px;
				padding: 0px;
			}
		#container #main #content ol li {
			margin: 5px 0px 5px 0px;
		}
			#container #main #content ol li ul {
				margin-bottom: 10px;
			}
				#container #main #content ol li ul li {
					margin: 0px;
				}
		#container #main #content dl {
			margin-left: 15px;
		}
			#container #main #content dl dt {
				background-image: url('/_images/bullet.png');
				background-position: left;
				background-repeat: no-repeat;
				padding-left: 15px;
				margin-top: 15px;
				font-weight: bold;
			}
			#container #main #content dl dd {
				background-image: url('/_images/grey_bullet.png');
				background-position: left;
				background-repeat: no-repeat;
				padding-left: 15px;
				margin-left: 20px;
			}
		#container #main #content a {
			font-weight: bold;
			color: #FF7900;
		}
		#container #main #content #breadcrumb {
			margin: 0px 0px 25px 0px;
		}
	#container #footer {
		width: 700px;
		height: 20px;
		background-color: #FFFFFF;
	}






