/* CSS Document */

body {
	background-color:#993333;
	margin: 30px 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/backgrounds.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main_table {width:905; border:2px solid #ffffff; background-color:#FFFFFF;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #993333;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #993333;}
h2 A:Link{text-decoration:none;}
h2 A:Visited{text-decoration:none;}
h2 A:Active{text-decoration:none;}
h2 A:Hover{text-decoration:underline;}

.body {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #333333; overflow: scroll;}
.body A:Link{color: #993333; text-decoration:none; font-weight:bold;}
.body A:Active{color: #993333; text-decoration:none;}
.body A:Visited{color: #993333; text-decoration:none;}
.body A:Hover{color: #993333; text-decoration:underline;}

.navigation {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #ffffff; padding:.5em; background-color:#993333;}
.navigation A:Link{color: #ffffff; font-weight:bold; text-decoration:none;}
.navigation A:Active{color: #ffffff; font-weight:bold; text-decoration:none;}
.navigation A:Visited{color: #ffffff; font-weight:bold; text-decoration:none;}
.navigation A:Hover{color: #ffffff; font-weight:bold;  text-decoration:underline;}

.address {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #993333; padding:.5em;}
.address A:Link {color: #993333; font-weight:bold; text-decoration:none;}
.address A:Active {color: #993333; font-weight:bold; text-decoration:none;}
.address A:Visited {color: #993333; font-weight:bold; text-decoration:none;}
.address A:Hover {color: #993333; font-weight:bold; text-decoration:underline;}

.copy {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #993333; padding:.5em;}
.copy A:Link {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #993333; text-decoration:none;}
.copy A:Active {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #993333; text-decoration:none;}
.copy A:Visited {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #993333; text-decoration:none;}
.copy A:Hover {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #993333; text-decoration:underline;}	

.float_image {
	float: right;
	padding:1em;
}