html {
    background: #eee;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0 auto
    background-color: #ffffff;
    text-align:center;
    background: #eee;
}

/*WRAP*/
#container {
    width: 970px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

/*TOP BANNER*/
#top {
    margin: 0;
    padding: 0;
    height: 95px;
    background: url(images/banner.png) no-repeat right center;
    border-bottom: 2px solid #fff;
}

.vertical-line {
display: inline;
background-color: #000;
width: 1px;
height: 100%;
}

/*TOP LINKS*/
DIV.persistent {
    background: #DBE5ED;
    height: 33px;
}

DIV.persistent2 {
    background: #DBE5ED;
    height: 26px;
}

.rightAlign {
    position: absolute;
    right: 0;
    width: 35.5% !important;
    width: 59% ;
}

.rightAlign0 {
    position: absolute;
    right: 27%;
}

.rightAlign2 {
    position: absolute;
    right: 0;
    width: 27%;
}

.rightAlign3 {
    position: absolute;
    right: 0;
    width: 21%;
}

.leftAlign {
    position: absolute;
    left: 90;
    width: 70%;
}

.formSize {
    width: 500px;
}

div.left {
    position: fixed;
    top: 190px;
    left: 250px;
    width: 15%;
}

div.right {
    float: right;
    width: 85%;
}

/*LEFT MENU*/
#leftcol {
    float: left;
    width: 160px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-right: 2px solid #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block; 
}


/*Right MENU*/
#rightcol {
    float: right;
    width: 160px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-right: 2px solid #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block; 
}

/*LEFT MENU*/
#textarea1 {
    float: left;
    width: 280px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-left: 2px solid #fff;
    color: #333;
    background: #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block; 
}

/*Right MENU*/
#textarea2 {
    float: right;
    width: 280px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-right: 2px solid #fff;
    color: #333;
    background: #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block;
}

/*MAIN CONTENT*/
#content {
    margin-left: 45px;
    margin-top: 10px;
    padding: 10px;
    min-height: 500px;
}


/*FOOTER*/
#footer {
    font: 80% Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    clear: both;
    margin: 0;
    padding: 0.5em;
    border-top: 7px solid #DBE5ED;
    color: #fff;
    background: #4b1c84;
    height: 40px;
    float: center;
    text-align: center;
}

*>html #footer img {
    margin: 0;
}

#footer a:link,#footer a:visited {
    text-decoration: none;
    color: #eee;
    background: transparent;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: none;
    color: #640314;
    background: inherit;
}

#footer a:active {
    text-decoration: none;
    background: inherit;
    color: #aaa;
}

/*TYPOGRAPHY*/

h1.page_headline_1{
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    }

h1.page_headline_2{
    font-family: Arial, Helvetica, sans-serif;
    color: #31007b;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 0;
    }

h1.page_headline_3{
    font-family: Arial, Helvetica, sans-serif;
    color: #31007b;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 0;
    }

h1.page_headline_4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    font-size: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: baseline;
    font-weight: bold;
    }

h2 {
    margin: 0;
    padding: 0 0 0 5px;
    font: 130% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
    letter-spacing: 5px;
    border-bottom: 1px solid #eee;
    color: #520934;
    background: inherit;
}

h3 {
    margin: 0;
    padding: 0 0 5px 10px;
    font: 130% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
    text-transform: uppercase;
    color: #520934;
    background: inherit;
}

p {
    padding: 5px;
    color: #000000;
    text-align: justify;
}

p.sidebar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    color: #000000;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    }


blockquote {
    font-weight: bold;
    font-style: italic;
    color: #b29b35;
}

/*LINKS*/
   
a.header_bold {
    font-family: Arial, Helvetica, sans-serif;
    color: #933;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    }

a.header {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    }

a.header2{
    font-family: Arial, Helvetica, sans-serif;
    color: #31007b;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 0;
    }


a.header3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    font-size: 11px;
    line-height: 12px;
    margin-top: 0;
    margin-bottom: 0px;
    vertical-align: baseline;
    font-weight: bold;
    }
a.header4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    font-size: 11px;
    line-height: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: baseline;
    font-weight: bold;
    }
a.body_nav:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #10147b;
    text-decoration: underline;
        }
a.body_nav:active {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    text-decoration: none;
        }

a.body_nav:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    text-decoration: none;
        }
a.body_nav:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #7359ad;
    text-decoration: underline;
        }   
        
a.blog:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 120%;
    color: #10147b;
    text-decoration: underline;
        }
