body {
  font:normal normal normal 12px/1.5em 'Lucida Grande',Verdana,sans-serif;
	line-height:150%;
	text-align:center;
	color:#004641; /* dark green, pms 3308 */
	background:#F5F6D2; /* very light, soft yellow */
}
/* page layout */

#wrapper {
	text-align:left;
	width:710px;
	margin:0 auto;
}
#columnLeft {
	float:left;
	width:150px;
}
#columnRight {
	width:535px;
	margin-left:165px;
}
#footer {
	clear:both;
	margin-top:10px;
	width:700px;
	text-align:center;
}
/* main menu */

#mainmenu li {
	line-height:200%;
	font-weight:bold;
	list-style-type:none;
	margin-left:-15px;
	color:#B87400; /* light brown, pms 160 */
}
#mainmenu li a:link, #mainmenu li a:visited {
	text-decoration:none;
	color:#004641 /* dark green, pms 3308 */
}
#mainmenu li a:hover {
	border-style:none;
	text-decoration:underline;
	color:#B87400; /* light brown, pms 160 */
}
#mainmenu li a:active {
	text-decoration:none;
	color:#B87400; /* light brown, pms 160 */
}
#mainmenu li.active > a {
	color:#B87400; /* light brown, pms 160 */
}
/* headings */

h1 {
	margin-top:30px;
	font-size:120%;
}
h2 {
	margin-top:20px;
	margin-bottom:-10px;
	font-size:110%;
}
h3 {
  font-size:100%;
}
h1, h2, h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:150%;
	color:#B87400; /* light brown, pms 160 */
}
/* links */

a:link, a:visited {
	border-style:none;
	text-decoration:underline;
	color:#004641 /* dark green, pms 3308 */
}
a:hover {
	border-style:none;
	text-decoration:underline;
	color:#B87400; /* light brown, pms 160 */
}
a:active {
	border-style:none;
	text-decoration:underline;
	color:#004641 /* dark green, pms 3308 */
}
a img {
	border-style:none;
}
/* other stuff */

ul, ol {
	padding-left:1.4em;
}
em {
	font-style:italic;
}
.imageright {
	float:right;
	margin:0px 0px 10px 10px;
}
.imageleft {
	float:left;
	margin:0px 10px 10px 0px;
}
#sublogo {
	margin:15px 0px 0px 0px;
}
.bigimage {
	margin:0px 0px 10px 0px;
	border-style:none;
}
#mainblock {
	width:725px;
}
#leftblock {
	width:150px;
	padding:10px;
	vertical-align:top;
}
#rightblock {
	width:535px;
	padding:10px;
	vertical-align:top;
}
.leftblockimage {
	margin-top:20px;
}
.topleftimage {
	margin-top:0px;
	margin-bottom:20px;
}
table {
  border-spacing:0;
}
td {
  padding:2px 10px;
}
.e {
	background-color:#FFF988;
	padding-bottom:16px;
}
.o {
	background-color:#FEFDB6;
	padding-bottom:16px;
}
.labelcell {
	text-align:right;
	padding-right:8px;
}
#copyright {
	text-align:center;
}
#slogan {
  text-align:right;
}
#thumbs {
  width:535px;
}
.thumbnail {
  text-align:center;
  display:inline-block;
  margin:5px;
}
#details {
  text-align:center;
}
form p {
  margin:2px 10px;
}
input[type='text'], input[type='password'] {
  width:200px;
}
label {
  display:inline-block;
  width:120px;
  font-weight:bold;
  text-align:right;
  margin:0 10px 0 0;
}
input[type='submit'] {
  position:relative;
  left:130px;
}

