html,body {
height: 100%;
}

.mainblock {
width:1024px;
margin: 0 auto;
min-height: 100%;
}
.header {
Clear: both;
width: 1024px;
background:url('images/sky.png') repeat-x;

}

.hphrase {
font-size: 20pt;
text-shadow: #9c9c9c 1px 1px 1px;
}

.leftside {
padding-top: 0.5em;
margin-left: 0px;
width: 23%;
float: left;
background-color: #f9f9f9
}

.leftside a{
text-decoration: none;
color: #62B13C;
}

.leftside a:hover{
background-color: #f2f2f2;
color: #000;
}

.leftside li {
list-style-type: none;
padding: 0 0 12 0px;
}

.leftside li:hover {
list-style-image: url('images/li.png');
list-style-position: outside;
}

.rightside {
padding-top: 1.5em;
width: 23%;
float: right;
background-color: #f9f9f9;
margin-right: 0px;
}

.text {
padding-top: 0.1em;
margin: 0 25%;
text-align: justify;
background-color: #f9f9f9
}

.download {
background:url('images/greenbtn.png');
width:200px;
height:50px;
overflow:hidden;
margin:0;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;  
border-radius: 5px;}  

.download:hover {
background:url('images/bluebtn.png');
width:200px;
height:50px;
overflow:hidden;
margin:0;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;  
border-radius: 5px;}

.download a, .download a:hover {
color:rgba(255,255,255,0.6);
font-size:18px;
font-family:Arial;
display:block;
padding:14px;
text-decoration:none;
text-align:left;
font-weight:normal;
margin:0;}  

.download a span {color:#FFF}

.pic {
float:left;
margin:0 8px 6px 1px;
}

.hfooter {
height:180px;
clear: both;
}

.footer {
margin-top: -180px;
margin-left: auto;
margin-right: auto;
width:1024px;
height:180px;
background:url('images/grass2.png') repeat-x;
}

.footer2 {
position:relative;
font-size:8pt;
top: 130px;
}
.footer2 a {text-decoration:none; color: #fff;/*#62B13C;*/}

.newitem {
background: #F5F5F5;
border: 1px solid #dbdbdb;
width: 143px;
display: block;
color: #0c50a4;
float: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 145px;
margin: 0 5px 10px;
}

.newitem img {
width: 135px;
height: 90px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 4px;
}


.homeblock {
padding-top: 0.5em;
margin-left: 0px;
width: 76%;
background-color: #f9f9f9
}

.homeblock a {
text-decoration:none;
}

.h3size {
font-size: 13px;
line-height: 1.3em;
text-align: center;
margin: 0 3px 3px;
padding: 2px 0 0 5px;
text-decoration: none;
}