BODY {background-color: #CC0000; margin:25px 0px; padding:0px; text-align:center;}

#shadowboxfloat {margin: 4px 0px 0px 5px;
		background: url(images/shadowlight.gif) repeat;
		width: 100%;
		height: 100%;
		position: relative; /*IE needs this to show float properly*/
		float: left}

#shadowcontent, .shadowcontent2 {position: relative;
		width: 100%;
		height: 100%;
		padding: 10px; 
		top: -5px; /* these two define the shadow 'offset'*/
		left: -5px; /*...*/
		background: white;
		color: black;
		}
#fcontent {position: absolute; top: 100px}
#fcontent2 {position: absolute; top: 110px}

#FrontLink {font-weight: bold; text-decoration: underline; color: black; }

#fpara {text-indent: 3em; text-align: justify; font-size: 12pt; }
#flink { font-size: 14pt; color: black; text-decoration: none; }
.nomarg { margin: 0px; border: 0px; padding: 0px; }
.imgmarg { margin: 0px; border: 0px; padding: 0px; }

A:link {color: white; text-decoration: none}
A:visited {color: white; text-decoration: none}
A:hover {color: white; text-decoration: underline}