	html, body {
		background:  #6fb3d8;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:   12px;
	}
	
	
	#menu {
		background:#337399;
		font-size: 14px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-image:url(../img/header_shadow.gif);
		background-position:bottom;
		background-repeat: repeat-x;
		height: 27px;		
	}
	
	#content {
		background:#f5f7ec;
	}
	
	#sub-section {
		background:#f5f7ec;
	}
	
	#menu ul {
		display:inline;
		margin-left: 0;
		padding-left: 0;
	}
	
	#menu li {
		display: inline;
		list-style:none;
	}
	
	#menu a {
		text-decoration:none;
		color:#FFFFFF;
		font-weight: bold;
		font-size: 14px;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 3px;
	}
	
	#menu a:hover {
	  background-color: #2D5161;
	}
	
	body {
		width:800px;
		margin:0 auto;
		text-align:center;
	}
	
	/* 
		MSIE display:inline-block is to make sure MSIE doesn't paint the backround 
		above the containers, the overflow declaration is to  make sure the containers 
		do not drop below siblings if content pushes the width (in modern browsers it 
		doesn't drop, but it spawns  an orizontal scrollbar)  
	*/
	#header, #menu, #content, #sub-section, #footer {
		overflow:hidden;
		display:inline-block;
		text-align:left;
	}
	
	#header, #menu, #footer { /* safari and opera need this */
		width:100%
	} 
	
	#content, #sub-section {
		float:right;
	}
	
	#content {
		width:70%;
		margin-left: 20px;
	}
	
	#sub-section {
		width:200px;
	}
	
	#sub-section a {
		text-decoration:none;
	}
	
	/*#contentWrapper {
		background-image:url(../img/faux_column.gif);
	}*/
	
	/*#footer {
		clear:both;
		background-image: url(../img/footer.jpg);
		height: 56px;	
	}*/
	
	#navigation { 
		margin: 0;
  }

  #sub-section li {
    padding-bottom: 16px;
  }

	#sub-section ul {
		font-size:14px;
		list-style: none;
		margin-left: 0px;
		padding: 0px;
	}

	#sub-section ul ul {
		font-size:14px;
		list-style: none;
		margin-left: 15px;
		padding: 0px;
	}
	
	#sub-section ul a:hover {
		text-decoration: underline;
	}
	
	p {
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}
	
	.sideNavLink {
		font-weight: bold;
		color: #990000;
	}