body {
    margin:0px;
    background-color:#000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:center;
}
.main {
    width:940px;
    margin:0 auto;
    height:auto;
    min-height:300px;
    text-align:left;
}
.header {
    width:940px;
    height:100px;
    text-align:center;
    margin-top:40px;
    margin-bottom:40px;
}
.contentOuter {
    width:940px;
    height:auto;
}
.bar {
    width:940px;
    height:45px;
    background-image:url(/img/bar.png);
    vertical-align:middle;
    color:#000;
    text-align:center;
}

.barInner {
    width:408px;
    height:45px;
    margin:0 auto;
}
.mid {
    border-bottom:2px solid #24356b;
    margin-bottom:10px;
}
.nav {
    width:auto;
    padding-left:20px;
    padding-right:20px;
    height:30px;
    float:left;
    text-align:center;
    font-size:14px;
    color:#999;
    margin-top:15px;
    cursor:pointer;
}
.nav a {
    text-decoration:none;
    color:#999;
}
.navOver {
    width:auto;
    padding-left:20px;
    padding-right:20px;
    height:30px;
    float:left;
    text-align:center;
    font-size:14px;
    color:#b7dbff;
    margin-top:15px;
    cursor:pointer;
}
.navOver a {
    text-decoration:none;
    color:#b7dbff;
}
.contentMain {
    width:940px;
    padding:0px;
    min-height:550px;
    background-color:#e2e2e2;
    border-bottom:10px solid #232323;
    background-color:#FFF;
}
.midtext {
    margin:10px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color:#000;
    line-height:150%
}
.submidtext {
    margin-left:40px;
    margin-right:40px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color:#000;
    line-height:150%
}
.footer {
    width:100%;
    margin-top:10px;
    height:auto;
    text-align:center;
    color:#555;
    font-size:10px;
    margin-bottom:50px;
}
.headerIcon {
    vertical-align:middle;
    margin-right:25px;
}
.screenie {
    text-align:center;
    font-style:italic;
    color:#666;
    margin-bottom:5px;
    font-size:10px;
}
.colA {
    width:310px;
    text-align:center;
    float:left;
    height:100px;
    margin-left:2px;
}
.colB {
    width:316px;
    text-align:center;
    float:left;
    height:100px;
}
.colC {
    width:310px;
    text-align:right;
    float:left;
    height:100px;
    margin-right:2px;
}
.bottomStuff {
    width:100%;
    height:102px;
    margin-top:20px;
    
}
.bottomStuff img {
    border:none;
}
h3 {
    font-size:22px;
    font-weight:100;
}
