body
{
	background:url(images/bodyBg.jpg) repeat-x #B6932F;
	font-size:62.5%;
	font-family:arial;
	color:#5E5E5E;
	margin:0;
	padding:0 0 50px 0; 
	height:100%;
}

a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}

h2 /* content */
{
	font:1.7em Georgia, serif;
	color:#5A5A5A;
	margin:0px 0 5px 0;
	padding:0;
}

h3 /* leftcol */
{
	font:1.5em Georgia, serif;
	color:#7C7867;
	margin:10px 0 5px 10px;
	padding:0;
}

h4 /* starting at ... */
{
	font:1.3em Georgia, serif;
	color:#5A5A5A;
	margin:10px 0 5px 0;
	padding:0;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:749px;
	hight:100%;
}

#top
{
	width:748px;
	height:221px;
	background-image:url(images/topBg.jpg);
	background-repeat:none;
	border:0px solid #649DCA;
	border-top:0;
	border-bottom:0;
}

#logo
{
	margin:10px 0 0 35px;
	float:left;
	display:inline;
}

#bottom
{
	width:748px;
	height:100%;
	background-color:#fff;
	border:1px solid #AFAFAF;
	border-top:0;
	
	font-size:1.2em;
	line-height:1.6em;
	
	display:table;
}

#bottomLeft
{
	float:left;
	width:240px;
	height:100%;
	margin:0px;
	padding:8px 4px 8px 8px;
	display:inline;
}

.leftCol
{
 	background:url(images/grayCurl.jpg) bottom left no-repeat #F0ECD6;
	border-right:1px solid #b2b2b2;
	padding:5px 0px 40px 5px;
}

#bottomRight
{
	float:right;
	width:475px;
	margin:0px;
	padding:8px 8px 8px 4px;
	display:inline;
}

.leftCol
{
 	background:url(images/grayCurl.jpg) bottom left no-repeat #F0ECD6;
	border-right:1px solid #b2b2b2;
	padding:5px 0px 40px 5px;
}

.contentHeader
{
	background-color:#F6F6F6;
	margin:0;
	padding:10px 10px 20px 10px;
}

.contentHeader a
{
	text-decoration:underline;
	margin:0;
	padding:0;
	color:#5E5E5E;
}

.contentHeader a:hover
{
	text-decoration:none;
	color:#000;
}
.content
{
	background-color:#fff;
	margin:0;
	padding:10px 10px 30px 10px;
	display:block;
	float:left;
}

.content ul
{
	margin-top:7px;
	margin-bottom:7px;

}

#baseline
{
	margin-left:auto;
	margin-right:auto;

	width:379px;
	height:79px;
	background:url('images/baselineBg.jpg') bottom center no-repeat;
	
	text-align:center;
	line-height:7.0em;
	color:#fff;
}

#baseline a
{
	text-decoration:none;
	margin:0;
	padding:0;
	color:#fff;
}

#baseline a:hover
{
	text-decoration:underline;
}

#featuredProp
{
	margin:5px 5px 5px 8px;
}

#dates
{
 	background:url(images/navCurl.jpg) bottom left no-repeat #ECECEC;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	margin:0px 0 0 0;
	padding:5px 0px 40px 5px;
	height:300px;
}

#dates ul
{
	list-style-type:none;
	margin:0px 25px;
	padding:0;

}

#dates ul li
{
	display:block;
	float:none;
	margin:0;
	padding:0;

}

#dates a
{
	float:none;
	display:block;
	margin:0 0 1px 0;
	padding:8px 8px 8px 20px;
	color:#6A6A6A;
	text-decoration:none;
}

#dates a:hover
{
	background:url('images/nav_logo.png') no-repeat left;
	text-decoration:none;
	color:#000;
}

.dashed
{
	border-top:1px dashed #b2b2b2;
	border-bottom:1px dashed #b2b2b2;
}

.dashedBottom
{
	border-bottom:1px dashed #b2b2b2;
	height:100%;
	width:460px;
	float:left;
}

.dashedBottomLeft
{
	border-bottom:1px dashed #b2b2b2;
	padding-bottom:20px;
}

.content a
{
	text-decoration:underline;
	margin:0;
	padding:0;
	color:#5E5E5E;
}

.content a:hover
{
	text-decoration:none;
}

.Italic
{
	font-style:italic;
}

.hide
{
	display:none;
}

.clear
{
	clear:both;
}

