@charset "UTF-8";
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
	width: device-width;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
	width: device-width;
}

/* general */
article, aside, footer, header, main, nav, section {
	display: block;
}

html, body, h1, h2, h3, ul, li, a, p, 
article, aside, footer, header, main, nav, section {
	padding: 0;
	margin: 0;
}


/* banner */
.banner {
	background-color: white;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-family:Helvetica, Arial, sans-serif;
}

header h1, header h1 a {
	color:#1D4A76;
	border-bottom:none;
	font-size:1.6em;
	letter-spacing:-5px;
	line-height:0.9em;
	text-transform:lowercase;
	margin-bottom: -5px;
}

header h1 a span {
	color:#333333;
}

header h2 a {
	color:#cccccc;
	letter-spacing:-2px;
	margin-top:-5px;
	text-transform:lowercase;
	font-size: 0.9em;
}

header h2 a:hover {
	color:#cccccc;
}

header img {
	border: 0;
	padding-right: 10px;
}

header ul {
	line-height:1.7em;
	text-align:left;
	margin:10px 0 10px 20px;
}


/* navigation */
nav {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #20416c;
	padding: 5px;
	margin-top: 1px;
}

ul#menu {
	margin:10px 0 10px 20px;
}

ul#menu li {
    display: inline;
	margin: 10px 0 10px 30px;
	display: inline;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

ul#menu li a {
    background-color: #20416c;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
	border-bottom: 0;
}

ul#menu li a:hover {
    background-color: grey;
}

ul#menu li.selected a {
    background-color: orange;
}

ul#menu li a img{
	margin-bottom: -10px;
    padding: 0;
    border-radius: 4px 4px 0 0;
}


/* Main section */
body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f0f0;
	font-family: Bookman, serif;
  	letter-spacing:1px;
}

section {
	margin-top: 5px;
	padding: 5px;
}

main {
	float: left;
	margin-bottom: 10px;
}

article {
	background-color: white;
	color:#555555;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:10px;
	float:left;
	width: 98%;
}

article h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
}

article h1 {
	color:#444444;
 	font-size: 1.6em;
	margin-bottom: 10px;
}

article h2 {
	letter-spacing:-1px;
	font-size: 1.3em;
	margin-top: 20px;
}

article h3 {
	color:#00264D;
}

article table tr td {
	padding-bottom: 5px;
	vertical-align: top;
}

article ul li strong {
	color: red;
}

article ol {
	margin:10px 0 10px 20px;
}

article ul {
	margin-left: 50px;
}

article ul li, article ol  li{
	margin-bottom:5px;
}

article p, ul, ol, blockquote {
	text-align:left;
	margin-bottom:10px;
}

a {
	color:#00264D;
	text-decoration:none;
	border-bottom:1px dotted #00264D;
}

a:hover {
	color:#1D4A76;
}

table.contact {
	width: 500px; 
	border: 0;
	border-spacing:10px;
}

table tr td.cont-title {
	text-align: right; 
	vertical-align: top; 
	font-style: italic;
}

table tr td.content {
	text-align: left; 
	vertical-align: top; 
}

table.contact address {
	font-style: normal;
}


/* footer */
footer {
	clear: both;
	background-color: #20416c;
	color: white;
	padding: 5px 20px;
	color:#999999;
	margin: 0;
}

footer p {
	padding: 0;
	margin-bottom: 0;
}

.tabular {
  display:table;
  width: 100%;
  border-spacing: 0 10px;
}

.row {
  display: table-row;
}

.hcell {
  display: table-cell;
  text-align: left;
  vertical-align:top;
  width: 158px;
}

.ccell {
  display: table-cell;
  text-align: left;
  vertical-align:top;
  margin-bottom: 15px;
}
