/* style9.2.css */

body {
background-image: url('background.jpg');
background-repeat: repeat-x;
background-color: #336699;
font-family: verdana;
font-size: 12px;
}

.container {
background-color: white;
border: 1px solid #999999;
width: 730px;
}

.header {
border-top: 1px solid #999999;
background-image: url('header.png');
background-repeat: repeat-x;
background-color: black;
height: 100px;
color: white;
font-family: "Trebuchet MS", Arial, Verdana;
}

.header h1 a {
color: white;
text-decoration: none;
float: left;
margin: 15px 0 0 25px;
font-size: 34px;
}

.header h1 a:hover {
color: white;
text-decoration: none;
}

.header h2 {
float: right;
font-size: 15px;
font-style: italic;
color: #CCCCCC;
margin-top: 10px;
}

.nav1 {
background-image: url('nav1.jpg');
background-repeat: repeat-x;
height: 30px;
color: black;
font-family: Verdana, Arial;
text-transform: uppercase;
border-bottom: 2px solid black;
}

.nav1 a {
float: right;
display: block;
padding: 8px 30px 0 30px;
border-left: 1px solid #333333;
height: 22px;
}

.nav1 a:hover {
background-image: url('nav1hover.jpg');
color: black;
}

img  {
border: 0;
} 

.content {
text-align: left;
margin-left: 165px;
padding: 2em;
}

.footer {
background-color: white;
color: black;
border-top: 5px solid #CCCCCC;
width: 720px;
padding: 1px 0px 1px 0px;
text-align: center;
clear: both;
}

.nav2 {
float: left;
display: block;
width: 165px;
font-size: 15px;
text-align: center;
padding: 1em;
}

.nav2Title {
background-color: #336699;
color: white;
border: 1px solid black;
padding: 2px 0px 2px 0px;
font-size: 15px;
}

.nav2Item a {
display: block;
padding: 8px 8px 8px 8px;
text-align: left;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

a {
font-size: 12px;
color: black;
text-decoration: none;
}

a:hover {
color: #336699;
}

.content h1 {
color: black;
font-size: 18px;
}

.content h2 {
font-size: 12px;
text-decoration: underline;
display: inline;
}

td {
text-align: center;
}

.contact td {
text-align: left;
}

.left {
float: left;
text-align: left;
}

.right {
text-align: right;
}

.floatRight {
float: right;
}

.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #000000;}
.adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}