

body {
   	min-width:750px;   font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
   font-size: 12pt;
   font-weight: normal;
   color: #555;
   background-color: silver;
        padding: 0px;
        margin-top: 0;
		margin-right: 10%;
		margin-bottom: 10%;
		margin-left: 10%;
	
}

	H1, H2, H3, H4 { font-family: sans-serif; text-align: center }
	H1 { color: #d1d1d1; background: silver; padding: 10px;
	text-shadow: #3f3f3f 3px 3px 4px;
}

	H2 { color: #666666 }
	H3 { color: #97a4a8 }
	H4 {
	color: #555;
	font-variant: small-caps;
	font-size: small;
	text-align: left;
}
	li {
	padding-bottom: 2mm;
}
	p { text-align: justify }
	a 			{ color: #555; text-decoration: none; font-weight:normal;
	text-shadow: #fff 2px 2px 2px;
} 	a:hover		{ color: #3f3f3f; text-decoration: underline; }
	A:visited { color: #555;}

	td { font-family: 'Times New Roman', Times, serif; text-align: justify; font-size: 14pt }
	.firstword { font-size: 24pt; font-weight: bold }
	.image { text-align: center }

#wrap {		background:silver;		margin:0 auto;		width:750px;
		text-align: center;
	padding-bottom: 10px;
}		#main {		background: #cfcfcf;		float:left;		width:500px;	}	#main h2, #main h3, #main p {		padding:0 10px;    }	#sidebar {		background: silver;		float:right;		width:200px;	}	#sidebar ul {		margin-bottom:0;    }
    #sidebar p{
	color: #989898;
	font-size: smaller;
	text-align: right;
}    #sidebar h3, #sidebar p {		padding:0 10px 0 0;    }	#footer {
		background:silver;		clear:both;	}	#footer p {		color: #555;
		font-variant: small-caps;
		font-size: xx-small;
		padding:45px;
		text-align: center;
}
