@charset "utf-8";
/* CSS Document */


a:active { color: #000000; text-decoration: underline; }
a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover     { color: #000000; text-decoration: underline; }

a.menu { color: #ffffff; text-decoration: none; }
a.menu:active { color: #ffffff; text-decoration: none; }
a.menu:link    { color: #ffffff; text-decoration: none;  }
a.menu:visited { color: #ffffff; text-decoration: none; }
a.menu:hover     { color: #ffffff; text-decoration: none;  }

a.submenu { color: #000000; text-decoration: none;}
a.submenu:active { color: #000000; text-decoration: none;}
a.submenu:link    { color: #000000; text-decoration: none;}
a.submenu:visited { color: #000000; text-decoration: none;}
a.submenu:hover     { color: #000000; text-decoration: none;}

a.footer:active { color: #000000; text-decoration: none; }
a.footer:link { color: #000000; text-decoration: none; }
a.footer:visited { color: #000000; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: underline; }

p.header {font-size: 16px; font-weight: bold;}
p.center {text-align: center;}
.home-heading {
background-image: URL(images/gradient.jpg);
border-bottom: 1px solid black;
border-top: 1px solid black;
padding: 3px;
padding-left: 10px;

}

td {
padding: 3px;
font-size: 12px; 
font-family: verdana, arial, Helvetica, sans-serif;
 }

#side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #293a6f;
  margin-right: 3px;
}
#side-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  bordeR: 1px solid #336699;
  padding: 4px;
}
#side-nav a:hover {
  background: #3c518a;
}

td.buttons {
  background: #293a6f;
    border: 1px solid #336699;
	padding: 6px;
}
table.menu {
width: 150px;
}

.leftContent {
padding: 5px;
font-size: 12px; 
font-family: verdana, arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6  {
display: inline; font-weight: bold;
font-family: verdana, arial, Helvetica, sans-serif
}  

h1  { color: #6a6a6a; font-size: 15px; }
h2  {color: #646160; font-size: 13px;  }
h3  {color: #6a6a6a;  font-size: 14px; }
h4  { font-size: 14px; }
h5  {font-size: 13px; }
h6  {text-align: center; font-size: 10px; }
p { }

body   { 

margin: 0px; padding: 0px }
