/* CSS Document */

body {
	margin:0px;
	padding:0px;
    background:#FFF;
}
.content {/* style grouping for content divs */
  margin: 0%;
  font: 1em Georgia, Palatino, Serif; 
  padding: 0.5em;
  background: #f5f5f5;
  }

a:link {
	color: 4f8a05;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 35px;
	text-decoration: none;
}
a:visited{
	color: 4f8a05;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 35px;
	text-decoration: none;
}
a:active {
	color: d2a453;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 35px;
	text-decoration: none;	
}

h1.pagetop  {
	left: 0px;
	top: 0px;
	width: 350px;
	clip:   rect(auto auto auto auto);
	position: static;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2.pagetop {
	color: 5f57b3;
	font-size: 16px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
h3 {
	color: 4f8a05;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;	
	}
.pagetext {	
	left: 0px;
	top: 0px;
	height: 465px;

}
.footer {
	background-color: #CCCCFF;
	margin: 0px;
	padding: 5px;
	height: 35px;
	width: 100%;
	text-align: right;
	}

.painting {
	float: right; 
	padding: 15px;
	width: 550px;
	}
.painting p {
	font-size: 12px;
	margin-top: 0px;
	}
.copyright {
	font-size: 10px;
	text-align: center;
	}