﻿body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 100%; /*was 130 */
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	width : 790px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	width: 760px;
	margin-left: 15px;
	clear: right;
	color: #666; /*#666; */
 	padding-bottom: 3px;
	border-bottom: 1px solid #888; /* #af2121;    /* a0c80e; */
	font-size: 140%;
	letter-spacing: -1px;
}

#header {
	background: url('images/website/banner3.jpg') center no-repeat;
	height: 120px;  /* was 75 */
	line-height: 55px; /* was 75 */
	margin: 0 auto;
	border: none;

	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #eee url('images/website/wrapper.png') center no-repeat;  /* 88ac0b  */
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	border: none;
	font-size: 110%;
	text-align : center;
}

#wrapper-menu ul {
	margin:0; 
	padding:0;
	list-style: none;

}

#wrapper-menu li { 
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper-menu a:visited {
	background: transparent;
	color: white;
	text-decoration: none;
}

#wrapper-menu a:link {
	background: transparent;
	color: white;
	text-decoration: none;
}

#wrapper-menu a:hover {
	color: black;
}

#wrapper-tail {
	background: #eee url('images/website/wrapper-tail.png') center no-repeat;  /* 88ac0b  */
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	border: none;
	font-size: 90%;
}

#content {
	background: url('images/website/middle.png') center repeat-y;  /* 88ac0b  */
	margin: auto;
	padding-top: 0px;
	font-size: 80%;
	text-align: left; 
	clear: both;
}

.picchunk {
	clear: right;
}

.picchunk img{
	float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}
    
.picremain {
	clear: right;
	text-align: center;
}

.picremain img{
    margin: 5px 5px 5px 5px;
}    

#content table {
	text-align: left;
}

img { border: 0px none; }

a:hover {
	color: #2d4676;
	text-decoration: none;
}

a:visited {
	color: #2d4676;
	text-decoration: none;
}

a:link {
	color: #2d4676;
	text-decoration: none;
}

p { margin-left: 1em;
    margin-right: 1em;
}

p.dhtitle {text-align: center;
           font-weight: bold; }
           
p.dh { text-align: left; 
        }
img.dh { text-align: right;
          }
h4.dh { text-align: center; }