body,div,header,footer,p,article,ul,li,h1,h2,h3,h4,h5
{
	margin:0;
	padding:0;
	font-family:arial, times;
	text-align:left;
}
h1,h2,h3,h4,h5
{
	padding-top:24px;
	padding-bottom:24px;
}

acronym
{
	border-bottom:1px dashed #888;
}
ul{
	margin-left:30px;
}
p{
	font-family:arial;
}
.header{
	font-family:arial;
}
body
{
	background:#ddd;
	width:100%;
	text-align:center;
}
.container
{
	
	width:800px;
	margin:auto;
/*	margin-left:auto;
	margin-right:auto;*/
	box-shadow:0 0 30px #333;
	background-color:#fff;
}
.header
{
	
	background: #fff;
	background-image:url('000000001.png');
	height:100px;
	border-bottom:1px solid #ccc;
	
}
.header h1
{
	text-align:center;
	font-size:25px;
	padding:20px;
	text-shadow: 3px 3px 15px rgba(255,255,255,0.9);
}
h3
{
	
}
.header h1 a{
	text-decoration:none;
	color:black;
}
footer, .footer
{
	padding:15px;
	background: #eee;
	min-height:100px;
	color:#888;
	text-align: center;
}
footer img, .footer img
{
	margin:25px;
}

.MainContent
{
	background: #fff;
	min-height:200px;
	padding:30px;
}
.MainContent p
{
	padding-bottom:10px;
	line-height:150%;
	text-align:justify;
}
.MainContent li
{
	padding : 3px;
}
.MainContent a
{
	text-decoration:none;
	color:rgb(255,102,0);
}
.MainContent a:hover
{
	border-bottom: 1px solid rgb(255,102,0);
	color:rgb(255,102,0);
}
.MainContent a:visited
{
	text-decoration:none;
	color:rgb(255,132,30);
}
.MainContent h1, h2{
font-size:20px;
font-weight:normal;
}
.MainContent h3{
font-size:18px;
font-weight:normal;
}
.MainMenu
{
	background: RGBa(255,255,255,0.0);
	font-family:arial;
	font-size:20px;
	height:70px;
}
.MainMenu ul 
{
	/*margin:0;*/
	margin:auto;
	min-height:40px;
	/*margin-left:150px;*/
	text-align:center;
	padding-top:20px;
}
.MainMenu li
{
	display:inline;
	/*width:10px;*/
	/*float:left;*/
	/* min-width:120px; */
	text-align:center;
	padding: 10px;
}
.MainMenu a
{
	padding-bottom:5px;
	text-decoration:none;
	color:#666;
}
.MainMenu a:hover
{
color: #000;
	border-bottom: 1px solid black
}
.orange
{
	padding:3px;
	font-weight:bold;
	color:orange;
}
.green
{
	color:green;
}
.courier
{
	font-family:'courier new', courier;
}
.table_example
{
	margin:auto;
	width:90%;
	border:none;
	overflow:hidden;
}
.table_example th
{
	
}
.table_example tr {
/*width:100%;*/
	overflow:hidden;

}
.table_example td
{
	padding: 10px 0px 10px 0px;
}
.table_example td div
{
padding-bottom:20px;
	width:170px;
	overflow:auto;
}

a img 
{
	border:none;
	text-decoration:none;
}

a 
{
	text-decoration:none;
}
