/* light blue: 595f91, dark blue: 2b366e*/
html, body {
 width: 100%;
 height: 100%;
}

img {
 border-width: 0;
}

body, table, td {
 font-family:  arial, sans-serif, impact;
}

body {
 font-size:	      0.9em;
 line-height:     1.4em;
 margin:      	  0px;
 padding:     	  0px;
 background-color: #999;
}

a { color: #9E5200; }
a:hover { color: #eE5200; }

table, td {
 vertical-align: top;
 border-collapse: collapse;
 padding: 0;
}

h1 {
 color: #005;
 font-size: 1.5em;
 margin-top: 0px;
}
p {
 margin-top: 10px;
 margin-bottom: 5px;
}
h2 {
 margin-bottom: 5px;
 color: #005;
 font-size: 1em;
}

.contactDetails {
 text-align: right;
 color: #2b366e;
 padding: 8px;
 font-size: 0.8em;
 font-weight: 900;
 line-height:     1.4em;
}
.pageContainer {
 border: 1px solid #2b366e;
 background-color: white;
}

.leftShade {
 width: 23px;
 background-image: url('../images/page-shade-l.png');
}

.rightShade {
 width: 23px;
 background-image: url('../images/page-shade.png');
}

.logo {
  text-align: left;
}

.topLinks {
 border-top: 1px solid #2b366e;
 border-bottom: 1px solid #2b366e;
 background-color: #e3eafc;
}

.topLinks a {
 font-family:  arial, sans-serif, impact;
 font-weight: 900;
 font-size: 0.8em;
 padding: 3px;
 display: block;
 border-left:  1px solid #c2c5cc;
 border-right: 1px solid #c2c5cc;
 color: #2b366e;
 text-align: center;
 text-decoration: none;
 background-image: url('../images/shade.png');
}

.topLinks a:hover {
 color: #eE5200;
 background-image: url('../images/shade.png');
}

.footer {
 border-top: 1px solid #c2c5cc;
 
 text-align: center;
 padding: 3px;
}
.footerText {
 text-align: left;
 color: #888899;
}
.footerText a, .footerText a:hover {
 font-size: 0.8em;
 color: #888899;
}

.topLinks a:hover {
 background-color: white;
 background-image: url('../images/shade.png');

}

.body {
 padding: 10px;
 text-align: left;
}

img.borderRight {
 border: 1px solid #2b366e;
}

.error {
 font-weight: 900;
 border: solid 2px #500;
 color: #700;
 padding: 5px;
 margin-top: 10px;
 margin-bottom: 10px;
}

.contactForm td {
 padding: 2px;
}

.printOnly {
 display: none;
}
/* light blue: 595f91, dark blue: 2b366e*/