html, body{
	height:100%;
}
div#background{
	background-image:url(../../assets/pictures/pages/siteBackground.jpg);
	background-repeat:repeat-x;
	min-height:100%;
	padding-bottom:10px;
	}
* html #background{ /* IE6 workaround */
height: 100%;
}
a:link{
	color:#404040;
}
a:visited{
	color:#777777;
}
a:hover, a:active{
	color:#FF0000;
}
div#page{
	width:900px;
	position:relative;
	margin:0 auto; 
	border:1px solid #000000;
}
div#banner {
	position:static;
	}
div#banner p{
	margin:5px 0;
	font-family:Arial;
	font-size:12px;
	color:#808080;
	text-align:center;
}
/* Looks like the DIV "banner" is destroyed by the call to swfobject.embedSWF
 * so the display as "block" for "object" types must be global
 */
object {
	display:block;
}
div#banner img{
	display:block;
	border:0;
}
div#content{
	width:900px;
	overflow:auto;
	padding:0 0 10px;
	background-color:#F1F1F1;
	border-top:#000000 solid 1px;
	}	
div#leftColumn{
	float:left;
	width:700px;
	background-color:#F1F1F1;
	}
.smallBlock{
	margin:10px 10px 0 10px;
	}
td.columnSpace10 {
	width:10px;
}
td.columnSpace140 {
	width:140px;
}
.picture{
	border:1px solid #000000;
	display:block;
	margin:0 auto;
	}	
a.picture img{
	display:block;
	border:0;
	}
a.picture:link{
	border:1px solid #000000;
	display:block;
}
a.picture:visited{
	border:1px solid #777777;
}
a.picture:hover, a.picture:active{
	border:1px solid #FF0000;
	}
h1{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	/*text-indent:1px;*/
	}
h1 a:link{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
h1 a:visited{
	color:#777777;
}
h1 a:hover, a:active{
	color:#FF0000;
}
p.pL1{
	font-family:Arial;
	font-size:12px;
	color:#404040;
	margin-top:5px;
	text-align:justify;
	}
ul.uL1{
	font-family:Arial;
	font-size:12px;
	color:#404040;
	margin-top:5px;
	text-align:justify;
	}
ul.uL1 li{
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	list-style-position:inside;
	color:#404040;
	list-style-position:outside;
	list-style-image:url(../../assets/pictures/pages/bulletChecker.gif);
	margin-left:16px;
	}
em{
	font-weight:bold;
	}
div#rightColumn{
	float:right;
	width:200px;
	background-color:#F1F1F1;
	}	
div#rightColumnContent{
	width:190px;
	background-color:#F1F1F1;
	}
div#rightColumnContent img{
	margin:10px auto 0 auto;
	display:block;
	border:0;
	}
