/*
style.css
*/
/*html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
a:link, a:visited, a:hover, a:link {text-decoration: none;}
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
.clear {clear: both;} .right {float: right;} .left {float: left;} body {font-size: 62.5%;}
strong {font-weight: bold} em {font-style: italic;}
 */
html, * html, h1, h2, h3 { margin: 0; padding: 0; padding-top: 20px; border: 0; vertical-align: baseline; font-style: inherit; font-size: 100%; font-family: inherit;}
.clear {clear: both;} .right {float: right;} .left {float: left;}
body { font-family: verdana; font-size: 12pt; background-color: #000000;}
#container { margin: auto; width: 800px; background-color: #FFFFFF;}
#header { margin: 0; padding: 0; padding-top: 11px; height: 200px; width: 100%; background: #ffffff url('images/top.png') no-repeat top center;}
#header a, #header a img {border:none;}
#menu { color: #ffffff; background-color: #000000; width: 100%; height: 30px; vertical-align: center; text-align: center;}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:link {text-decoration: none; font-family: "Segoe UI", tahoma, verdana; color: #FFFFFF; font-weight: bold; font-size: 120%;}
#menu a:hover {text-decoration: underline;}
#content {padding: 10px; text-align: justify;}
#lowermenu { color: #000000; background-color: #e5e5e5; width: 100%; height: 26px; vertical-align: center; text-align: center;}
#lowermenu a:link, #lowermenu a:visited, #lowermenu a:hover{text-decoration: none; font-family: "Segoe UI", tahoma, verdana; color: #000000; font-weight: bold; font-size: 100%;}
#lowermenu a:hover {text-decoration: underline;}
#footer { color: #555555; font-size: 80%; margin: 0; padding: 0; padding-bottom: 11px; height: 15px; width: 100%; background: #ffffff url('images/bottom.png') no-repeat bottom center; text-align: right;}
#footer a:link, #footer a:visited, #footer a:hover {text-decoration: none;  color: #666666; font-weight: bold; font-size: 100%;}
#footer a:hover {text-decoration: underline;}