html{
	padding: 0;
	margin: 0;
	width: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.clearboth{
	clear: both;
	height: 0px;
	overflow: hidden;
}

div#root{
	position: relative;
	width: 700px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
}

div#top{
	height: 150px;
	border-bottom: solid 5px #5f889e;
}

div#top div.logo{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 224px;
	height: 73px;
	background:url(../../images/logo_print.jpg) top left no-repeat;
}

div#top div.address{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 250px;
	text-align: center;
	font-size: 1.2em;
}

#pageTitle{
	position: relative;
	padding: 29px 0 20px 30px;
	background: url(../../images/ico_page_title.gif) left 33px no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #2d2d2d;
}

div#content{
	position: relative;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding: 5px;
	margin: 15px 0;
	border-left: solid 1px #f1f0f0;
	border-right: solid 1px #f1f0f0;
}

div#content a.print{
	display: block;
	position: absolute;
	top: -10px;
	right: 0px;
	font-size: 0.9em;
	text-decoration: none;
	color: #6d6d6d;
}

div#content a.print:hover{
}

div#footer{
	position: relative;
	padding: 10px;
	background: #f1f0f0;
	text-align: center;
	color: #6d6d6d;
}