body, html { 		background-color: #FFFFFF;
				margin: 0;
				padding: 0;
				height: 100%;	/*IE*/			
				min-height:100%; /*Other Browsers*/
}

p{				line-height: 18px;
				margin:0 0px 0px;
				text-align: justify; 
}

ul.left { list-style-type: none; padding: 0; margin: 0}

li.left { background-image: url(images/idot.gif); background-repeat: no-repeat; background-position: 0 2px; padding-left: 25px}


div.container_top {		min-height: 100%;
					height: auto !important; /* for normal browsers */
					height: 100%; /* For IE */
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					width: 950px;
					border: 0px #999999 solid;					
}


div.container {			position: relative;
					top: 30px;
					width: 950px;
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					border: 0px #999999 solid;
}


div.aff {				float:left;		
					width: 950px;	
					background-color: transparent;
					clear: both;
}

div.main {				float:left;		
					width: 950px;	
					background-color: transparent;
					border: 0px #999999 solid;
					clear: both;
					
}

div.main2 {				float:left;	
					margin-top: 37px;
					margin-left: 150px;	
					width: 500px;	
					background-color: transparent;
					border: 0px #999999 solid;
					text-align: justify;
					clear: both;
					
}

div.main2 ul { 	list-style-type: none; 
			padding: 5px; 
			margin: 5px;
}

div.main2 li { 	background-image: url(images/ul_dot.gif); 
			background-repeat: no-repeat; 
			background-position: 0 2px; 
			padding-left: 25px}


div.nav1 {				height: 27px;
					width: 950px;
					z-index: 10;
					background-color: #005F97;
					clear: both;
}





div.spacer {			float:left;	
					height: 20px;
					width: 950px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
					clear: both;
}


div.left{				float:left;
					margin-top: 20px;
					margin-left: 0px;
					width:200px;
					border: 0px #8EA2B1 solid;
					background: transparent;
					text-align: justify;
}


div.right{				float:right;
					margin-right: 0px;
					margin-top: 20px;
					width:300px;
					border: 0px #2e3192  solid;
					background: #fff;
}

div.centre{				float:left;
					margin-left: 5px;
					margin-top: 20px;
					width:435px;
					border: 0px #2e3192  solid;
					background: #fff;
}

div.footer {			height: 27px;
					width: 950px;
					z-index: 10;
					border-top: 2px #005F97 solid;
					background-color: #fff;
					clear: both;
}



