/* Mesite Stylesheet */

/* CSS Document */

h1 {
 font-family: Times New Roman, serif;
 font-size: 26px;
 font-weight: normal;
 color: #e9f2fc;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 }
 
h2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 color: #5A6F5A;
 background-color: transparent;
 }

 h2.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 border-bottom: 1px solid #769176;
 color: #5A6F5A;
 background-color: transparent;
 margin-left: 18px;
 margin-bottom: -8px;
 }
 
  h2.update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 line-height: 14px;
  color: #5A6F5A;
 background-color: transparent;
 margin-left: 18px;
 margin-bottom: -8px;
 text-align: right;
 }

h2.navtext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 color: Green;
 background-color: transparent;
 margin-left: 18px;
 margin-bottom: -8px;
 background: transparent;
 text-decoration: none;
 font: normal;
 font-style: normal;
 }

p {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 padding-left: 15px;
 line-height: 18px;
 color: #5A6F5A;
 background-color: transparent;
 }

a {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: Navy;
 background-color: transparent;
 }

a:visited {
 text-decoration: underline;
 color: Blue;
 background-color: transparent;
 }

 
a.tabnav {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: Green;
 background-color: transparent;
 }

a.tabnav:visited {
  font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: Green;
 background-color: transparent;

 }
 
 a.tabnav:hover {
  font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: Maroon;
 background-color: transparent;

 }

a.sidenav {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: Green;
 background-color: transparent;
 }

a.sidenav:visited {
  font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: Green;
 background-color: transparent;

 }
 
 a.sidenav:hover {
  font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: Maroon;
 background-color: transparent;

 }


/* CSS Document */
html, body {
height: 100%;
}

body {
text-align: center; /* Centers all divs */
}

#wrapper {
width: 700px;
margin: 0 auto;
padding: 0;
text-align: left;
background: url(Layout/background.gif) repeat-y;
}

#header { 
height: 100px;
background: url(Layout/header.jpg) no-repeat center;
}

.clearer{height:1px;overflow:hidden;clear:both;margin-top:-1px;}

#footer { 
height: 20px;
background: url(Layout/footer.gif) no-repeat center;
 text-align: center;
 background-position: top;
}

#sidebar {
width: 150px;
margin-left: 12px;
float: left;
}


#update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 color: Olive;
 background-color: transparent;
 font-style: italic;
 text-align: right;
 margin-left: 35px;
 vertical-align: text-bottom;
}


#main {
width: 450px;
float: right;
 margin-left: 11px;
 margin-right: 44px;
}

#navigation {
text-align: right;
background: url(Layout/navigation.gif) no-repeat top left;
 padding-right: 30px;
 height: auto;
}

#navigation li {
display: inline;
list-style-type: none;
}







