/* CSS Document */


/* CSS General Declaration */

body {
	width:100%;
	margin:0px;
        background-color: #008800;
	background-image: url('images/grbackground2.jpg');
	background-repeat:repeat;
	color: black;
	font-family: Verdana, Comic Sans MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

a:link { color: 008800; text-decoration: none; }
a:visited { color: 008800; text-decoration: none; } 
a:hover { color: black; text-decoration: none; } 


 

div#header {width: 800px; background: #ecfadf; padding: 0px; color: black; position: absolute; top: 0px; left: 50%; margin-left: -400px; height: 220px;}


div#body {width: 800px; background: #ecfadf; padding: 0px; text-align: center; color: black; position: absolute; left: 50%; margin-left: -400px; top: 220px; height: 1350px; }

div#bodytext {width: 750px; text-align: left; color: black; position: absolute; left: 50%; margin-left: -375px; top: 0px; height: 1350px; }


table.regina { align: center; position: absolute; top: 1300px; left: 50%; margin-left: -100px; width: 200px; }



