/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #0F136C;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#home-header {
 margin: 0px;
 padding: 0px;
 width: 939px;
 text-align: left;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 28px;
 text-align: center;
 background: url(images/topnav-bg.jpg) repeat-x;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #ff0;
}
#topnav td {
 padding: 0px;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #ff0;
 font-weight: bold;
 text-decoration: none;
}
#topnav a:hover {
 color: #fff;
}
table#home-content {
 margin: 0px;
 padding: 0px;
 width: 939px;
 text-align: left;
 background: #fff;
}
td#slideshow {
 width: 498px;
 height: 339px;
 padding-top: 0px;
 padding-left: 19px;
 text-align: left;
 background: #fff url(images/slideshow-bg.jpg) left no-repeat;
}
#footer-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: blue;
 text-decoration: underline;
}
#footer-nav a:hover {
 text-decoration: none;
 color: #0F136C;
}
div#footer1 {
 margin: 5px 0px;
 padding: 14px 0px 14px 0px;
 width: 776px;
 height: 12px;
 text-align: center;
 background: url(images/footer1-bg.jpg) center no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
div#footer2 {
 width: 899px;
 padding: 20px;
 text-align: center;
 background: #0F136C;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer2 a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer2 a:hover {
 text-decoration: none;
}
