html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: black;
	color: #000000;
    overflow: hidden;
}

body.mceContentBody {
   background: #00CFDF;
   corlor: #fff;
}


.leftimg {
    float: left;
    margin-right: 20px;
}

#flash {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.noflash {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    padding: 10px;
    width: 580px;		color:#143557;}

h1 {
    color: #143557;
    font-family: Impact;
    line-height: 20px;
    size: 22px;
}

.headline {
    color: #143557;
    font-family: Impact;
    font-size: 18px;
}

a {
    color: #143557;	font-weight:bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.menu {
    padding-right: 10px;
}

.menu a {
    color: #CCA854;
}
.mainDiv {	width:100%;	height:100%;	position:absolute;	top:0px;	left:0px;	z-index:1;}
.content {
    height: 500px;
    left: 50%;
    margin-left: -350px;
    margin-top: -280px;
    position: absolute;
    top: 50%;
    width: 700px;		z-index:10;
}

.textbox {
    float: left;
    text-align: left;
    width: 600px;
}

.leftclear {
    clear: left;
}
