/* basic elements */
html {
    
}

body {
    font: 9pt verdana, sans-serif;
    color: black;
    background-color: white;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
}

div {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

a {
    /*color: red;
    font-weight: bold;*/
    text-decoration: none;
}

a:link {
    color:#4e4e7f;
    font-size:9pt;
    font-weight: bold;
    font-family: verdana;
}

a:visited {
    color:#4e4e7f;
    font-size:9pt;
    font-weight: bold;
    font-family: verdana;
}

a:hover, a:active {
    color: #000000;
}

table {
    margin: 0;
    border: none;
    padding: 0;
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

/*specifics divs*/
#page{
    width: 1090px;
    margin: 0 auto 0 auto;
}
#pageContent{
    width:100%;
}

#topBanner{
    text-align:right;
}

#topBannerTable{
    height:239px;
}

#topBannerTopPanel{
    background-color: #8989a9;
    height:25px;
    width:879px;
}

#topBannerContentBack{
    background-color: #e8e8ff;
    height:15px;
    width:879px;
}

#topBannerText{
    font-family: verdana;
    font-size:8pt;
    /*color:#bdbdbd;*/
    padding-top:37px;
    padding-left:270px;
}

#rightBar{
    width:200px;
    padding-right:39px!important;
    padding-right:29px;
    background-color:#e8e8ff;
}

#content{
    width:540px;
    padding-right:50px;
    padding-left:50px;
    padding-top:45px;
    background-color:#e8e8ff;
}

#contentDiv{
    width:540px;
}

#menu{
/*    margin-right:40px;*/
    width:210px;
}
#blank{
    width:200px;
}


#menuUl{
    list-style-type:none;
    padding-left:0px;
    margin-left:0px;
}

#menuUl li a{
    color:#4f4f4f;
    line-height:23pt;
    font-weight: normal;
}

.menuItem{
    padding-left:10px;
    width:190px;
    border-bottom:solid 1px #efefff;
}

.menuItem:hover{
    text-decoration:underline;
}

.activeParentItem{
    padding-left:10px;
    width:200px;
    background-color:#e8e8ff;
    font-weight: bold;
    border-bottom: 1px solid white;
    opacity:0.5;
}
.activeParentItem a{
    font-weight: bold!important;
}

#print{
    color:#4E4E7F;
    font-family:verdana;
    font-size:9pt;
    font-weight:bold;    
    cursor:pointer;
    padding-top:10px;
    text-align: right;
}

#print
{
    font-size:8pt;    
}

#print img{
    padding-top: 0px;
}

.activeMenuItem{
    padding-left:10px;
    width:200px;
    background-color:#e8e8ff;
    font-weight: bold;
    border-bottom: 1px solid white;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;    */
}

.activeMenuItem a{
    font-weight: bold!important;
}


.rightBarSection a{
    color:#949499;
    font-size:8pt;
    font-weight: normal;
}

.rightBarSection{
    padding-left:5px;
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:solid 1px white;    
}

.rightBarSectionTitle{
    color:#949499;
    font-size:8pt;
    padding-bottom:3px;
    font-weight: bold;
}

.rightBarSectionText{
    color:#949499;
    font-size:8pt;
    width:195px;
}

.newsIcon{
float:left;
padding-right:8px;    
}

.siteMapTable{
    
}

#searchStringInput{
    width:150px;
    border:none;
    margin-top:7px;
    margin-bottom:5px;
    padding:2px;
}

#searchButton{
    border:1px solid white;
    background-color: #E8E8FF;
    color:#949499;
    font-family: verdana;
    font-size:8pt;
    padding:2px;
    margin-bottom: 5px;
}

.searchResultItem{
    border-bottom:1px solid white;
    margin-bottom:10px;
    padding-bottom:10px;
}

.searchResultTitle{
    color:#7a7a83;
    font-weight:bold;
    padding-bottom:4px;
}

.searchResultText{
    color:#7a7a83;
    text-align: left;
    padding-bottom:4px;
}

.clear{
    clear: both;
}

.calendarStepForward{
    border:solid 1px white;
    padding:2px 5px;
    color:#4e4e7f;
    font-weight: bold;
}

.calendarStepBack{
    border:solid 1px white;
    padding:2px 5px;
    color:#4e4e7f;
    font-weight: bold;
}

.articleTitle{
    color:#333333;
    font-weight:bold;
    font-size:10pt;    
}

.articleText{
    color:#333333;
    font-family: verdana;
}

.lit_cit_1, .lit_cit_2, .lit_cit_3, .lit_cit_4{
    text-decoration: none;
    color:#949499!important;
    font-weight: normal!important;
    font-size:8pt!important;
    line-height: 12pt!important;
}

.lit_cit_1:hover, .lit_cit_2:hover, .lit_cit_3:hover, .lit_cit_4:hover{
    text-decoration:underline;
}



#footer{
    width:170px;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:0px;
    font-size:7pt;
    color:#b1b1b1;
    line-height:11pt;
}

#footer a{
    color:#404040;
    text-decoration:underline;
    font-weight: normal;    
    font-size:7pt;
}


#footerBackground{
    background-color:#e8e8ff;
}
