/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* WVCA Styles */
/* FCFFF5	D1DBBD	91AA9D	3E606F	193441 */

body {
	margin: 0 auto;
	font-size: 1em;
	font-family: helvetica,verdana,sans-serif;
	width: 720px;
}

#header {
	width: 720px;
	height: 180px;
	position: relative;
	margin: 0 auto;
}

#title {
	position: relative;
	top: 0;
	left: 0;
	height: 151px;
}
	
#maintitle {
	color: black; /* #1b5994; */
	width: 400px;
	text-shadow: 2px 2px 1px #ffffdd;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	top: -130px;
	left: 5px; 
}

#slogan {
	text-shadow: 2px 2px black;
	position: relative;
	width: 350px;
	top: -100px;
	left: 500px;
	color: #f5f5f5;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainnav {
	color: white;
	overflow: hidden;
	text-align: left;
	background-color: #1b5994;
	width: 720px;
	height: 25px;
	padding-top: 3px;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#mainmenu li {
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
	padding: 5px 10px 0 10px;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#mainmenu li a {
	color: #ffffdd;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #466dff;
}

#mainmenu a:active {
	color: #ffffff;
}

#container {
	position: relative;
	margin: 2px;
}

img.left {
	position: relative;
	float: left;
	clear: left;
	margin: 2px 4px 2px 0;
}

img.right {
	float: right;
	margin: 20px 2px 4px 8px;
}

#ads {
	width: 180px;
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: .8em;
}

.adlink {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #8abce6;
	background-color: #1b5994;
	margin: .5em;
}

.adlink p {
	padding: 4px;
}

.adlink p a {
	text-decoration: none;
	color: #ffffdd;
}
	
.adlink p a:hover {
	color: #89c7f9;
}

.adlink p a:active {
	color: #ffffff;
}

#sidelinks {
	width: 180px;
	float: left;
	clear: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: .75em;
}

.sidelink {
	background-color: #5a97d5;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #0b1615;
	margin: .25em;
}

.sidelink p {
	padding: 8px 4px;
}

.sidelink p a {
	text-decoration: none;
	color: #081411;
}
	
.sidelink p a:hover {
	color: #a6cdf2;
}

.sidelink p a:active {
	color: #daecff;
}

#content {
	margin-left: 192px;
	margin-top: 20px;
}
	
#content h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 1.2em;
	margin-bottom: .75em;
}

#content h3 {
	font-size: 1em;
	font-style: italic;
	margin: 1em 0 .5em 0;
	border-top: 1px solid #b5a878;
	padding-top: .75em;
}

#content h4 {
	font-size: .9em;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: .7em
}
	
#content p {
	line-height: 1.3em;
	margin-bottom: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.action {
	position: relative;
	top: -10px;
	color: #bf2f0c;
	margin-left: 3em;
	margin-top: 0;
	margin-bottom: .5em;
	font-size: .8em;
}

#content ul.minutes_level1 {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 3em;
}

#content ul.minutes_level2 {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 3.5em;
}

#content dl {
	margin: 1em 0 1em 2em;
	font-size: .9em;
}

#content dt {
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
}

#content ul {
	margin: 1em 0 1em 1em;
	font-size: .9em;
	line-height: 1.2em;
	list-style: circle;
}

#content ul a {
	text-decoration: none;
	color: black;
}

#content li {
	padding: .1em 0;
}

#content dd {
	display: inline;
}

#content dd p {
	margin-left: 1em;
}

#content address {
	font-size: .8em;
}

#content em {
	font-style: italic;
}

#content table {
	font-size: .8em;
}

#content th {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}

#content table.pricelist {
	width: 80%;
}

#content td,th {
	padding: 4px 10px 4px 10px
}

#content td.money {
	text-align: right;
	width: 30%;
}

#content td.item {
	width: 70%;
}

#content address {
	font-size: .9em;
	line-height: 1.1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#content a {
	color: #116666;
	text-decoration: none;
	padding: 2px;
	margin: 2px 0 2px 0;
}

#content a:hover {
	background-color: #5947ff;
	color: #002222;
}

#content a:active {
	background-color: #0e13ad;
	color: #cfd5ff;
}

#content .quotediv {
	font-size: .8em;
	color: #444;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: .5em .5em 1.5em 1em;
	padding: 1em;
}

.quotediv p.attribution {
	font-size: .9em;
	font-style:	oblique;
	padding-left: 10px;
}

.form {
	width: 80%;
	margin: 1em auto;
	padding: .5em 1em;
	background-color: #ddd;
	border 1px solid black;
}

#newsitems {
	clear: both;
	width: 720px;
	margin: 1px;
	min-height: 20px;
	border: 1px solid gray;
}

#newsitems h2 {
	text-align: center;
	background-color: #1e55c9;
	padding: .25em;
	margin-bottom: 4px;
}

.newsitem {
	float: left;
	width: 336px;
	margin: 8px 1px;
	border: 1px solid gray;
	padding: 4px 10px;
	text-align: center;
	font-size: .8em;
}

.newsitem h1 {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 4px;
}

.newsitem a {
	color: black;
}

.newsitem ul.participants {
	font-style: italic;
	font-weight: bold;
	padding: .5em 0;
}

ul.participants li {
	padding: 2px 0;
}

.newsitem p {
	margin-bottom: .5em;
}

.newsitem dt {
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
}

#content ul.compact {
	margin-left: 50px;
	list-style-position: outside;
	list-style-type: circle;
	list-style: circle;
}

ul.compact li {
	padding: 1px;
}

#footer {
	clear: both;
	height: 20px;
	width: 720px;
	margin-top: 1em;
	padding-top: 5px;
	text-align: center;
	background-color: #185288;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#footer p {
	color: #ffffdd;
	font-size: .8em;
}
