/* Page Setup */

body {
    background-color: #3782AC;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 10pt;
    color: #4a4646;
    }

.no-css {
    display: none;
    }

div.clear {
    clear: both;
    }





#shadow {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    }
#shadow td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    }

#shadow td.middle-right {
    width: 9px;
    background-image: url(images/shadow_right.jpg);
    background-repeat: repeat-y;
    }
#shadow div.shadow-top-right {
    background-image: url(images/shadow_topright.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 11px;
    /*border: 1px solid red;*/
    }

#shadow div.shadow-bottom-left{
    background-image: url(images/shadow_bottomleft.jpg);
    background-repeat: no-repeat;
    width: 12px;
    height: 9px;
    }

#shadow td.bottom-right {
    background-image: url(images/shadow_bottomright.jpg);
    background-repeat: no-repeat;
    }
#shadow td.bottom-middle {
    height: 9px;
    background-image: url(images/shadow_bottom.jpg);
    background-repeat: repeat-x;
    }

#page-container{
    width: 750px;
    background-color: #ffffff;
    /*margin: 5px auto 10px auto;*/
    border: 1px solid #547A91;
    /*border: 1px solid red;*/
    margin: 0;
    }


#header {
    padding: 0;
    margin: 0;
    background-image: url(images/header_750x148.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 148px;
    }


#layout {
    background-image: url(images/menu_150x777.jpg);
    background-color: #b8c8d8;
    background-repeat: no-repeat;
    }


#menu {
    float: left;
    width: 150px;
    line-height: 1.25em;
    font-family: times new roman;
    font-size: 14pt;
    }

#menu ul {
    padding: 0;
    margin: 20px 0 0 0;
    text-align: right;
    margin-right: 5px;
    }

#menu li {
    list-style-type: none;
    margin-bottom: 13px;
    padding-right: 3px;
    }

#menu a {
    text-decoration: none;
    color: #3883AB;
    }

#menu a:hover {
    text-decoration: underline;
    }

#menu li.selected {
    background-color: white;
    /*background-color: #3883AB;*/
    }

#menu li.selected a {
    /*color: white;*/
    }


#content {
    margin-left: 150px;
    padding: 10px 15px 20px 15px;
    font-size: 11pt;
    background-color: white;
    border-left: 1px solid #999999;
    }


#footer {
    border-top: 1px solid #ea6f43;
    text-align: right;
    padding: 10px 20px 10px 20px;
    background-color: white;
    font-size: 10pt;
    }

#slogan {
    float: right;
    margin: -35px 10px 10px 20px;
    }

/* Text */    

h2 {
    color: #f37042;
    margin-top: 5px;
    }

h3 {
    color: #3782AC;
    border-bottom: 1px solid #3782AC;
    }

.bio-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #646464;
    }

.star {
    color: #ea6f43;
    }