/* CSS Document */


body, html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #000000;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img {
    margin: 0;
    padding: 0;
}
#container {
    margin-bottom: 7px;
  	margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
#header {
    background-color: #6b868d;
    height: 113px;
}
#headerlogo {
    background-image: url("../images/14mwsc-logo2a.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 113px;
    width: 213px;
}
#headerbanner {
    background-image: url("../images/23-mwsc-banner1a.gif");
    background-repeat: no-repeat;
    height: 113px;
    margin-left: 213px;
}
#hmenu {
    background-color: #000000;
    border: thin solid #999999;
    height: 45px;
    margin: 0 auto;
}
#hmenu ul {
    list-style: none outside none;
}
#hmenu ul li {
    background-color: #a2bbae;
    float: left;
    font-weight: bold;
    height: 19px;
    margin-left: 2.5px;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}
#hmenu ul li a {
    text-decoration: none;
}
#hmenu ul li a:link {
    color: #000000;
}
#hmenu ul li a:visited {
    color: #333333;
}
#hmenu ul li a:hover {
    color: #FFFFFF;
}
#hmenu ul li a:active {
    color: #777777;
}
#wrapper1 {
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    width: 800px;
   
}
#wrapper2 {
    margin: 0 auto;
    text-align: left;
    width: 800px;
    
}
#leftcol {
    float: left;
    padding-top: 21px;
    width: 150px;
}
#leftcol img {
    padding-bottom: 21px;
}
#rightcol {
    float: right;
    padding-right: 7px;
    padding-top: 14px;
  	padding-bottom: 21px;
    text-align: center;
    width: 140px;
    background: ;
}
#centercol {
    background-color: #FFFFFF;
    float: left;
    padding-left: 7px;
    padding-top: 14px;
    width: 780px;
    min-height: 500px;
}
#footer {
    background-color: #6b868d;
    border: thin solid #999999;
    clear: both;
    text-align: center;
  	line-height: 1em;
  	padding-top: 17px;
}

#footer ul {
    list-style: none;
}

#footer ul a {
    text-decoration: none;
  	color: #6b868d;
}


#editor-xtd-buttons a {
    padding-left: 37px;
    padding-bottom: 21px;
}
