* {
  	margin: 0px;
  	padding: 0px;
}
body {
	font: .98em/1.3 Arial, Helvetica, sans-serif;
	background-color: #fcf35e; 
	color: #000;
	margin: 5px auto;
	text-align:center;
}
#container {
	margin: 0px auto;
	text-align:center;
	color:#fcf35e;
	width:767px;
}
#wrapper {
	height: 570px;
	background: url(images/background1b.jpg) top center no-repeat;
	text-align:left;
}
img {
	border:0;
}
#menu {
	padding:146px 0 0 32px; 
}
#menu li {
	padding-bottom:30px; 
	list-style-type:none;
	font-weight:bold;
}
#menu li a, #menu li a:link {
	text-decoration:none;
	color:#33f;
}
#menu li a:hover, #menu li a:active, #menu li a.current {
	color:#116;
}
#textbody { 
	visibility: visible; 
	position: relative; 
	top: 107px; 
	left: -132px; 
	width: 490px; 
	height: 380px; 
	overflow: auto;
	padding:3px 12px 3px 3px;
}
ol {
	margin:7px 0 6px 30px;
}
td {
	padding-bottom:3px;
}
p { 
	font-weight: normal; 
	margin-bottom:6px;
	margin-top:7px;
}
blockquote {
  	/*background: transparent url(images/quoleft.png) 0 10px no-repeat;*/
	background: transparent url(images/quote.gif) 5px 0 no-repeat;
	padding: 5px 0 0 5px;
	margin: 5px 0 0 5px;
	letter-spacing: .01em;
}
blockquote div {
  	padding: 0 0 0 45px;
}
a, a:link {
	color:#33f/*c4f8f7*//*ffc*/;
}
a:hover, a:active {
	color:#acf8f7/*116*//*ff8*/;
	text-decoration:none;
}
a.hide-link {
	text-decoration:none;
	color:#fcf35e;
}
h1 {
	font-size:1.2em;
	margin-top:7px;
	margin-bottom:6px;
}
h2 {
	font-size:1.1em;
	margin-top:7px;
	margin-bottom:5px;
}
h3 {
	font-size:1.0em;
	margin-top:7px;
	margin-bottom:5px;
}
h4 {
	font-size:0.9em;
	margin-top:7px;
	margin-bottom:5px;
}
#textbody ul {
	margin-bottom:15px;
}
#textbody ul li {
	margin:4px 0 4px 0px;
}
.imgright {
	float:right;
	margin:7px 0 10px 10px;
	/*padding:5px;
	background-color: #ffffd8;*/
	border:2px solid #ff0;
}
.imgleft {
	float:left;
	margin:7px 10px 10px 0;
	/*padding:5px;
	background-color: #ffffd8;*/
	border:2px solid #ff0;
}
.imgother {
	margin:7px 0 10px 0;
	border:2px solid #ff0;
}
#footer {
	font-size:.8em;
	padding: 4px;
	color:#66f;
}
#footer p {
	margin: 2px 0;
}
#footer a, #footer a:link {
	color:#66f;
}
#footer a:hover {
	color:#33f;
}
