BODY {

	margin: 0;

	padding: 0;

	color : White;

	background-color : #666666;

	font-family : Arial, Helvetica, sans-serif, sans-serif;

	font-size : medium;



	background-attachment: fixed;

	background-repeat : no-repeat;

}

.content {

	margin: 150px 10px 10px 40%; 

	padding: 10px; 

	border: 1px none -;

	background-image : url(SiteImages/backer.gif);
	
	overflow: auto;

}

.content2 {

		margin: 10px 10px 10px 40%; 

	padding: 10px; 

	border: 1px none -;

		background-image : url(SiteImages/backer.gif);

}

.content3 {

			margin: 10px 10px 10px 10px; 

	padding: 10px; 

	border: 1px none -;

	font-size : x-small;

	}
/* A narrow horizontal container that centers its content */
#navigationblock {
padding: 2px;
text-align: center;
}

/* Adds padding and link color */
#navigationblock a {
color: #CCCCCC;
text-decoration: none;
}

/* Changes the background color when the link is hovered */
#navigationblock a:hover {

color: #FF0000;
text-decoration: none;
}-->
#navigationblock2 {

padding: 2px;
text-align: center;
}

/* Adds padding and link color */
#navigationblock2 a {
color: #993399;
text-decoration: none;
}

/* Changes the background color when the link is hovered */
#navigationblock2 a:hover {

color: #CCCC33;
text-decoration: none;
}-->




