html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #F5F5F5;
    margin: 0px;
    padding: 0px;
}

p {
    clear: both;
}

a {
    color: #3333AA;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6699DD;
}

form {
    padding: 0px;
    margin: 0px;
}
#searchform label {
    display: none;
}

img {
    border: 0;
}

sup {
    font-size: 0.7em;
}

/*
th {
    background: #E9E1E9;
    font-size: 0.84em;
    font-weight: bold;
    text-align: left;
}

td {
    background: #F6F2F6;
    font-size: 0.84em;
    text-align: left;
}
*/

#header {
    background: #D4E1F0 url("../images/home/header_back5.gif") top right no-repeat;
    height: 79px;
    border-bottom: 4px solid #99B7DB;
    white-space: nowrap;
}
#header h1 {
    background: transparent url("../images/home/header_logo4.gif") top left no-repeat;
    width: 156px;
    height: 44px;
    float: left;
    padding: 0px;
    margin: 18px 0px 0px 20px;
}
* html #header h1 {
    margin: 18px 0px 0px 10px;
}
#header h1 span {
    display: none;
}

#headernav {
    float: right;
    padding: 15px 20px 0px 0px;
}
#headernav #skipnav, #headernav #sitenav {
    font-size: 0.75em;
    text-decoration: underline;
    color: #113366;
}

#headimgbar {
    background: #AAC256 url("../images/home/header_back2.jpg") top left no-repeat;
    height: 161px;
    white-space: nowrap;
}

#intro {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 400px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.77em;
    font-weight: bold;
    color: #142869;
}

#topnav {
    float: left;
    background: transparent url("../images/generic/top_back.gif") bottom left repeat-x;
    width: 100%;
    min-width: 770px;
    min-height: 24px;
    font-size: 0.84em;
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
}
#topnav ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}
#topnav li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    list-style: none;
}
#topnav a {
    color: #113366;
    text-decoration: none;
    float: left;
    display: block;
    padding: 4px 8px 4px 7px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a { float: none; }
/* End IE5-Mac hack */
#topnav a:hover {
    color: #113366;
    text-decoration: underline;
}
#topnav #current {
    background: transparent url("../images/generic/tab_left.gif") top left no-repeat;
    font-weight: bold;
}
#topnav #current a {
    background: #FFFFFF url("../images/generic/tab_right.gif") top right no-repeat;
}

#wrapper {
    background: #FFFFFF;
    padding: 60px 0px 0px 0px;
}

#container {
    background: transparent url("../images/home/right_back4.gif") top right repeat-y;
    height: 100%;
    width: 970px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
#container:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#col1 {
    width: 750px;
    float: left;
    font-size: 0.9em;
}
#col1 h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.15em;
    line-height: 1.15em;
    font-weight: bold;
    color: #113366;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#col1 h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #113366;
    margin: 0px;
    padding: 0px;
}
#col1 ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: square;
}
#col1 .note {
    font-size: 0.84em;
    font-style: italic;
}

#col2 {
    float: right;
    width: 190px;
    padding: 0 10px;
    font-size: 0.8em;
    border-top: 4px solid #99B7DB;
}
#col2 h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #113366;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
#col2 ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
    list-style: disc;
}

#pagetitle {
    padding: 0px;
    margin: 0px 0px 8px 0px;
    position: relative;
    z-index: 1;
}
#pagetitle h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #113366;
    padding: 0px;
    margin: -1.6em 0px 0px 0px;
}


#footer {
    background: #F5F5F5;
    border-top: 1px solid #E3E3E3;
    padding: 20px 20px 10px 20px;
}

#footertext {
    font-size: 0.7em;
}
#footertext a {
    color: #3333AA;
    text-decoration: underline;
}
#footertext img {
    vertical-align: middle;
}
#footertext .cntr {
    margin-left: 30px;
}
#footertext .cntr img {
    margin-right: 10px;
}
.clearboth {
    clear: both;
}

