/* CSS Document */

	body {
	  font-family: Arial, Times;
	  font-size:16px;
		padding:0px;
		margin:10px 40px 0px 40px;
		
		}

	#leftcontent {
		/*position: absolute;
		top:140px;*/
		left:10px;
		width:220px;
		background:#fff;
		
		}

	#centercontent {
		background:#fff;
		/*margin-top:1px;
   		margin-left:205px;
   		margin-right:188px;*/
		width: 690px;
	
}

	#rightcontent {
		/*position: absolute;
		right:15px;
		top:140px;
		width:200px;*/
		background:#fff;
		
		}

	#banner {
	  	text-align:left;
		background:#fff;
		
		voice-family: "\"}\"";
		voice-family: inherit;
		}

	h1,p,h2,h3,h4,pre,form, table {
		margin:0px 10px 10px 10px;
		}

	h1,h2 {
		padding-top:10px;

		}


	.header {
		font-size: 40px;
/*		padding:15px 15px 15px 15px; */
			margin-left:60px;
			margin-right:60px;
			margin-top:0px;
		}

		.imgleft {
						 text-align:left;
		}

		.imgright {
						 text-align:right;
		}


	#footer {
		background:#fff;
		width:100%;
		text-align:center;
		font-size:8px;
		height:60px;
		
	  margin-top:10px;
/*		position:absolute;
		bottom:0; */
		}

	hr {
		 width:90%;
		 color:#000; /* For IE */
		 border-color: #000; /* For Firefox */
		 border-style:dotted;
	  }

		a {
		text-decoration:none;
		color:blue;
		}
		

	h4>a {
		color:black;
	}

	h3>a {
		color:black;
	}

	.imgfront {
		/*text-align: left;*/
		float:right;
		margin: 10px 10px 10px 10px;
	}
        .imgleft {
		float:left;
		margin:10px 10px 0px 0px;
	}


.important{
                  color: red;
                 font-size: 80%;
}