html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #aaaaaa; 
} 
 
a {
	text-decoration:none
}
 
#pagewidth{
 position:relative;
 width:90%;
 top:-60px;
 max-width:975px;  
 min-width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color:#bbddbb;
} 
 
#header{
 position: relative;
 filter:alpha(opacity=50);
 opacity: 0.5;
 -moz-opacity:0.5;
 height:60px; 
 background-color:#336633;
 width:100%;
 z-index:1;
} 

#sub{
 font-family: Microsoft Uighur, sans-serif; 
 font-size: 35px; 
 color:#ffffff; 
 padding: 10px 0px 10px 20px;
 vertical-align: sub;
 position: relative;
}
 
#heading{
 font-family: Helvetica sans-serif; 
 font-size: 55px;
 top:10px;
 color: #ffffff; 
 height:70px;
 vertical-align: middle;
 padding:10px 10px 0px 30px;
 background:transparent;
 z-index:4;
 width:90%;
 max-width:975px;  
 min-width:750px;  
 text-align:left;  
 position:relative;
 margin-left:auto; 
 margin-right:auto;  
}

#maincol{
 position: relative;
 text-align: justify;
 width:98%;
 min-height:400px; 
 padding: 10px 10px 10px 10px;
 font-family: Verdana; 
}

#indexcol{
 position:relative;
 width:100%;
 min-height:400px; 
 background-image: url(images/background2.jpg); 
 background-position: center center;
 padding: 10px 0px 10px 0px;
 z-index:5; 
}
 
#footer{
 filter:alpha(opacity=50);
 opacity: 0.5;
 -moz-opacity:0.5;
 height:45px; 
 background-color:#336633; 
 clear:both;
} 

#footer a {
  font-family: Technic, sans-serif; 
  font-size: 20px; 
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
	font-family: Technic, sans-serif; 
	font-size: 20px; 
	color: #66ff66; 
	font-style:bold;
	text-decoration: none;
}

ul {
  background: transparent;
  list-style: disc inside
}

#maincol img {
  padding: 5px 10px 10px 10px;
  float: right;
}

#label {
  float: right;
  text-align:center;
  font-size: 14px; 
  width: 370px;
}

#label img {
  padding: 5px 10px 4px 10px;
}
.floatleft
{
  background:url(images/icon.gif) no-repeat;
  padding: 10px 5px 10px 28px;
  float: left;
}

.floatright
{
  background:url(images/icon.gif) no-repeat;
  float: right;
  padding: 10px 5px 10px 28px;
}

.button {
float: left;
  background:url(images/icon2.gif) no-repeat;
  padding: 5px 0px 5px 28px;
  font-family: Arial, Helvetica sans-serif; 
  font-size: 20px; 
  color: #003399;
  text-decoration: none;
}

.button:hover {
float: left;
  background:url(images/icon2.gif) no-repeat;
  padding: 5px 0px 5px 28px;
	font-family: Arial, Helvetica sans-serif; 
	font-size: 20px; 
	color: #FF8B22; 
	font-style:bold;
	text-decoration: none;
}
//.bl {background: url(images/bl.jpg) 0 100% no-repeat; }	
