/* this requires the site to be centered with a fixed width */
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 70px;
    top: 35px;
    width:900px;
    background-color: white;
    border: 1px solid black;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #F0F8FF;
}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
h3 {
    text-transform: uppercase;
}
h4 {
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    
}
h5 {
    margin-bottom: 0px;
    font-size: inherit;
    font-weight: bold;
}
div#head {
    position: absolute;
    width:900px;
    height:100px;
    left:0px;
    top: 0px;
    background-color: white;
    /*border: 1px solid black;*/
}
div#pgName {
    position: relative;
    width:900px;
    top: 100px;
    background-color: #FF0000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
div#pgNameCNT {
    position: relative;
    width: 620px;
    top: 0px;
    left: 140px;
    text-align: center;
    font-size: 16pt;
    color: white;
    vertical-align: middle;
    border-left: 0px solid black;
    border-right: 0px solid black;
    padding: 0px 5px 0px 5px;
}
div#pgNameS1 {
    position:absolute;
    width:140px;
    top: 0px;
    left:0px;   
}
div#pgNameS2 {
    position:absolute;
    width:140px;
    top: 0px;
    left: 760px;   
}
div#columns {
    position: relative;
    width: 900px;
    top: 100px;
    background-color: white;
}   
div#side1 {
    position:absolute;
    width:140px;
    top: 0px;
    left:0px;
    background-color: white;
}
div#content {
    position: relative;
    width: 610px;
    top: 0px;
    left: 140px;
    min-height: 420px;
    background-color: #FCFCFE;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 2px 5px 5px 5px;
}
div#side2 {
    position:absolute;
    width:138px;
    top: 0px;
    left: 761px;    
    background-color: white;
    border-left: 1px solid black;
#    border-right: 1px solid black;
}
div#foot {
    position: relative;
    width: 900px;
    clear: both;
    margin-top: 100px;
    background-color: #CCCCCC;
    border-top: 1px solid black;
}
span#counter {
    float: right;
    display: inline; /*fixes IE float bug*/
    text-align: right;
}
/*remove borders around linked images unless specified elsewhere */
img {border:0;}

/* The below manages the left menu buttons */
.menu {
    color: black;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 90px 2px 20px;
}

.menuSub {
    color: black;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    /*background-color: #ffe8e8;*/
    /*font-style: italic;*/
    padding: 0px 90px 0px 30px;
}

.menu:hover, .menuSub:hover {
    background-color: #DCDCDC;
}
.toolbar {
    /*background-color: #313031; */
    padding: 0px 0px 0px 0px;
}

.menuLine {
    color: black;
	height: 1px;
}

.expMenuLine {
    color: black; 
    margin-bottom: auto;
}

.expBotLine {
    color: black; 
    margin-top: 1px;
}

.contact {
    text-align: center; 
    font-size: 10px;
}

div#leader {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
}
#ldrTable, #ldrTable th{
    border-collapse:collapse;
    border: 1px solid black;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;            
}
#ldrTable td{width: 100px; border-color: black;}

#evntTable {
    border-collapse:collapse;
    border: 1px solid black;
	border-color: black;
    margin-left: auto;
    margin-right: auto;
    font-size: 8pt;
    background-color: white;
}

#evntTable td, #evntTable th{border-color: black;}

#reqTable {
	border-style: solid;
    border-collapse: collapse;	
    font-size: 8pt;
	border-color: black;
}

#reqTable td {text-align: left; border-color: black;}
#reqTable th {border-color: black;}
       
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }


#mapTable{
    text-align: left;
    width: 80%;
    margin: auto;
}

#mapTable a{text-decoration: none; color: #76797c;}

#mapTable a:hover {text-decoration: underline;}

