body, html {
	background-color: #2ca42f;
	background-image: url(graphics/2008/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
img, div {
 	behavior: url("js/iepngfix.htc")
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 2em;
}
.wrap {
	width: 788px;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.header {
	background-image: url(graphics/2008/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 787px;
	height: 229px;
}
.magcover {
	width: 145px;
	height: 189px;
	float: left;
	margin: 25px 0px 0px 30px;
}
.header-menu {
	float: right;
	padding: 200px 20px 0 0;
}
.mainarea {
	background: url(graphics/2008/main_bg.png) repeat-y center top;
	width: 788px;
}
.menu_wrapper {
	margin: 0;
	padding: 0;
	background-color: #006001;
	height: 100%;
	display: block;
}
.menu {
	margin: 6px 0 0 0;
	background-color: #006001;
	display: block;
	width: 100%;
}
.menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.menu ul li {
	text-align: left;
}
.menu ul li a {
	float: left;
	padding: 0;
	color: #fff;	
	text-decoration: none;
	width: 200px;
	background-color: #006001;
	border-bottom: 1px solid #228b22;
	font: bold 10px/26px Verdana, Arial, Tahoma, sans-serif;
}
.menu ul li a:hover {
	color: #b0eab2;
	background-color: #007501;
//	border-right: 5px solid red;
}
.top-border {
	border-top: 1px solid #228b22;
}
.menu ul li#current a {	
	background-color: #fff;
	color: #333;
}
.textarea {
	padding: 5px 15px 5px 20px;
	font-size: 12px;
	text-align: justify;
	min-height: 400px;
	display: block;
}
.footer {
	background-image: url(graphics/2008/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 787px;
	height: 69px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	padding-top: 10px;
	display: block;
}
.footer a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
}
.footer a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #ffb2b2;
}
#page-header {
	color: #2642A8;
	font: bold 1.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
}
.img-pdng-right {
	margin: 0 0 14px 14px;
}
.img-pdng-left {
	margin: 0 14px 14px 0;
}
.assoc-type {
	background-image: url(graphics/assoc-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #b0eab2;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border-top: 2px solid #006001;
	border-bottom: 1px solid #006001;
	display: block;
}
.assoc-type span {
	margin: 5px 0 0px 40px;
	display: block;
}
.assoc-text {
	display: block;
	padding: 5px 0 0px 10px;
}
.assoc-info {
	display: block;
	margin: 0 0 10px 5px;
	padding-left: 5px;
	border-left: 1px dotted #007501;
}
#event_year {
	background-color: #b0eab2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2642A8;
	padding: 5px 0 5px 5px;
	border-top: 2px solid #006001;
	border-bottom: 1px solid #006001;
}
.event_rec {
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	border-bottom: 1px dotted silver;
}
.p {
	padding-left: 5px;
	border-left: 1px dotted silver;
}

/* News page */
.news {
   margin-bottom: 5px;
   background-color: #cdf2ce;
   padding: 4px 6px;
}
.news a {
   text-decoration: none;
   color: blue;
   font-weight: bold;
}
.news a:hover {
   text-decoration: underline;
}
.news_date {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin-left: 20px;
}
.news_title {
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
}
.news_text {
   text-align: left; 
}
.news_text table {
   font-size: 12px;
}
.news_back {
   margin-bottom: 20px;
}
.news_back a {
   text-decoration: none;
}
.news_back a:hover {
   text-decoration: underline;
}
