body {
	height: 100%;
	font-family:  "BitStream Vera Sans",  Verdana, Arial, Helvetica, sans-serif;
}

div.page {
    background-color : #003366;
    color : #99ccff;
    width : 700px;
    padding: 15px;
    position: relative;
    margin: 0 auto;
}

div.sideNav {
    width: 150px;
    position: absolute;
    font-size: x-small;
    padding: 15px;
    top: 0;
    left: 0;
  }

  div.sideNav div.logo {
	  margin: 0;
  }
  
  div.sideNav div.logo a:hover {
	  background-color: transparent;
  }
  
div.sideNav ul, div.sideNav ul li {
    list-style-type : none;
    display: inline;
    padding:0;
  }


div.sideNav ul li a {
    background-color : #336699;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-top: 0;
    border-style: solid;
    border-color: black;
    color : white;
    display : block;
    padding: 3px 0;
    text-align : center;
    text-decoration: none;
    width : 124px;
    font-size: medium;
  }


div.sideNav ul li a:hover {
    background-color : maroon;
    color : white;
    text-decoration : underline;
  }


div.sideNav ul li a.current {
    background: green;
    color: white;
  }
  
div.right {
    margin-left: 150px;
  }


div.header {
    background-color : #336699;
    text-align: center;
    color: white;
    font-size: xx-large;
    font-weight: bold;
  }


div.body {
    padding: 10px;
  }


div.footer {
    font-size: x-small;
    bottom: 0;
    clear: both;
  }


div.footerNav {
    font-size: x-small;
    color: white;
  }


div.footerNav a {
    text-decoration: none;
    color: white;
  }


div.footerNav a:hover {
    background-color : maroon;
    text-decoration : underline;
  }


div.footerNav a.current {
    text-decoration: none;
    background-color: green;
  }

a {
    color: white;
    text-decoration: underline;
  }


a:hover {
    background-color : maroon;
    text-decoration: underline;
  }


div.copyright {
    font-size: xx-small;
    font-style: italic;
  }

p.phone {
	color: white;
	font-weight: bold;
	font-size: medium;
}

p.address {
	color: white;
}

img.floatRight { 
	float: right;
	margin-left: 15px;	
}

img.floatLeft { 
	float: left;
	margin-right: 15px;
}