body  {
	font: 12pt Arial, Helvetica, sans-serif;
	background: #dfc878;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size:16px;
	text-align: center;
}
img#banner {
	margin:0 auto;
}
h2 {
	font-size:14px;
	text-align:left;
}
p {
	text-align:left;
}
hr {
	color:#09F;
	width:80%;
}
.mbody #container {
	width: 1056px;
	background: transparent;
	text-align: center;
	margin:0 auto;
	background-image: url(images/bg.jpg) ;
}  
/* HEADER */
.mbody #header {
	background: transparent;
	padding: 0 10px;
	height: 130px;
	border: none;
} 
.mbody #header h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* LEFT SIDEBAR */
.mbody #sidebar1 {
	float: left;
	width: 176px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 10px; /* top and bottom padding create visual space within this div */
	list-style:none;
}
.mbody #sidebar1 img {
	margin-top:15px;
}
/* MENU */
ul#menu {
 width: 144px;
 margin: 0 auto;
 padding: 0;
 list-style: none;
 clear: both;
 text-align:center;
 }
ul#menu li {
 float: left;
 background: url(images/jmbutton-thin.gif) -154px 0 no-repeat;
 }
ul#menu li a {
 display: block;
 width: 154px;
 height: 24px;
 padding-top: 4px ;	
 background: url(images/jmbutton-thin.gif) no-repeat;
 font-size: 11px;
 text-decoration: none;
 color: #fff;
 }
ul#menu li a:hover {
 color: #fff;
 background: none;
 }

/* RIGHT SIDEBAR */
.mbody #sidebar2 {
	float: right;
	font-size:14px;
	width: 176px; /* since this element is floated, a width must be given */
	background: transparent;
	padding: 15px 25px 15px 0; /* top and bottom padding create visual space within this div */
	text-align: center;
	font-weight: bold;
}
.mbody #sidebar1 h3, .mbody #sidebar1 p, .mbody #sidebar2 p, .mbody #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* mainContent */
.mbody #mainContent {
	margin: 0 205px 0 190px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2px 0 2px; /* padding here creates white space "inside the box." */
	font-size: 10pt;
	text-align: center;
} 
.mbody #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
} 
.mbody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	margin:auto 0;
}
.list ol.content {
	margin: 0 auto;
	padding: 0 0 0 35px;
	color:#000
}
.list ol.content li {
	margin: 0;
	text-align:left;
	padding: 15px 15px;
	color: #000;
	font-size: 12px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hr  {
	width: 80%;
	color: #06F;
	margin: 0 auto;
	clear: inherit;
}

table.listings  {
	width:100%;
	cellspacing:0;
	cellpadding:1px;
	font-size:10px;
	border-collapse:collapse;
}
table.listings th {
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
	background:#03f;
	padding:5px 1px;
	color:#FFF;
	text-align:center;
	font-weight: bolder;
	font-size: 11px;
}
table.listings td {
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
	background:#fff;
	padding:5px 1px;
	color:#000;
	text-align: center;
	font-weight: bold;
}
table.listings td a{
	color:#00C;
}
table.listings caption {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
table.listings td.city {
	background-color:#0CF;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#mainContent ul.content{
	margin: 0 auto;
	width:90%
}
#mainContent ul.content li {
	margin: 0;
	text-align:left;
	color: 000;
	font-size: 12px;
}
#mainContent ul.content li h2{
	color:#000;
}
#mainContent ul.content li p{
	color:#000;
}
#mainContent ul.content li ul{
	color:#000;
}
#mainContent ul.content li li{
	color:#000;
}
#mainContent ul.content li a{
	color: #00C;
}
.imgleft {
	margin: 5px;
	float: left;
	border: 1px solid #000;
}
.imgright {
	float: right;
	border: 1px solid #000;
	margin: 5px;
}
.hrclr {
	background: #06F;
	clear: right;
	width: 80%;
	margin: 0 auto;
}
img.imgmap {
	width:95%;
	height:auto;
	border:1px solid black;
}
ul {text-align:left;}
.imglisting {
	border:1px solid #000;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justified {
	text-align: justify;
}
