/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #19245A url(images/body-bg.jpg) top center no-repeat fixed;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 22px;
 color: #000;
}
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;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 900px;
 text-align: center;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 900px;
 background: url(images/content-bg.jpg) top left;
 text-align: left;
 border-left: 7px solid #fff;
 border-right: 7px solid #fff;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 width: 183px;
 text-align: left;
}
div#red-box {
 margin: 0px;
 padding: 0px;
 padding-top: 15px;
 float: right;
 text-align: center;
 width: 171px;
 height: 168px;
 background: url(images/red-box.png) top right no-repeat;
}
div#white-box {
 width: 166px;
 text-align: center;
 background: url(images/white-box-bg.png) top center repeat-y;
}
td#topnav {
 margin: 0px;
 padding: 0px;
 height: 15px;
 text-align: center;
 background: url(images/topnav-bg.png) top left no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 padding: 16px 0px 12px 0px;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
 margin: 0px 3px;
}
#topnav a:hover {
 color: #D8DA97;
}
td#main-col {
 margin: 0px;
 padding: 0px 13px;
 padding-top: 5px;
 text-align: left;
}
div#white-box-wide {
 width: 665px;
 padding: 5px;
 margin: 0px;
 background: url(images/main-col-bg.png) top center repeat-y;
}
td#footer {
 margin: 0px;
 padding: 5px 13px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
div#black-box-wide {
 width: 665px;
 padding: 5px;
 margin: 0px;
 background: #000;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
#SLIDESIMG {
 padding: 5px;
 border: 3px solid #fff;
}
table#gallery img {
 border: 2px solid #19245A;
}
#gallery img:hover {
 border: 2px solid #fff;
}
