body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}



#menu-top {
    background: transparent url('bg02-white-right.gif') no-repeat right top;
	overflow: hidden;
}

#wrapper-menu-top {
    background: white url('bg02-white-left.gif') no-repeat left top;
}

#menu-top ul {
	margin: 0 20px;
    padding-top: 1em;
	list-style: none;
	font-size: 85%;
    height: 20px;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	float: left;
	background:url('menuleft.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url('menuright.gif') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover {
    background-position:0% -42px;
}
#menu-top a:hover span {
    background-position:100% -42px;
}

#wrapper-header {
	background: transparent url('bg.gif') top center repeat-x;
}

#header {
   background: #660066;
}


#hdrtitle {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0px 0px 20px 10px;
	padding: 10px  0px 0px 20px;
	width: 100%;
   }
#wrapper-header2 {
   background: transparent url('bg02-blue-left.gif') top left no-repeat;
}

#wrapper-header3 {
    background: transparent url('bg02-blue-right.gif') top right no-repeat;
    height: 102px;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	color: white;
	font-size: 130%;
}

#header h2 {
	margin: 0 20px;
	padding: 0;
	color: black;
	font-size: 75%;
}

#wrapper-content {
	background: white url('bg02-white-left.gif') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('bg02-white-right.gif') no-repeat right top;
    padding: 5px 325px 5px 40px;
}

#bottomright {
    background: transparent url('bottomright.gif') no-repeat right bottom;
}

#bottomleft {
    background: transparent url('bottomleft.gif') no-repeat left bottom;
}

#wrapper-menu-page {
	float: right;
    width: 250px;
    margin: 10px 30px 3em 2em;
	background: transparent url('menu.gif') no-repeat;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
    padding: 10px;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	text-transform: uppercase;
	margin: 0 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
    text-decoration: underline;
}

#menu-page a:link, #menu-page a:visited {
    color: #575757;
    text-decoration: none;
}
#menu-page a:hover {
    color: #5b8fbe;
    text-decoration: none;
}

#wrapper-footer {
	text-align: center;
}

#footer {
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
    border-right: 0;
    border-left: 0;
	clear: both;
    font-size: 80%;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }


ul,li {
    padding: 0;
    margin: 0;
	list-style: none;
}

#content h1 {
    font-size: 100%;
}

#listings {
    width: 336px;
}

#listings p {
    padding-left: 2px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: black;
}
#listings a {
    color: #000080;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

#mini {
    height: 199px;
    overflow: hidden;
}
#maxi {
    overflow: auto;
}

#readmore {
    margin-top: 3px;
    margin-left: 2px;
}

#readmore small {
    font-family: Arial, Verdana, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

#readmore small a {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #000080;
    font-size: 12px;
}
