body {
    position: absolute;
    width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
	color: #000000;
    background-attachment: fixed;
	background-color: #77bede;
	background-image: url("images/whitecape-gradient-blue.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

#body2 {
    background-attachment: fixed;
	background-image: url("images/whitecape-blue.jpg");
	background-position: bottom right;
    background-repeat: no-repeat;
}

#lshade {
    margin-left: 4.5em;
	background-image: url("images/whitecape-lshade.png");
	background-repeat: repeat-y;
    background-position: left;
}

#rshade {
    margin-right: 4.5em;
	background-image: url("images/whitecape-rshade.png");
	background-repeat: repeat-y;
    background-position: right;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
    background-attachment: fixed;
	background-color: #a2d3e8;
	background-image: url("images/whitecape-gradient-blue-light.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

#content2 {
    background-attachment: fixed;
	background-image: url("images/whitecape-blue-light.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;

    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-top: -1em;
}

a {
	color: #164960;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
a > img {
	border-width: 1px;
}
*/
a img {
	border: 1px solid #333333;
}

#banner {
    padding-top: 0.3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
	background-image: url("images/whitecape-banner.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 70px;
	text-align: right;
}

#bannerwco {
	font-family: sans-serif;
	font-size: 3em;
	color: white;
}
#bannersub {
	font-family: sans-serif;
	font-weight: bold;
	color: #5076ab;
	font-size: 0.75em;
}


#navbox {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #67a7c3;
	color: white;
	border-top: 1px solid #5689a0;
	border-bottom: 1px solid #5689a0;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#navbox a {
	color: white;
	border-left: 1px solid #67a7c3;
	border-right: 1px solid #67a7c3;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-decoration: none;
}

#navbox a:hover {
	background-color: #77bede;
	border-left: 1px solid #77bede;
	border-right: 1px solid #77bede;
}

/*
#navbox > a > img {
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0.5em;
	margin-top: -0.2em;
	margin-bottom: -0.2em;
	border: 0;
	padding: 0;
	height: 1.2em;
}
*/

#navbox span {
	color: white;
	background-color: #5689a0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-left: solid 1px #5689a0;
	border-right: solid 1px #5689a0;
}

/*
#navbox > span > img {
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0.5em;
	margin-top: -0.2em;
	margin-bottom: -0.2em;
	border: 0;
	padding: 0;
	height: 1.2em;
}
*/

#contact {
	clear: both;
    font-family: sans-serif;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#contact a {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

h1 + p, h2 + p, h3 + p {
    text-indent: 0;
}
p {
    text-indent: 3em;
}  
p {
	font-family: serif;
	font-size: 1.0em;
	line-height: 2.0em;
}

li p {
	margin-left: 0;
}

li {
	margin-left: 80px;
	line-height: 2.0em;
}

/* li > ul > li { */
li li {
	margin-left: 10px;
}

li.oppose {
	color: #999999;
	background-color: inherit;
	font-size: 0.8em;
	list-style-type: none;
}

li.note {
	color: #999999;
	background-color: inherit;
	font-size: 0.8em;
	list-style-type: none;
}

table.art {
	margin-left: 82px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
}

table.art img {
	margin-right: 1em;
}

/* table.art td.title > a { */
table.art td.title a {
	font-family: serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #575b60;
	border-bottom: 1px dotted #aaaaaa;
}

table.art td.title a:hover {
	text-decoration: none;
}

img.rdecor {
	float: right;
	clear: right;
	border: 0;
	margin-right: 0.5cm;
	margin-left: 0.5cm;
	margin-top: 0;
}

img.rbox {
    float: right;
	clear: right;
	border: 1px solid #333333;
	margin-right: 0.5cm;
	margin-left: 0.5cm;
	margin-top: 0;
}

div.thumbbox {
	text-align: center;
}

/* div.thumbbox > p:first-line { */
div.thumbbox p:first-line {
	margin-left: 0;
}

img.thumb {
	margin-top: 0.5cm;
	margin-right: 0.5cm;
	margin-left: 0.5cm;
	border: 1px solid #333333;
}

img.thumb:hover {
	border: 1px solid #000000;
}

/*
h1:before {
    content: url("h1.png");
    vertical-align: -8px;
}
*/
h1:after {
    content: " – — – -";
}

div.underhead, div.under {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	color: #5076ab;
}

/* h1 a, h1 a:hover, h2 a, h2 a:hover a, h3 a, h3 a:hover { */
h1 a, h1 a:hover {
	color: white;
    text-decoration: none;
}
h2 a, h2 a:hover a, h3 a, h3 a:hover {
	color: white;
    text-decoration: none;
}
h1 {
	clear: right;
    color: white;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #5689a0;
    margin-bottom: 0;
}
h2 {
	clear: right;
	font-family: sans-serif;
	font-size: 1.5em;
	margin-bottom: 0em;
    color: white;
	font-weight: bold;
	border-bottom: 1px solid #5689a0;
	vertical-align: middle;
}

h3 {
	clear: right;
	font-family: sans-serif;
	font-size: 1.25em;
	margin-bottom: 0em;
    margin-right: 4em;
    color: white;
	font-weight: bold;
	border-bottom: 1px solid #5689a0;
	vertical-align: middle;
}

h4 {
	clear: right;
	font-family: sans-serif;
	font-size: 1.1em;
	margin-bottom: 0em;
    margin-right: 6em;
	padding-left: 102px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #5689a0;
	vertical-align: middle;
}

img.borderless {
	border: 0;
}

div.center {
    text-align: center;
}
