<style type="text/css">
<!--
body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}

div#container{
	position: relative;
	left:50%;
	margin-left:-323px;/* half elements width*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
	height: 100%;
	width: 650px;
	text-align: left;
}


div#contentBody{
	text-align: justify;
	margin-top: 15px;
	width: 460px;
	line-height: 15px;
	float:left;
	
}

div#bullets{
	width:250px;
	float:left;
	margin-right: 10px;
	margin-left: -10px;
	text-align:left;
}
div#rightAdverts{
	padding-left: 20px;
	margin-top: 15px;
	text-align: right;
	
}

div#slideShow{
	margin-top: 9px;
	margin-bottom: 6px;
	border: 2px solid white;
	text-align: center;
}

.navigationBtn{
	margin-top: 4px;
	margin-right: 25px;
}

.printerFriendly{
	margin-top: -25px;
}

div#contentCopy{
	padding-right: 20px;
}

div#footer{
	height: 20px;
	background-color: #EFE8B9;
	color:#660000;
	font-weight: bold;
	width:100%;
	text-align:center;
	font-style: italic;
	margin-top: 15px;
	padding-top: 5px;
}


div#printBtn{
	text-align:center;
	width: 100%;
	margin-top: 30px;
}

div#printBorders{
	text-align:center;
}

img{
 border-style: none;
}

form{
	background-color:#E3E3E3;
	width: 420px;
	height: 452px;
	margin-top: 5px;
	padding:10px;
	font-size: 14px;
	
}

input{
	margin-top: 5px;
}

textarea{
	margin-top: 5px;
}
-->
</style>