body {
	margin: 30px;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #ececec;
	background-color: #eeeeee;
	background-image: url(../images/bg-grid.gif);
}

#header {
	height: 135px;
	background: url(../images/header_back.png) repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

#logo {
	float: left;
	width: 500px;
	height: 135px;
	background: transparent url(../images/waw_logo.png) no-repeat top left;
}

#subheader {
	background: url(../images/banner_bg.png) repeat top left;
	height: 23px;
	padding: 0px 2px 0px 2px;
	clear: both;
}

.date {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #7b3e00;
	background: inherit;
}

#footer {
	height: 25px;
	padding-top: 8px;
	text-align: center;
	clear: both;
	background-color: #ffffff;
	border-top: solid #7b3e00 1px;
}

#page {
	border-top: 1px #7b3e00 solid;
	border-left: 1px #7b3e00 solid;
	border-right: 1px #7b3e00 solid;
	border-bottom: 1px #7b3e00 solid;
	margin-bottom: 10pt;
	background-color: #eeeeee;
}

#maincontent {
	padding: 2%;
	text-align: justify;
	margin-right: 236px;
	color: #7b3e00;
	background-color: #ffffff;
	border-right: dotted #7b3e00 1px;
}

#rightcolumn {
	padding: 1px;
	float: right;
	background-color: #ececec;
	color: #7b3e00;
	width: 234px;
}



ul.navlist {
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

ul.navlist li {
	width: 231px;
	height: auto;
}

ul.navlist li a {
	text-decoration: none;
	display: block;
	width: 231px;
	height: 17px;
	background: #7D96BF;
	margin: 0px 0px 1px 0px;
	padding: 3px 0px 0px 3px;
	color: #EEE;
}

ul.navlist li a:hover {
	background: #9eb7d5;
}

.dim {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: inherit;
}

.title {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7D96BF;
	font-weight: bold;
	margin-bottom: 3px;
	background: inherit;
}

.intro_text {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	line-height: 1.2em;
	color: #666666;
	font-style: italic;
	background: inherit;
}

.subheads {
	margin-bottom: 6px;
}

.picture {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	clear: left;
}

.motif {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
	color: #666666;
	font-style: italic;
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border-top: solid #7b3e00 1px;
}


/*link-styles*/
a:link {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #3248bf;
	/*font-weight: normal;*/
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: inherit;
}

a:visited {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*font-weight: normal;*/
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: inherit;
}

a:hover {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*font-weight: normal;*/
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: inherit;
}

a:active {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #3248bf;
	/*font-weight: normal;*/
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: inherit;
}
/*end-link-styles*/

/*form-styles*/
.searchBox {
	background-color : #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px #7b3e00 solid;
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 160px; 
	height: 14px;
	padding-left: 1px;
	padding-top: 3px;
	padding-right:0;
}

.forms {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	padding-left: 2px;
	padding-top: 2px;
	border: 1px solid #7b3e00;
  }

.button {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #7b3e00;
	font-size: 12px;
	font-weight: bold;
}

.select {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
/*end-form-styles*/