@charset  "utf-8";
 body {
    background: #666666;
    text-align: center;
    /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0px;
    min-width:950px;
}
#container {
    border: 1px none #000000;
    text-align: left;
    background-color: #FFF;
    font-size: 0.8em;
    margin: auto;
    top: 0px;
    width: 950px;
}
#header {
    height: 176px;
    padding-top: 0;
    padding-bottom: 0;
    top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #000000;
    background-image: none;
}
#mainContent {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 950px;
    font-size: 11px;
}
#footer {
    background-color: #000000;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}
#header h1 {
    margin: 0;
    /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    padding-right: 0;
    padding-left: 0;
}
#footer p {
    margin: 0;
    /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0;
    /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #f4e8b9;
}
.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft {
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* html #blueblock {
    /*IE 6 only */
    w\idth: 147px;
    /*Box model bug: 180px minus all left and right paddings for #blueblock */
    ;
}
#blueblock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#blueblock li {
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #90bade;
}
#blueblock li a {
    display: block;
    padding: 5px 5px 5px 8px;
    background-color: #f4e8b9;
    color: #000000;
    text-decoration: none;
    width: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: solid;
    border-right-color: #508fc4;
    border-left-color: #800000;
}
html>body #blueblock li a {
    /*Non IE6 width*/
    width: auto;
}
#blueblock li a:hover {
    background-color: #000000;
    color: #fff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #5ba3e0;
    border-left-color: #1c64d1;
}
.style2 {
    font-size: .9;
    font-family: Arial, Helvetica, sans-serif;
}
.style3 {
    font-size: medium;
}
.style4 {
    font-size: 0.8em;
}
.style5 {
    color: #f4e8b9;
}
.style6 {
    color: #800000;
}
.style7 {
    font-size: x-small;
    color: #f4e8b9;
}
.style8 {
    color: #000000;
}
.style9 {
    font-size: x-small;
}
.style11 {
    font-size: .9;
}
.style13 {
    font-weight: bold;
}
.CatImage2 {
    height: 150px;
    width: 175px;
    border: thin none #dea138;
    font-size: 0.7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
.style14 {
    font-size: small;
}
a:link {
    text-decoration: none;
    color: #800000;
}
a:visited {
    text-decoration: none;
    color: #800000;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
    color: #800000;
}
#textbox {
    height: 320px;
    width: 420px;
    margin-left: 15px;
}
#indentbox {
}
.itemtext {
    font-family: Arial, Helvetica, sans-serif;
}
table {
    border-top-width: 0;
    border-right-width: 1;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #600;
    border-right-color: #600;
    border-bottom-color: #600;
    border-left-color: #600;
    background-color: #FFF;
    font-size: 12px;
    margin-left: 20px;
}
.customClass {
    padding-left: 15px;
    padding-right:15px;
}
td {
    background-color: #FFF;
    border-right-width: 1px;
    border-bottom-width: 1;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #600;
    border-right-color: #600;
    border-bottom-color: #600;
    border-left-color: #600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.style17 {
    font-size: 11px;
}
.style18 {
    font-weight: bold;
}