/* Tags */
body{
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:11px;
	background-image:url(../images/layout_bg_body.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#504f3f;
}
body *{
}
form{
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
/* IDs */
#mainTop{
	width:821px;
	height:141px;
	background-image:url(../images/layout_main_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#mainMiddle{
	width:821px;
	background-image:url(../images/layout_main_middle.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#mainBottom{
	width:821px;
	height:52px;
	background-image:url(../images/layout_main_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#navContainer{
	padding-top:105px;
}
	#navContainer ul{
		padding:0; margin:0;
	}
	#navContainer li {
		padding:0; margin:0; list-style:none; display:inline; padding-left:8px; padding-right:8px;
	}
#contentOuter{
	padding:0px 19px 0px 19px;
}
#contentInner{
	padding:20px;
}
#contentContent{
	padding:15px 20px 0px 20px;
	line-height:25px;
}
/* List Items  */
.listItemOuter *{
	line-height:normal;
}
.listItemOuter{
	width:334px;
	border-bottom:2px solid #706f54;
	border-right:2px solid #706f54;
}
.listItemInner{
	background-color:#FFFFFF;
	color:#000000;
	padding:8px;
}
.listItemInLeft{
	float:left;
	width:126px;
	margin-right:12px;
}
.listItemInLeft img{
	border:1px solid #4e4d3e;
}
.listItemInRight{
	width:180px;
	float:left;
}
.listItemHeader{
	background-color:#5f5743;
	color:#FFFFFF;
	padding:1px 4px 2px 4px;
}
.listItemSummary{
	padding-top:5px;
	padding-left:4px;
	height:64px;
}
/* Links */
.linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
.linkGreen a:link, .linkGreen a:visited, .linkGreen a:active, .linkGreen a:hover{ color:#4e4d3e; }
/* Classes */
.whiteHeader{
	background-color:#FFFFFF;
	color:#5f5743;
	padding:0px 4px 0px 4px;
}
.whiteHeader a:link, .whiteHeader a:visited, .whiteHeader a:active, .whiteHeader a:hover{ color:#5f5743; }
/* Clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}