/* Global Style */
* { margin: 0; padding: 0; }
img { border: none; }

/* Standard HTML */
body { background-image: url(/images/pageBackground.gif); background-repeat: repeat; font-family: Arial, Helvetica, sans-serif; background-color: #DDDAD3; }
p { margin: 0 0 6px 0; font-size: 12px; line-height: 18px; }
a:link, a:visited { color: #19485C; }
a:hover, a:active { color: #63a0a1; }
ul, ol { margin-left: 2em; font-size: 12px; }

h1 {}
h2 { font-size: 18px; font-weight:normal; padding-bottom: 10px; }
h3 { color: #19485C; font-size: 14px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }
h4 { color: #19485C; font-size: 12px; font-weight: bold; }

/* Main */
#centre { margin-left: auto; margin-right: auto; width: 800px; }
#content { }
#banner { width: 800px; height: 200px; }

/* Header */
#header-top-bar { width: 798px; height: 9px; background-color: #000000; border: 1px #cccccc solid; border-top: none; }
#header-main { width: 798px; height: 75px; background-image: url(../Images/headerBackground.jpg); background-repeat: repeat-x; background-color: #000000; background-attachment: scroll; background-position: 0px 0px; border: 1px #cccccc solid; border-top: none; }
#header-logo { width: 106px; height: 24px; position: relative; top: 23px; left: 17px; float: left; padding: 0; color: #ffffff; }
#headerlogoimg { border: none; color: #ffffff; }
.header-shadow { width: 800px; height: 10px; background-image: url(../Images/headerShadow.png); background-repeat: no-repeat; }
#header-nav { float: right; position: relative; top: 49px; font-size: 12px; }
#header-nav li { display: inline; }
#header-nav a:link, #header-nav a:visited { float: left; line-height: 12px; margin-bottom: 4px; margin-left: 7px; margin-right: 7px; text-decoration: none; color: #ffffff; }
#header-nav a:link#current, #header-nav a:visited#current, #header-nav a:hover { border-bottom: 3px solid #63A0A1; padding-bottom: 2px; background: transparent; color: #ffffff; }
.header-nav-separator { float: left; width: 1px; height: 12px; background-color: #ffffff; }

/* Footer */
#footer { font-family: Verdana, Helvetica, Arial, sans-serif; }
#footer-main { width: 800px; height: 29px; border-bottom: 1px #999999 solid; padding-left: 1px; border-top: 1px #999999 solid; margin: 15px auto 16px auto; float: left; }
#footer-logo { float: left; }
#footer-logoimg { padding: 7px 3px 2px 0; }
#footer-quote { float: left; font-size: 10px; color: #666666; padding-top: 7px; }
#footer-links { float: right; font-size: 10px; color: #666666; padding-top: 7px; display: inline; margin-right: 5px; }
#footer-links li { display: inline; }
a.footer-link:link, a.footer-link:visited { text-decoration: none; color: #666666; }
a.footer-link:hover { text-decoration: underline; }
#footer-copyright { text-align: center; border-bottom: 1px #999999 solid; font-size: 10px; color: #666666; margin: 0px auto 5px auto; padding-bottom: 16px; }
#footer-cn { margin-bottom: 10px; }
a.footer-cn-link { margin-left: 15px; color: #666666; text-decoration: none; font-size: 10px; }
a.footer-cn-link:hover { text-decoration: underline; }
