
/* Clear browser defaults  */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* Set consistent font family, size, line height */
body {
  font: 1em/1.25 Arial, Helvetica, sans-serif;
}

/* Clear headline formatting – ensures headline tags remain formatted relative to other text */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #58400b;
  font-weight: bold;
}

/* Set plain text formatting */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}

/* Set default style for quotations */
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

/* Define sizes for small and big tags */
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Set links to default */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}

/* Set Images to no-border default */
img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 2px;
  border: 1px solid #58400b;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }


/* Navbar Setup starts */
/* Sets the background colour, size, borders of the Nav div */
div#navbar2 {
height: 30px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #336699;
}
/* Sets the margin and padding overrides */
div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
/* Removes default bullets and forces one-line display */
div#navbar2 li {
list-style-type: none;
display: inline;
/* Sets the spacing, removes underline from a class */
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
/* Sets the a class colors etc */
div#navbar2 lia:link {color: #FFF:}
div#navbar2 lia:visited {color: #CCC;}
div#navbar2 lia:hover {font-weight: bold;color: #FFF;background-color: #3366FF;}
/* Navbar Setup ends */
