/*
Set Defaults
*/
html, body {
  margin: 0;
  padding: 0;
  }
	
body  {
  background: #F9F9F7;
  background-image: url('../images/header-stripes.png');
  background-repeat: repeat-x;
  font-family:  Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  }
	
/*
Different Sections
*/
div.linkwrapper {
  height: 75px;
  width: 800px;
  border: 1px solid #DCDCD0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  }

div.wrapper {
  min-height: 100%;
  width: 800px;
  margin: 5px auto;
  border: 1px solid #DCDCD0;
  background: #FFF;
  background-image: url('../images/background-white.png');
  background-repeat: repeat-y;
  }

div.links {
  height: 75px;
  width: 800px;
  margin: 0 auto;
  padding-left: 1px;
  background-image: url('../images/link-bg.png');
  }
  
div.links a:link, div.links a:visited{
  float: left;
  height: 60px;
  display: block;
  min-width: 100px;
  margin: 0;
  padding-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14pt;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #DCDCD0;
  background-image: url('../images/link.png');
  background-repeat: repeat-x;
  border-right: 1px solid #DCDCD0;
  border-bottom: none;
  }
  
div.links a:hover{
  background-image: url('../images/link-hover.png');
  }

  
div.header {
  clear: left;
  height: 200px;
  width: 800px;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  }
  
h1.title {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px dotted #DCDCD0;
  text-transform: uppercase;
  padding: 0;
  }
  
div.content {
  text-align: justify;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  }  

div.footer-line {
  width: 300px;
  height: 0px;
  margin: 1px auto;
  margin-top: 6px;
  border-bottom: 1px dotted #DCDCD0;
  }  

div.footer {
  color: #616161;
  font-size: 8pt;
  text-align: center;
  margin: 5px auto;
  }
  
a:link, a:visited {
  color: #50A91F;
  text-decoration: none;
  border-bottom: 1px #50A91F dotted;
  }
  
a:hover {
  color: #2A7500;
  border-bottom: 1px #2A7500 dotted;
  }
  
div .announcement {
  margin: 8px 10px 0 0;
  width: 700px;
  text-align: left;
  font-size: 14px;
  background-color: #fff8bf;
  border: 2px solid #ffe400;
  padding: 10px;
}

a.announcement:link, a.announcement:visited {
  color: #ff5533;
  text-decoration: none;
  border-bottom: 1px #ff5533 dotted;
  border: 0px;
  background-color: 0px;
  padding: 0px;
  }
  
a.announcement:hover {
  color: #ff0000;
  border-bottom: 1px #ff0000 dotted;
  }
  