/* portions based on template by http://www.madeyourweb.com */
body{	margin:0;
	padding:0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}
#footer{
  	height: 100px;
 	width:100%;
 	font-size: 10px;
	margin-top:	5px;
}
.modules_tbl h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.module_details{
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 15px;
	padding:	0 5px 0 5px;
}
.download{
	font-size: 0.8em;
	margin-top: 3px;
	margin-bottom: 10px;
	padding:	0 5px 0 5px;
}
.modules_tbl_top td{
	width: 177px;
	height: 8px;
	background: transparent url(images/module_top_wide.jpg) top left no-repeat;
}
.modules_tbl_middle td{
	width: 177px;
	background: transparent url(images/module_middle_wide.jpg) left repeat-y;
	vertical-align: top;
}
.modules_tbl_bottom td{
	width: 177px;
	height: 8px;
	background: transparent url(images/module_bottom_wide.jpg) top left no-repeat;
}
.modules_tbl_top td.spacer{
	width:	20px;
	background: none;
}
.notice{
	font-size:		0.8em;
	border:			1px solid #444;
	background-color:	#ffc;
	padding:		10px;
	width:			750px;
	margin: 		5px 0 10px 0;
	text-align:		left;
 }
.sig {
	text-align:		right;
	font-style:		italic;
 }
#banner {
	margin:			10px 0 10px 0;
 }
