/* Stylesheet
----------------------------------------------- */
body {
  width: 800px;
  margin: 0 auto 5px auto;
  font-family: verdana, sans-serif;
  text-align: center;
  font-size: small;
  background: url(./../images/lacebk.gif);
  background-repeat: repeat-y;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color: #58a;
  background-color: #fff;
  text-decoration: none;
}
a:visited {
  color: #903;
	background-color: #fff;
  text-decoration: none;
}
a:hover {
  color: #58a;
	background-color: #fff;
  text-decoration: underline;
}
.menu a {
	background-color: #ffcc33;
	display: block;
	padding: 5px;
	width: 115px;
	text-align: center;
	margin-left: -17px;
	text-decoration: none;
	}
.menu a:link {
  color: #000;
	background-color: #ffcc33;
}
.menu a:visited {
  color: #903;
	background-color: #ffcc33;
}
.menu a:hover {
  color: #58a;
	background-color: #ffffcc;
}
.menu a:active {
  color: #58a;
	background-color: #ffffcc;
}
a img {
  border: none;
}


/* Layout
----------------------------------------------- */
#toplinksbox {
	width: 770px;
	text-align: right;
	font-size: 10px;
}
#header {
  width: 800px;
}
#content {
  width: 800px;
  text-align: left;
}
#main {
  width: 607px;
  padding: 0 0 10px 10px;
	float: right;
	border-left: 20px solid #ffcc33;
	border-right: 20px solid #fff;
	border-top: 20px solid #ffcc33;
	border-bottom: 20px solid #fff;
}
.section {  
 	border-bottom: 1px dotted #ccc;
 	padding-bottom: 1.5em;
	margin: 0px;	
	color: #000;		
	background-color: #fff;
}
#sidebar {
  width: 130px;
	color: #000;
	background-color: #ffcc33;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
  width: 800px;
  clear: both;
  margin: 0 auto;
	padding-bottom: 2px;
}
#footer p {
	text-align: center;
  font-size: x-small;
}

/* Text formatting
----------------------------------------------- */
h1 {
  font-size: 140%;
  color: #cc9900;
	background-color: #fff;
	}
h2 {
  font-size: 115%;
  color: #cc9900;
	background-color: #fff;
}
h3 {
  font-size: 100%;
  color: #cc9900;
	background-color: #fff;
}

/* Miscellaneous classes
----------------------------------------------- */
.floatright {
	float: right;
	padding: 5px;
}
.floatleft {
	float: left;
	padding: 5px;
}
.clear {
	clear: both;
}
.center {
	width: 100%;
	text-align: center;
}/* Can use this class in a div wrapped around 
a table to centre the table in IE */

acronym {
	border: none;
	cursor: help;
}
abbr {
	border: none;
}
.tiny {
	font-size: xx-small;
}
.small{
	font-size: x-small;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

#map {	
	width: 590px;
	height: 410px;
	overflow: hidden;
	border: 0;
}

/* Lists
----------------------------------------------- */
ol {
	font-size: small;
	margin-top: 5px;
	list-style-type: decimal;
}

ol.level2 {
	list-style-type: lower-alpha;
}

ol li {
	margin-top: 3px;
}

ul.menu{
	font-size: small;
	color: #000;
	background-color: #ffcc33;
	list-style-type: none;
}

ul.menu li{
		margin-top: 7px;
		margin-left: -20px;
}

ul.nobullet{
	font-size: small;
	color: #000;
	background-color: #fff;
	list-style-type: none;
}
	
ul.nobullet li{
		margin-top: 5px;
		margin-left: -20px;
}

ul.bullet{
	font-size: small;
	list-style-type: square;
}
	
ul.bullet li{
	margin-top: 10px;
	margin-left: 15px;
}
