<style type="text/css">
<!--
html, body {  margin: 0;  padding: 0;}
body {
    background-color: #ccc;
	padding: 0;
	margin: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Whole {
	background-color: #ccc;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.dots {
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}  
.dots-right {
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.dots-bottom {
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
}
#dots-top { border-top: none; }
#Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	height: 70px;
	width: 350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: right;
	margin-top: 30px;
	margin-right: 200px;
}
#Header {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
}
table { width: auto; }
#Logo {
	float: left;
	height: 100px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 150px;
	background-image: url(Logo.png);
	background-repeat: no-repeat;
	background-position: 100px 100px;
}
.datafield-table { width: auto;}
#NavBar {
	height: 30px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(grey1.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
}
#Content {
	top:0		
	height: auto;
	width: 1150px;
	left:50%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url(grey_sandbag.png);
	background-repeat: repeat;
}
#Column1 {
	float: left;
	width: 570px;
	text-align: center;
	margin-left: 0px;
	height: auto;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #999999;
	border-left-style: dotted;
    border-left-width: 2px;
    border-left-color: #999999;
	border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #999999;
}
#Column2 {
	float: right;
	width: 570px;
	text-align: center;
	top: 0px;
	margin-right: 0px;
	height: auto;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #999999;
	border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #999999;
	border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #999999;
	border-left-style: dotted;
    border-left-width: 2px;
    border-left-color: #999999;
	
}
.horizontal_dotted_line{
    border-bottom: 1px dotted #999999;
    border-bottom-width: 2px;
    width: 572px;
}
-->

</style>