html, body { background-color: #203B64 }
body, a { color: white }
body > div:first-child { background-color: #637693 }
h1, h2, h3, ul li, a:hover { color: #FFD4B4 }
ul li { list-style-type: rectangle }
ul li * { color: white }
a { text-decoration: none }
abbr { border-bottom-color: white }
form {
    margin: 1em 0;
    padding: 1em;
	background-color: #7A8AA3;
}
form > div { margin: 1em 0 }
label {
    display: block;
    font-weight: bold;
}
input, select, textarea {
   	border: 1px solid #FFD4B4;
    width: 100%;
	background-color: white;
}
input[type="checkbox"] {
    width: inherit;
}
input[type="submit"] {
    border: none;
    width: inherit;
    background: none;
    color: white;
    font-weight: bold;
}
th, td { border: 2px solid #FFD4B4 }

div.vcard {
    padding: 1em;
    display: inline-block;
	background-color: #7A8AA3;
}

div#hd , div#bd > div#yui-main  > div.yui-b , div#ft { padding: 5em }
div#hd {
	margin: 5px 0;
	padding: 5px;
	padding-left: 185px;
	border-bottom: 20px solid white;
	height: 50px;
	background-image: url("/images/bkg_hd.jpg");
	background-repeat: no-repeat;
	background-position: 0 top;
}
div#hd > h1 { margin: 0 }
div#ft { font-size: smaller }

ul.navigation li:hover { color: #00A4E7 }
ul.navigation li a { display: block }
ul.navigation li a:hover { color: white }
ul.navigation ul {
    margin-top: 10;
    margin-bottom: 10;
}

div.map { margin: 1em 0 } 

