body, td
{
    font: 12px Verdana, Helvetica, sans-serif;
    margin: 5px 5px 0px 5px;
}
.footer
{
    font: 10px Verdana, Helvetica, sans-serif;
    font-style: italic;
    background-color: #000066;
    color: #FFFFFF;
   
}
.footer2
{
 	font: 10px Verdana, Helvetica, sans-serif;
    font-style: italic;
    background-color: #003300;
    color: #FFFFFF;
    font-weight: bold;
}
.footer3
{
 	font: 12px Verdana, Helvetica, sans-serif;
 	background-color: #FFFFFF;
 	color: #336699;
 	font-weight: bold;
 	text-decoration: none;
}
a.footer3:link, a.footer3:active, a.footer3:visited
{
 	text-decoration: none;
}
a.footer3:hover
{
 	text-decoration: underline;
}

a.breadCrumb:link, a.breadCrumb:active, a.breadCrumb:visited
{
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0000AA;
}
a.breadCrumb:hover
{
    text-decoration: underline;
    color: #006600;
}
.mainTable
{
    border-top: solid #CCCCCC 1px;
    border-right:  solid #555555 1px;
    border-bottom: solid #555555 1px;
    border-left: solid #CCCCCC 1px;
}
.itemTable
{
 	border-top: solid #000000 1px;
    border-right:  solid #000000 1px;
    border-bottom: solid #000000 1px;
    border-left: solid #000000 1px;
    width: 100%
}
.itemHeading
{
 	font: 12px Verdana, Helvetica, sans-serif;
 	font-style: italic;
 	font-weight: bold;
 	color: #000000;
}
.itemHeading2
{
 	font: 14px Verdana, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #000000;
 	text-decoration: underline;
 	text-align: center;
}
.itemTitle
{
 	font: 14px Verdana, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #000066;
 	background-color: #DDDDDD;
 	width: 100%;
}
.bar
{
	height: 1px;
	color: #cccccc; 
}
.formControls
{
	font: 12px Verdana, Helvetica, sans-serif;
}
.pageTitle
{
    width: 100%;
    font: 18px Verdana, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	height: 10px;
}

/* navigation button rollovers */

a.homeButton { 
     display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/home.gif); 
     background-repeat: no-repeat;
	 background-position: 100% 0;
}

a.ownersButton { 
     display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/owners.gif); 
     background-repeat: no-repeat;
     background-position: 100% 0;
}

a.staffButton { 
     display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/staff.gif); 
     background-repeat: no-repeat;
     background-position: 100% 0;
}

a.servicesButton { 
     display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/services.gif); 
     background-repeat: no-repeat;
     background-position: 100% 0;
}
a.photosButton {
 	 display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/photos.gif); 
     background-repeat: no-repeat;
     background-position: 100% 0;
}

a.contactButton { 
     display: block; 
     width: 125px; 
     height: 71px; 
     background-image: url(images/contact.gif); 
     background-repeat: no-repeat;
     background-position: 100% 0;
}
	 
a.homeButton:hover { 
     background-image: url(images/home.gif); 
     background-position: 0 0;
} 
a.ownersButton:hover { 
     background-image: url(images/owners.gif); 
     background-position: 0px 0px;
} 
a.staffButton:hover { 
     background-image: url(images/staff.gif);
	 background-position: 0px 0px; 
} 
a.servicesButton:hover { 
     background-image: url(images/services.gif); 
     background-position: 0px 0px;
} 
a.photosButton:hover {
	 background-image: url(images/photos.gif); 
     background-position: 0px 0px;
}
a.contactButton:hover {
	 background-image: url(images/contact.gif); 
     background-position: 0px 0px;
}