body {
     font: 100.01% Georgia, "Times New Roman", Times, serif; 
	 line-height: 1.5em;
     background: #ACAA82;
     margin: 0; 
     padding: 0; 
     text-align: center; 
	 
}
html { min-height: 100%; margin-bottom: 1px; }
#outer-container {
	margin: 10px auto 0 auto;
    width: 765px; 
    text-align: left; 
}

#skipnav {
	position: absolute; 
	top: 0; 
	left: 0; 
	margin-left: -1000px;
	}
 
/* HTML Rule to prevent page shift in Mozilla browsers*/ 
html { min-height: 100%; margin-bottom: 1px; }

#header { 
	background-image: url(over_top.gif);
	height: 131px;
	width: 765px;
} 
#nav {
	background-image: url(nav.jpg);
	width: 765px;
	height: 24px;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navContainer {
	width: 763px;
}

#contentwrapper {
	background: #fff url(repeat.jpg) repeat-y;
}
#container {
	background: url(inner_top.jpg) no-repeat;
	padding: 25px 0 0 0;
	position: relative;
	color: #CB9865;
}

#mainContent { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0 215px 0 5px; 
	padding: 10px 0 0 25px ; 
	
}

#mainContent p {
	font-size: 80%;
	line-height: 1.85;
	
}
#mainContent a:link, #mainContent a:visited {
	color: #CB9865; 
	text-decoration: underline;
	padding: 2px 4px; 
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #986828;
}

#mainContent ol {
	/*font-size: 90%;*/
	margin-left: 30px;
	list-style-type: decimal;
}
#mainContent ol ul{
	font-size: 100%;
	margin-left: 20px;
	list-style-type: disc;
}
#mainContent ul {
	/*font-size: 90%;*/
	margin-left: 30px;
	list-style-type: disc;
}
#mainContent h2 {
	display: block;
	width: 503px;
	margin: 0;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: .5em;
	text-align: center;
	color: #fff;
	background-color: #CB9865;
}


#highlights {
	width: 499px;
	height: 340px;
	border: none;
	background-color: #E9E8D3;
	color: #676767;
	line-height: 1.5em;
	padding: 20px 6px 10px 6px;
	text-align: center;
	font-size: 110%;
}
#highlights p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 0 0;

}
#highlights a:link, #content a:visited {
	color: #ACAA82; 
	text-decoration: underline;
}
#highlights a:hover, #content a:active, #content a:focus {
	color: #999965;
}

hr {
	height: 0;
	border: solid #999965 0;
	border-top-width: thin;
	width: 300px;

}
.yellowhighlight {
	background-color: #FFFF00;
}
.redhighlight {
	background-color: #ed1c24;
}

/* hide from MacIE \*/
* html #mainContent {
	height: 1%;
	}
/* end hide */

#sidebar2 {
	float: right; 
	width: 170px; 
	padding: 10px 10px 5px 18px;
	font-size: .65em;
	color: #628181;
	text-align: left;

}
#sidebar2 a:link, #sidebar2 a:visited {
	color: #036; 
	text-decoration: underline;
	padding: 2px 4px; 
}
#sidebar2 a:hover, #sidebar2 a:active, #sidebar2 a:focus {
	color: #999965;
	text-decoration: underline;
}
#sidebar2 .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar2 p {
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	line-height: 2em;
}

#sidebar2 h2 {
	display: block;
	padding: 0 0 2px 0;
	color: #CB9865;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	border-bottom: 1px solid #999965;
}
#footer { 
	background: url(over_bott.jpg) no-repeat; 
	padding: 50px 0 0 25px; 
	color: #676767; 
	font-size: 0.7em; 
} 
#footer p {
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	float: left; 
	margin: 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.imgfltrt {
	float: right;
	margin: 0 10px 10px 8px;
	border: 8px solid #999965; 
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* IE 7 Fix */
div {
  zoom:expression("100%");
}
