	body {
		margin: 0px 0px 0px 0px;
		font-family: Arial,sans-serif;
		font-size: 11px;
		color: #666666;
		overflow-y: scroll;
		overflow: -moz-scrollbars-vertical;
	}
	
	a {
		color: #003366;
		text-decoration: none;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: Arial,sans-serif;
		margin: 0px;
		padding: 0px;
		color: #666666;
		font-weight: bold;
	}
	
	h2{
		font-size:12px ;
		line-height: 12px;
		padding: 0px 0px 22px 0px;
		margin: 0px;
	}

	h3{
		font-size:11px ;
		line-height: 12px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

  #centerAll {
	  position: absolute;
		width: 900px;
		left: 50%;
		margin-left: -450px;
		top: 15px;
	}
	
	#headContainer {
	  position: relative;
		width: 100%;
		height: 95px;
	}
	
	#quickNavContainer {
	  	position: absolute;
		left: 405px;
	  	width: 495px;
		height: 91px;
		background-image: url(../img/quickNavBG.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#logo  {
		position:absolute;
		left:0px;
		top:0px;
	}
	
	#columnContainer {
	  position: relative;
		width: 100%;
		background-image: url(../img/containerBG.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 460px;
	}
	
	#leftNavContainer {
	  position: absolute;
		left: 0px;
		top: 32px;
		width: 205px;
	}
	#quickNav {
		position:relative; 
		float: right;
		top: 72px;
		text-align:center; 
		font-weight: bold;
		color: #003366;
		padding: 0px 8px 4px 8px;
		margin: 0px;
		background-image: url(../img/quickNavSpacer.gif);
		background-position: bottom left;
		background-repeat: no-repeat; 
	}
	
	#imageContainer {
	  position: absolute;
		left: 205px;
		top: 20px;
		width: 200px;
	}
	
	#contentContainer {
	  position: absolute;
		left: 405px;
		top: 30px;
		width: 495px;
	}
	
	#contentHeader {
		position:relative;
		width: 100%;
		height: 44px;
	}
	
	#content {
		position:relative;
		padding-left: 20px;
		line-height: 18px;
	}
	
	#content img {
	vertical-align: bottom;
	margin-right: 8px;
	border: 0px;
	z-index: -1;
	}
	
	#teaserBox {
		position: relative;
		float: right;
		width: 145px;
		background-color: #F0F0F0;
		padding: 14px 10px 14px 10px;
		}
		
	#toTop {
	  position: relative;
		width: 100%;
		margin: 25px 0px 0px 20px;
		height: 60px;
	}
	
	#footer {
	  position: relative;
		width: 100%;
		background-image: url(../img/doubleline.gif);
		background-repeat: repeat-x;
		background-position: left top;
		height: 29px;
	}
	
	#logoFooter {
		margin-top: 10px;
	}