﻿/* Layout */
body { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background: #fff; margin: 0; padding:0; text-align: center;}
div#page { width: 900px; margin: 0 auto; padding: 0px; text-align:center;}


div#navigation { float:left; left:0px; width: 600px; height:65px; background:transparent url('../graphics/NavigationBG.png') no-repeat left top; Color:#fedb03; }
div#navigation a { display: block; text-decoration: none; color: #fff; font-weight:bold; }
div#navigation a:hover {color: #fedb03;}

#navlist ul {height:25px;}
#navlist li {display: inline; list-style-type:none; padding: 10px 5px 10px 5px; font-size:18px; float:left;}

div#logo{float:right; right:5px; top: 0px; width: 300px; height: 160px;background:transparent url('../graphics/TopRightLogo2.png') no-repeat right top; z-index:-1; }
div#logo a img {border:0px none;}

p.copy {color:#000; float:right; font-size:12px; }
p.copy a{color:#000; text-decoration:none; font-weight:bold;}
p.copy a:hover{color:#000; text-decoration:underline; font-weight:bold;}

/* Typography */
h1 { margin-bottom: 5px; margin-top:0; font-size: 30px; font-weight: bold; color: #000;  }
h1 a:link, h1 a:visited { color: #FFF; text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 { margin-bottom: 0px; margin-top:5px; font-size: 20px; font-weight: bold; color: #000; }
h3 { margin-bottom: 15px; margin-top:5px; font-size: 16px; font-weight: bold; color: #000; }
h5 { margin-bottom: 5px; margin-top:5px; font-size:14px; font-weight:bold; color: #000;}


