@charset "UTF-8";
/* CSS Document */
#wrapBody {width:990px; margin:0 auto;} /* "auto" makes the left and right margins center the wrapper */  
#bgCenteredImage {
  margin: 0px;
  background-color: #000000;
  background: #000000 url(/images/back.gif);
  /*background-position: 0px 20px;*/        
}    
body {
    color: #023D64;
	background-color: #000000;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}  
.mainTable {
	margin-top: 20px;
    padding: 0px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border: none;    
}
.strip01 {
    height: 28px;
	background-image: url(/images/strip01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


td {
    padding: 0px;
    border: none;
    border-collapse:collapse;    
}

table {
    padding: 0px;
    border: none;
    border-collapse:collapse;    
}
h1{
    font-size:200%;
    font-weight:normal;
    /*color:#555;*/
}
h2{
    font-size:150%;
    font-weight:normal;
    /*color:#555;*/
}
h3{
    font-size:130%;
    font-weight:normal;
    /*color:#555;*/
}  
a{ color:#034E7F; text-decoration: none;}    
a:hover{ text-decoration: underline;}    



.tableEmpty {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    border: none;
}

.divLeftMenu{
    width: 200px;
    background-color: #242424;
    vertical-align: top;
}
.divRightMenu{
    width: 60px;
    background-color: #242424;
}
.divCenteredBody{
    /*width: 95px;*/
    background-color: #242424;
}

