

/****** splash page ******/

BODY {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 9pt; 
    COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none;
    text-transform: uppercase;
    margin: 0px auto;
    background: url('../images/ff.gif') no-repeat top left;
}

a {
    text-decoration: none; 
    font-weight: normal;
    color: #AA527B;
    font-weight: bold;
}

a:hover { 
    color: #E566B3;
}

#container {
    width: 950px;
    position: absolute;
    height: 500px;
}

#splash-left {
    width: 700px;
    height: 400px;
    float: left;
}

#splash-right {
width: 200px;
    text-align: right;
	float: right;
    margin: 20px;
    overflow: auto;
	font-weight: normal;
	text-transform: uppercase;



}

#swf {
    margin-left: 61px;
    margin-top: 13px;

}

#news_front {
    margin-top: 20px;
    margin-left: 290px;
    width: 434px;
    overflow: auto;
}

#news_top {
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: dotted 2px #e6e6e6;
    color: #E566B3;
}

#news_mid {
	height: 220px;
	overflow: auto;
	font-weight: normal;
font-size: .92em;
text-transform: none;
}

#footer {
	width: 100%;
	text-align: center;
	bottom: 10px;
	position: absolute;
display: none;
}

#badge {
width: 200px;
margin-bottom: 20px;
float: left;
}

#badge img {
width: 100px;
border: none;
float: left;
margin-left: 50px;
}