﻿body {
    background-image:url('images/chamberbackground.jpg'); 
    background-repeat:no-repeat; 
    background-position:top; 
    background-color:#134E92
}

#centering-div {
    width:950px; 
    margin-left:auto; 
    margin-right:auto;
}
   
.main_panel {
    background-color:White;
}
    
#header {
    width:100%; 
    height:110px;
}

#logo-container {
    float:left;
}

#tagline-container {
    float:left;
    margin-top:40px; 
    margin-left:40px;
}

#tagline {
    font-family:Arial; 
    font-size:22px; 
    font-style:italic; 
    font-weight:bold;
} 

#gray-division {
    width:930px; 
    margin-left:10px; 
    margin-right:10px;
    background-color:#CCCCCC; 
    text-align:center;
}

#division-text {
    color:White; 
    font-family:Arial Black; 
    font-size:25px; 
    font-weight:normal;
}

#main_body_content {
    width:100%; 
    margin-top:10px;
}

p {
    font-family:Arial; 
    font-size:16px; 
    color:black; 
    padding:0px 0px 10px 0px; 
    margin-top:10px;
}

.title-large {
    font-family:Arial; 
    font-weight:bold; 
    font-style:normal; 
    font-size:22px; 
    color:#134E92; 
    margin-bottom:10px;
}

ul {
    margin-top:5px; 
    font-family:Arial;  
    font-size:16px; 
    list-style-type:square;
}

.footer {
    width:930px; 
    margin-left:10px; 
    margin-right:10px; 
    background-color:#CCCCCC; 
    text-align:center; 
    padding-top:5px; 
    padding-bottom:5px;
}

.float-clear {
    clear:both;
    height: 3px;
}

/* This section pertains to the Javascript Tab Panel control */

#container {
    width:550px;
    height:350px; 
    position:relative; 
    vertical-align:top; 
    margin-top:10px;
}

#content-tabs {
    float:right;
    width:352px;
    height:350px;  
    position:relative; 
    margin-right:25px;
    margin-top:0px;
}

#base-tab {
    margin-top:0px; 
    margin-left:0px; 
    overflow:auto;
    z-index:1;
    border:none;
    width:400px;
    position:absolute;
    background-color:white;
    padding:5px;
    display:block; 
    padding-left:15px;
}

.tab-header {
    cursor:pointer;
    cursor:hand;
    position:relative;
    z-index:2;
    
    width:150px; 
    
    
    padding:5px;
    color:#aaa;
    
    font-weight:bold;
    background-color:transparent;
    
}


.tab-content {
    margin-top:0px;
    margin-left:0px;
    overflow:auto;
    z-index:1;
    border: ridge 2px #aaa;
    width:400px;
    position:absolute;
    background-color:white;
    padding:5px;
    display:none; 
    padding-left:15px; 
    min-height:250px; 
    
    
}