/*   Site design by Christian Ready for Wizard Business Solutions, copyright 2005. */
html,body {
	font-family: times new roman, serif;
	font-size: 12pt;
}
body {
	margin: 0;
	/* Cheat padding bottom to prevent content area's background from continuing in footer in WinIE */
	padding: 0;
	border: 0;
	color: #000;
	background: #fff;
	/* For old versions of IE */
	text-align: left;
}
	
img	{
	border: 0;
}
.imgright {
	float: right;
	margin-left: 20px;
}

.imgleft {
	float: left;
	margin-right: 20px;
}
/*  Hidey-ho */
.hide, .hidden, #title h1 {
	position: absolute;
	top: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}


/* Layout divisions */
div#wrapper	{
	width: 99%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Header */
div#headerwrapper {
	width: 726px;
} 

div#header	{
	float: left;
	border-bottom: 1px solid #000;
	width: 99%;
}

/* Header nav, map stylie 
	details - alistapart.com/articles/imagemap */
div#header div#headerwrapper {
	width: 680px;
}
div#header div#wizlogo a {
  text-decoration: none;
}

div#header div#wizlogo i { 
	font-style: normal;
}

div#header div#login {
	display: none;
}

div#navbar	{
	display: none;
}

div#columns	{
	margin: 0;
	border: 0;
	text-align: left;
}

/* #columns a:link:after, #columns a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
} */
body.normal div#col1 {	
	width: auto;
}
	
		
div#col2 {
	display: none;
}


/* Typography  */

p	{
	font-size: 1.0em;
	margin: 0 0 15px 0;
}
h1 {
	margin: 0;
}
h2	{
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

ul  {
	font-size: 1em;
}

.dateline {
	font-weight: bold;
	text-transform: uppercase;
}


/* Main nav - one piece
    details - alistapart.com/articles/sprites */

div#navbar	{
	display: none;
}
	
/* footer */
div#footer  {
	clear: left;
	margin: 0;
	padding: 0 10px 2px 10px;
	border-top: 1px solid #000;
    text-align: left;
	width: 100%;
}

div#footer p {
	margin: 5px;
	padding: 0;
}

div#footer ul {
	margin: 5px;
	padding: 0;
	display: inline;
	text-align: left;
} 

div#footer ul li {
	font-size: 0.9em;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
}
        
div#footer ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

div#footer ul#footright {
	display: none;
}	
#navlist {
	display: none;
}

/* Tables (only when they are supposed to be used!) */
table {
	margin: 0 auto;
	width: 100%;
}
table th.control {
	width: 50px;
}
table.table { 
	width: auto; 
	border: 1px solid #000; 
	margin: 0 auto 10px; 
}
table.table	tr td { 
	border-top: 1px solid #000; 
	text-align: center; 
	padding: 5px; 
}
table.table td.head { text-align: left; }

table.table th { text-align: center; padding: 5px; } 

.alt {
	background: #E5DFCD;
}