@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{font: 80% arial,sans-serif;text-align:center; background-color:#336699;}
p{margin:0 10px 10px}
a{display:block;color: #006;padding:10px}
div#header{position:relative;height: 365px; /*Height of top section*/
background-image:url(images/top_logo2.jpg);
	background-repeat: no-repeat;
	background-position: center;}
div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
div#header a{position:absolute;right:0;top:23px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF;}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#container{width:742px;margin:0 auto}
div#content{float:left;width:542px; background-color:white;}
div#navigation{float:right;width:200px; background-color:#336699}
div#extra{float:left;width:540px;background-color:white;border-top:1px solid #CC3333;border-bottom:1px solid #CC3333;border-left:1px solid #CC3333;border-right:1px solid #CC3333;background-image:url(images/seal_small.gif);
	background-repeat: no-repeat;
	background-position: right;}
div#footer{clear:both;width:100%; background-color:#CC3333; text-align:center; font:arial,sans-serif; font-weight:bold; }
#menu a, #menu a:visited {
   text-decoration:none; 
  background-color:#CC3333;
  color:white;
  display:block; 
  width:184px; 
  height:2em; 
  border-bottom:1px solid #fff;  
  border-right:0px solid #000; 
  padding:0.5em;
  font-size:16px;
  text-align:center;
 
  }
#menu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  }
div#freeze{float:right;width:200px; background-color: #FFCC33;}

