@charset "utf-8";

body {height: 750px; overflow:hidden; color: #0042fe}


.primary-1 { background-color: #00BD39 }
.primary-2 { background-color: #238D43 }
.primary-3 { background-color: #007B25 }
.primary-4 { background-color: #37DE6A }
.primary-5 { background-color: #64DE89 }
.blue {color: #0042fe}
.green {color:#018754}
.greendk {color: #396}
.red {color:#fe0f20}

#enclosure { width: 100%;
	height: 100%;
}

#content a:link { padding:2px;}
#content a:visited { padding:2px;}
#content a:hover {
	background:#FBF48F; 
	text-decoration:none;
	color: blue;
	border: solid blue 1px;
	padding:1px;
}

a:active {color: #0000FF;}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.positioned {
	position: absolute;
	left: 5px;
	top: 106px;
	width: 96px;
	height: 111px;
}

#watermark { bottom:30px;  position:fixed; right:5px;}

.floatL {
	position:relative;
	float:left;
}

.floatR {
	position:relative;
	float:right;
}


.tl {position: relative;
}


#Contentbox {
	position: absolute;
	top: 5%;
	bottom: 10px;
	left:50%;
	width:784px;
	margin-left:-391px;
	border:6px solid #018754;
	background: white;
	overflow: auto;

}

#linkbar {
	position: relative;
}

#content {
	padding:6px;
	/*text-align:left;*/
}

#newsflashes {
	padding:6px;
	width:400px;
	overflow:scroll;
	height:400px;
	/*text-align:left;*/
}
	
