/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header-contact {
 margin: 0px;
 padding: 0px;
 width: 972px;
 height: 65px;
 text-align: center;
 background: url(images/header-contact-bg.jpg) repeat-x;
 border-bottom: 2px solid #fff;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
}
#header-contact td {
 padding: 5px;
}
#header-contact a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
 text-decoration: none;
}
#header-contact a:hover {
 text-decoration: underline;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 972px;
 height: 51px;
 text-align: center;
 background: url(images/topnav-bg.jpg) repeat-x;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #FF4327;
 text-decoration: none;
 padding: 0px 25px;
}
#topnav a:hover {
 color: #fff;
}
table#home-content {
 margin: 0px;
 padding: 0px;
 width: 972px;
 text-align: left;
 background: #0074B8 url(images/home-content-bg.jpg) right bottom no-repeat;
}
#home-content td {
 padding: 5px 60px;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 972px;
 text-align: left;
 background: #B2E1FB url(images/content-bg.jpg) right bottom no-repeat;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 972px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 background: #08171A url(images/footer-bg.jpg) top right no-repeat;
}
#footer td {
 padding: 10px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.textmiddle {
 vertical-align: middle;
}

