

body {
        margin: 0;
        padding: 0;
        background: #E5E5E5;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        color: #666666;
}

blockquote {
        font-style: italic;
}

a {
        color: #135293;
}

a:hover {
        text-decoration: none;
}

.title1 {
        margin: 0;
        padding: 10px 0;
        background: url(images/img07.gif) repeat-x left bottom;
        font-weight: normal;
        font-size: 129%;
        color: #FFFFFF;
}

.title2 {
        margin: 0;
        padding: 10px 0;
        background: url(images/img09.gif) repeat-x left bottom;
        font-size: 227%;
        font-weight: normal;
        color: #135293;
}

.title3 {
        margin: 0;
        padding: 10px 0;
        background: url(images/img11.gif) repeat-x left bottom;
        font-size: 129%;
        font-weight: normal;
        color: #FFFFFF;
}

.boxed {
        padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
        line-height: 180%;
}

.orange {
        margin: 20px 30px;
        background: #FF9523 url(images/img10.gif) repeat-x;
        color: #FFFFFF;
}

.orange a {
        color: #FFFFFF;
}

.col-one {
        float: left;
        width: 300px;
}

.col-two {
        float: right;
        width: 300px;
}

/* Page */

#page {
        width: 980px;
        margin: 0 auto;
        background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
        float: left;
        width: 240px;
}

/* Logo */

#logo {
        height: 220px;
        background: #FFFFFF url(images/logo.jpg) repeat-y center top;
}

#logo h1, #logo h2 {
        margin: 0;
        text-transform: lowercase;
        text-align: center;
        font-weight: normal;
        font-style: italic;
        color: #9C9C9C;
}

#logo h1 {
        padding: 100px 0 0 0;
        background: url(images/logo.gif) no-repeat center center;
        font-size: 36px;
}

#logo h2 {
        font-size: 14px;
}

#logo a {
        color: #9C9C9C;
        text-decoration: none;
}

/* Menu */

#menu {
        padding: 20px;
        background: #4096EE url(images/img06.gif) repeat-x;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        padding: 10px 0;
        background: url(images/img07.gif) repeat-x;
}

#menu li.first {
        background: none;
}

#menu a {
        text-decoration: none;
        font-size: 150%;
        color: #FFFFFF;
}

#menu a:hover {
        text-decoration: underline;
}



/* Content */

#content {
        float: right;
        width: 740px;
}

/* Footer */

#footer {
        width: 980px;
        height: 120px;
        margin: 0 auto;
        background: url(images/img12.gif) repeat-x;
}

#footer p {
        margin: 0;
        font-size: 85%;
}

#links {
        float: left;
        width: 220px;
        height: 45px;
        padding: 35px 0 0 20px;
        background: url(images/img13.gif) repeat-x;
}

#links a {
        color: #FFFFFF;
}

#legal {
        float: right;
        width: 720px;
        height: 45px;
        padding: 35px 0 0 20px;
}


h2 {
  color: #993333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: normal;
}

h4 {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: bold;
  }

h5 {
  color: #FE0000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: normal;
  }

h6 {
  color: #FBE601;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: normal;
  }


.highslide {
        cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
        visibility: hidden;
}
.highslide img {
        border: 2px solid gray;
}
.highslide:hover img {
        border: 2px solid white;
}

.highslide-wrapper {
        background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica, "Arial";
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
        color: black;
        font-size: 8pt;
        font-family: arial;
        font-weight: bold;
    text-decoration: none;
        padding: 2px;
        border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
        font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
        background: url(highslide/graphics/fullexpand.gif) no-repeat;
        display: block;
        margin: 0 10px 10px 0;
        width: 34px;
        height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;