/* DO NOT MODIFY - SECURE ZONE */
/* try to remove this and re-define it for each style */
* {
	margin: 0; 
	padding: 0;
	/*border: 0;*/
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
/* END OF SECURE ZONE */

body {
	background-image: url(../../assets/pictures/pages/siteBackground.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	}
	
div#page{
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #000000;
	}
	
div#banner {
	position: static;
	}
	
div#banner object, div#banner img {
	display: block;
	border: 0;
}

div#content{
	width: 900px;
	overflow:auto;
	padding-bottom: 10px;
	background-color: #F1F1F1;
	}
	
div#leftColumn{
	float:left;
	width: 700px;
	background-color: #F1F1F1;
	}
	
.smallBlock{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}
.picture {
	border: 1px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
a.picture img {
	display: block;
	border: 0;
	}
	
a.picture:link{
	border: 1px solid #000000;
	display: block;
	}
	
a.picture:visited{
	border: 1px solid #000000;
	display: block;
	}
	
a.picture:hover{
	border: 1px solid #FF0000;
	display: block;
	}
a.picture:active{
	border: 1px solid #FF0000;
	display: block;
	}
	
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: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
h1 a:hover{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	}
	
h1 a:active{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.pL1{
	font-family: Arial;
	font-size: 12px;
	color: #404040;
	margin-top: 5px;
	text-align: justify;
	}
	
.uL1{
	font-family: Arial;
	font-size: 12px;
	color: #404040;
	margin-top: 5px;
	text-align: justify;
	}
	
.uL1 li{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	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;
	}
	
.pL1 a:link, .uL1 a:link, .uL1 li a:link{
	color: #404040;
	text-decoration: underline;
	}
	
.pL1 a:visited, .uL1 a:visited, .uL1 li a:visited{
	color: #404040;
	text-decoration: underline;
	}
	
.pL1 a:hover, .uL1 a:hover, .uL1 li a:hover{
	color: #FF0000;
	text-decoration: underline;
	}
	
.pL1 a, .uL1 a, .uL1 li a :active{
	color: #FF0000;
	text-decoration: underline;
	}
	
div#rightColumn{
	float:right;
	width: 200px;
	background-color: #F1F1F1;
	}
	
div#rightColumnContent{
	width: 190px;
	background-color: #F1F1F1;
	}
	
div#rightColumnContent img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	border: 0;
	}
	