
@page {
	size: A4;
	margin: 30pt 30pt 30pt 30pt;
}

body {
	font-family:Verdana, sans-serif;
	font-size:14px;
}

table {
	border: solid 1px black;
	border-collapse: collapse;
}

th,td {
	border: solid 1px black;
	padding: 6px;
}

	
div#container {
	background:#fff;
	width:100%;
}
	
div#logo {
	width:314px;
	height:108px;
	float:right;
	background:url(/images/logo.gif) no-repeat;
}
	
div#user_panel {
	display: none; 
}

div#menu {
	display: none;
}
	
div#banner {
	height:181px;
	background:url(/images/banner.jpg) no-repeat;
}
	
div#banner h2 {
	display:none;
}
		
div#content {
	clear:both;
	width:100%;
}
	
.post {
	line-height:18px;
	padding:0 10px 10px 10px;}
		
div#footer {
	display: none;
}

img {
	border:0;
}

a.blue {
	font-family:Georgia, sans-serif;
	font-size:16px;
	color:#0267db;}

.left {
	float:left;}
	
.right {
	float:right;}



#nav_top {
	display: none;
}


#nav_below {
	display: none;
}

p.noprint {
	display: none;
}