.caption, .toplink {
    font-size: 0.7em;
}
.caption a, .toplink a {
    text-decoration: underline;
}
.toplink {
    text-align: right;
}

.imgcapleft {
    float: left;
    text-align: left;
}
.imgcapmid {
    float: left;
    text-align: center;
}
.imgcapright {
    float: left;
    text-align: right;
}

.menubreak {
    border-top: 2px dotted #889922;
}
.menubreak span {
    display: none;
}

.icon {
    vertical-align: middle;
    margin-right: 2px;
}

.homelist {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.homelist li {
    list-style: none;
    margin-bottom: 2px;
    margin-left: -14px;
    padding-left: 0px;
}

.hrule {
    border-bottom: 2px dotted #8899CC;
    padding-top: 8px;
    margin-bottom: 10px;
    font-size: 1px;
    height: 2px;
}

/*=============================================*/
/* Cols */

.homeCols {
    background: transparent url("../images/home/cols.gif") top left repeat-y;
}
.homeCols:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .homeCols { height: 1%; }   /* IE7 */
* html .homeCols { height: 1%; }               /* IE6 */

.homeCol1, .homeCol2, .homeCol3 {
    float: left;
    width: 230px;
    padding: 0px 10px;
}
.homeCol1 {
    width: 240px;
    padding-left: 0px;
}

.jumpIcons {
}
.jumpIcons:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .jumpIcons { height: 1%; }   /* IE7 */
* html .jumpIcons { height: 1%; }               /* IE6 */

.jumpIcons a {
    width: 55px;
    float: left;
    font-size: 0.7em;
    margin: 7px 10px 0px 0px;
    text-decoration: none;
}

/*=============================================*/
/* Splash */
.splash {
    position: relative;
    margin: 0px 0px 1em 0px;
    overflow: hidden;
}
.splash:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .splash { height: 1%; }   /* IE7 */
* html .splash { height: 1%; }               /* IE6 */

.splashImg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.spashImg div {
    display: none;
}

.splashRight {
    position: relative;
    float: right;
    background: #1E2D56;
    width: 237px;
    z-index: 2;
}

/*=============================================*/
/* Panel Slider */

.coda-slider-wrapper { padding: 0px; }
.coda-slider { background: #364A77; }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 255px; overflow: auto !important; padding-right: 20px; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 237px; }

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 237px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }

/* Arrow styling */
.coda-nav { float: left; }
.coda-nav-left { margin-left: 10px; }
.coda-nav-left, .coda-nav-right { float: left; }
.coda-nav-left a, .coda-nav-right a { background: #476393; color: #FFFFFF; padding: 3px 5px; margin: 5px 2px; }

/* Tab nav */
.coda-nav ul li a.current { background: #FFFFFF; color: #476393; }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 5px 10px; height: 205px; }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center; }

.coda-slider .panel{ color: #FFFFFF; font-size: 0.9em; }
.coda-slider .panel a { color: #FFFFFF; }
.coda-slider .panel a:hover, .coda-slider .panel a:focus { color: #FFFFFF; }
#col1 .coda-slider .panel h3 { color: #FFFFFF; }
.coda-slider .panel p { padding: 0px; margin: 0px 0px 1em 0px; }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; float: left; padding: 0px !important;}
.coda-nav ul li { display: inline; }
.coda-nav ul li a { background: #476393; color: #FFFFFF; display: block; float: left; padding: 3px 5px;  margin: 5px 2px; text-decoration: none; }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto; }
.coda-slider { float: left; overflow: hidden; position: relative; }
.coda-slider .panel { display: block; float: left; }
.coda-slider .panel-container { position: relative; }
.coda-nav-left, .coda-nav-right { float: left; }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }

/*=============================================*/
/* Donate */
#donate {
    float: right;
    text-align: right;
    margin: 0px;
}
#donate a {
    padding: 0px;
}
