/*startfile BRETT*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

html {
  height: 100%;
  overflow: hidden;
  }

body {
   font-size: 100.01%;
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   height: 100%;
   background-color: #fff;
   color: #000;
   line-height: 1.1em;
   overflow: auto;
   text-align: center;
   margin-top: 0px;
   }

.xtralargetext  {
   font-size: 14px;
   color: #000;
   }
   
.largetext  {
   font-size: 13px;
   color: #000;
   }

.normaltext  {
   font-size: 11px;
   color: #000;
   }

.smalltext  {
   font-size: 10px;
   color: #000;
   line-height: 1.3em;
   }

.tinytext  {
   font-size: 9px;
   color: #000;
   }

/* defaults */

a {
   display: inline;
   }

h1 {
   color: #2d497d;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h2 {
   color: #000000;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h3 {
   color: #dc610e;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h4, h5, h6 {
   color: #000;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

hr  {
   width: 90%;
   background-color: #1d421f;
   height: 4px;
   }

form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

a.mdfw {
   color: #315088; text-decoration: none;
   }

a.mdfw:hover {
   color: #ffffff; background-color: #315088; text-decoration: underline;
   }
   
a.image {
   color: #e0e4cf; text-decoration: none;
   }

a.image.visited {
   color: #e0e4cf; text-decoration: none;
   }

a.image:hover {
   color: #91c85a; text-decoration: none;
   }

a.footer {
   color: #91c85a; text-decoration: none;
   }

a.footer:hover {
   color: #1d421f; text-decoration: none;
   }

div#centermain {

   width: 770px;
   height: 100%;
   margin: 0 auto 0 auto;
   text-align: left;
   }   