@charset "UTF-8";
/* CSS Document */
* {margin: 0 auto; padding: 0px;}
img {border: 0 px;}
h1,h2,h3 {color: #5d96a3;}
body {background: #fff; color:#333;}
#header {width: 800px; margin: 0 auto;}
#navigation {background: #004e5b; width: 800px; margin: .5em auto;list-style-type:none; font-size: 13px;}
#navigation li {display: inline; padding: 7px; line-height: 2em;}
#navigation a {color:#fff; font-weight: bold; text-decoration: none;}
#navigation a:hover {color: #ff9a2a; font-weight: bold; text-decoration: none;}
#page-title {width: 800px; margin: 0 auto;}
#content {width: 800px; margin: 0 auto; border-bottom: 2px solid #333;}
#content p {padding: 7px 0 7px 0; font-size: 17px;}
#content ul,ol {margin-left: 20px;}
#content ul {list-style-type:none; font-weight: bold; font-size: 18px; line-height: 2em;}
#content .lightbox {width: 800px; background: #c1d7dc;}
#footer {width: 800px; margin: 1em auto; text-align:center;}
#footer p {padding: 10px;}
#footer img {padding: 10px;}
#footer a{color: #5d96a3; text-decoration:none;}
#footer a:hover{color: #5d96a3; text-decoration:underline;}
