﻿body { background-image: url('Images/bodyBG.png'); }

body, 
input  {  font-family: Arial; font-size: 12px; color: #666666; }
h1 { color: #96b7d8; font-size: 14px; margin: 15px; border-bottom: solid 1px #e6e6e6; letter-spacing: 2px; text-transform: uppercase; }
h2 { color: #96b7d8; font-size: 14px; margin: 15px; margin-bottom: 0px;}
h3 { color: #96b7d8; font-size: 12px; margin: 15px; margin-bottom: 0px;}

p { margin: 15px; margin-top: 0px; letter-spacing: 1px; word-spacing: 1px; } 

ul { list-style-image: url('Images/tick.jpg'); margin-top: 0px;  }
li { letter-spacing: 1px; word-spacing: 1px; }

a { color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; }

#divLayout { text-align: center; }

#divMenu { width: 800px; height: 26px; background-image: url('Images/menuBG.jpg'); text-align: left; font-weight: bold;  }
#divMenu p { margin: 5px 15px 5px 15px; }
#divMenu a { color: #666666; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; }
#divMenu a:hover { text-decoration: underline; }
#divMenu img { margin: 0px 5px 0px 5px; }

#divContent { width: 800px; background-image: url('Images/contentBG.jpg'); text-align: left; }
#divContent img { margin-left: 10px; }
#divFooter  { width: 800px; height: 22px; background-image: url('Images/footerBG.jpg');  }

#divDisclaimer  p { margin: 0px 15px 3px 15px; font-size: 10px; }

#tblContact { margin: 15px; }
#tblContact th { font-weight: normal; text-align: right; } 
#tblContact td { text-align: right; } 

.imgPhoto { float: right; margin: 40px 20px 0px 20px; border: solid 5px #e6e6e6; }
	