a.blog:active {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
        font-size: 120%;
    text-decoration: none;
        }

a.blog:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
        color: #10147b;
    text-decoration: none;
        }
a.blog:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
        font-size: 120%;
        color: #7359ad;
    text-decoration: underline;
        }   

        
        
a.sidelink:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #10147b;
    text-decoration: underline;
        }
a.sidelink:active {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #10147b;
    text-decoration: none;
        }

a.sidelink:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #10147b;
    text-decoration: none;
        }
a.sidelink:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #7359ad;
    text-decoration: none;
        }   

    
a.main_nav {
    font-family: Arial, Helvetica, sans-serif;
    color: #10147b;
    text-decoration: none;

    font-weight: bold;
    }
a.main_navAC {
    font-family: Arial, Helvetica, sans-serif;
    color: #7359ad;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    }

a.header_nav {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: underline;
    font-size: 10px;
    font-weight: normal;
    }
a.header_navAC {
    font-family: Arial, Helvetica, sans-serif;
    color: #7359ad;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    }
a.whitelink {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    }

a img {
    border: none;
}

#navlist li {
    list-style-type: square;
    margin: 0 15px 0 0;
    padding: 0;
    background: inherit;
    color: #520934;
}

/*IMAGES*/
.imgright {
    float: right;
    margin: 0 10px 10px 10px;
    padding: 10px;
}

.imgleft {
    float: left;
    margin: 0;
    padding: 0;
}


/*CLASS*/
.happy {
    border-top: 1px solid #808080;
    padding: 10px;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 0;
    height: 1px;
}

.quote {
    margin: 10px;
    border: 1px solid #cb274c;
    padding: 15px;
    color: #cb274c;
    background: transparent;
}

/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer {
    position: relative;
    height: 66px;
    color: #4b1c84;
    background: #4b1c84;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#dolphinnav {
    position: relative;
    height: 33px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff url(images/dolphin_bg.gif) repeat-x bottom left;
    padding: 0 0 0 20px;
}

#dolphincontainer ul, #dolphinnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    float: left;
}

#dolphincontainer ul li, #dolphinnav ul li {
    display: block;
    float: left;
    margin: 0 1px;
}

#dolphincontainer ul li a, #dolphinnav ul li a {
    display: block;
    float: left;
    color: #EAF3F8;
    text-decoration: none;
    padding: 0 0 0 20px;
    height: 33px;
}

#dolphincontainer ul li a span, #dolphinnav ul li a span {
    padding: 12px 20px 0 0;
    height: 21px;
    float: left;
}

#dolphincontainer ul li a:hover, #dolphinnav ul li a:hover {
    color: #fff;
    background: transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom
        left;
}

#dolphincontainer ul li a:hover span, #dolphinnav ul li a:hover span {
    display: block;
    width: auto;
    cursor: pointer;
}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover {
    color: #fff;
    background: #1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
    line-height: 275%;
}

#dolphinnav ul li a.current span {
    display: block;
    padding: 0 20px 0 0;
    width: auto;
    background: #1D6893 url(images/dolphin_right-ON.gif) no-repeat top right
        ;
    height: 33px;
}

/* ---------------------- END Dolphin nav ---------------------- */ /* 
 wFORMS 2.0 Stylesheet - Bureaucrat Theme v3a (w/ tool-tip) - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)    
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
form {
    padding: 5px;
}

#center_textarea {
 float: left;
    width: 540px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-right: 2px solid #fff;
    color: #333;
    background: #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block;
}

#center_textarea_2 {
 float: left;
    width: 700px;
    margin: 0;
    height: 1000;
    padding: 10px;
    border-right: 2px solid #fff;
    color: #333;
    background: #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 80%; font-weight: normal; color: #000000;  
    text-align: left; vertical-align: baseline;
    visibility: visible;
    display: block;
}

#navigation {
 width: 160px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: 1px solid #EAF3F8;
}
#navigation li a:link, #navigation li a:visited  {
 font-size: 90%;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 border-left: 12px solid #1D6893;
 border-right: 1px solid #1D6893; 
 background-color: #4B1C84;
 color: #FFFFFF;
 text-decoration: none;
}

#navigation li a:hover {
 background-color: #1D6893;
 color: #FFFFFF;
}

#navigation li a.current {
 background-color: #1D6893;
 color: #FFFFFF;
}

#pscroller1{
width: 160px;
height: 150px;
padding: 5px;
}


