/* CSS Document */

body {margin: 0; 
      font:Verdana, Arial, Helvetica, sans-serif;
	  background-color:#dfd7a6;
	  font-size: 12px;
	  line-height: 1.4ems;
	  color: #243c44;
	  }
	  
td, p {font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;}
h1 {font-size: 110%; 
    font-weight: bold;
	border-bottom: double 2px #243c44; }
h2 {font-size: 100%; 
    font-weight: bold;}
#header {background-image:url(images/header.jpg);
         height: 193px;
		 width: 780px; }
#headertext {padding: 96px 0 0 30px; 
             color: #f1e3b7;}
#headertext p{line-height: 1.2ems;
             font-weight:bold;
			 font-size: 104%
			 margin-bottom: 3px; }
#headertext .phone {font-size: 106%;
                  }
		 
#navbar {background-image:url(images/navback.jpg);
         background-position:top left;
		 background-repeat:no-repeat;
		 background-color: #bbcbd1;
         text-align: center;
		 vertical-align:text-bottom;}



#maincontent {background-color: #bbcbd1;
              padding: 30px; }
.callout {background-color:#cbdde4; 
	padding:5px 10px 0;
	border:dotted 1px #628b9b;}
.imagediv {float: left;}
.uldiv {float: left; }
.clearboth {clear:both; }
#maincontent img {float: left;
                  margin-right: 10px;
				  margin-bottom: 10px; }


#footerbar {background-image:url(images/footerbar.jpg);
            height: 12px; 
			background-position: bottom;
			background-repeat:no-repeat;}
			
#footer {background-color:#243c44;
         color: #ffffff;
		 font-size: 70%;
		 vertical-align:bottom;
		 text-align:center; 
		 padding: 6px 0;}
#footer a, #footer a:visited, #footer a:active {color:#998545;
                                                     font-weight:bold; }
#footer a:hover {color:#ffffff; }

#sample {text-align:center;
         border: dotted 2px #243c44;
		 padding: 10px;
		 font-size: 90%;
		 font-style: italic;}
a, a:visited, a:active {color: #243c44;
                        font-weight:normal;
						text-decoration:underline; }
a:hover {color:#ffffff; }