body
{
	background-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#mainContainer
{
	position: relative;
	width: 890px;
	margin: 0 auto 0 auto;
	text-align: left;
}

	#mainContainer img
	{
		border: none;
	}

#header
{
	position: relative;
	z-index: 1;
	width: 880px;
	height: 125px;
}

	#logo
	{
		position: absolute;
		top: 8px;
		left: 15px;
		border: none;
	}

	#miscNav
	{
		height: 22px;
		margin: 0;
		z-index: 10;
	}
	
		#miscNav li
		{
			display: inline;
		}
		
			 /* To increase clickable area. Couldn't get it to work right in IE6, so only targeting Firefox/Safari/IE7 */
			#miscNav li a > img
			{
				position: relative;
				top: -6px;
				padding: 8px 0 6px 0;
			}
			
			#miscNav li > img
			{
				position: relative;
				top: -12px;
			}
		
	#sectionNav
	{
		height: 27px;
		margin: 0;
	}
	
		#sectionNav li
		{
			display: inline;
		}
		
	#forAssistance
	{
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		
		margin: 0; padding: 0;
	}
	
		#forAssistance p
		{
			position: absolute;
			top: 58px;
			left: 0;
			font-size: .75em;
			line-height: 1.3em;
			margin: 0;
			padding: 0;
		}
		
		#forAssistance img.separator
		{
			display: block;
			height: 5px;
		}
	

	/* Hidden behind the commonNav gradient image, which is 28px high. Any images that are taller than that will show up in Safari */
	#imagePreload img
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		
		/* Prevent #contact from being pushed down in IE6 */
		line-height: 0;
		font-size: 0;
	}
		
	#contact
	{
		position: absolute;
		left: 145px;
		bottom: 0;
		margin: 0;
		font-size: 70%;
		color: #999999;
	}

#sectionPromo
{
	position: relative;
}

	#sectionPromoAlternateContent
	{
		position: relative;
	}

#contentOutside
{
	position: relative;
	left: 124px;
	width: 715px;
	clear: both;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

	#contentInside
	{
		padding: 5px 5px 15px 5px;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
		#contentInside a:hover
		{
			color: #666666;
		}
	
		#contentMinHeight
		{
			float: left;
			width: 0;
		}

		#leftSidebar
		{
			position: absolute;
			left: -125px;
			color: white;
			font-size: 90%;
			padding-top: 80px;			
		}
		
			#leftSidebar ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			#leftSidebar a
			{
				text-decoration: none;
			}
			
			#leftSidebar a:hover
			{
				color: #FFCC66;
			}
			
		#pageContent
		{
			margin-top: 5px;
		}
		
			#posts, #postsWide
			{
				float: left;
			}
		
		#rightSidebar
		{
			float: left;
			position: relative;
		}
		
			#rightSidebarMinHeight
			{
				float: left;
				width: 0;
				height: 420px;
			}
		
		.postHeadline
		{
			font-family: Arial;
			font-size: 170%;
		}
		
		.postDate
		{
			margin: 20px 0 0 0;
		}
		
		.postTitle
		{
			margin: 0;
			font-weight: bold;
		}
		
		.postBody
		{
			margin: 0;
		}
		
		.postMoreLink
		{
			margin: 0;
		}
		
			.postMoreLink a
			{
				font-weight: bold;
			}
	
#footer
{
	position: relative;
	left: 125px;
	width: 800px;
	clear: both;
	color: #666666;
	font-size: 80%;
	text-align: left;
	padding: 5px 0 5px 0;
}

table td
{
	vertical-align: top;
}
ng: 5px 0 5px 0;
}