*{
    margin: 0;
    padding: 0;
}
body{
    background: #0c6b45 url(img/bg.jpg) 50% 0 no-repeat;
    font: 12px Arial, Tahoma, Verdana, sans-serif;
    color: #010d5a;
}
#basis{
    width: 774px;
    margin: 0 auto;
    background: url(img/bg_shadow.png) 0 0 repeat-y;
}
ul{
    list-style-type: none;
    list-style-position: inside;
}
a{
    text-decoration: none;
    outline: none;
    color: #010d5a;
}
#footerlink {
    text-decoration: none;
    outline: none;
	color:#fff;
}

a img{
    border: 0;
}
* html #basis{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg_shadow.png", sizingMethod="scale");
}
#main{
    background: #fff url(img/main_bg.jpg) 0 100% no-repeat;
    width: 754px;
    margin-left: 4px;
    position: relative;
}
#maincontent{
    line-height: 15px;
    position: relative;
    zoom: 1;
    z-index: 1;
}
#logo{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url(img/logo.png) 0 0 no-repeat;
    width: 381px;
    height: 178px;
    font-size: 0;
    margin-top: -26px;
    cursor: pointer;
    z-index: 1;
}
* html #logo{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.png", sizingMethod="scale");
}
#topcorns{
    background: url(img/top_corns.png) 0 0 no-repeat;
    width: 774px;
	height: 44px;
	margin: 0 auto;
    font-size: 0;
    margin-top: 53px;
}
* html #topcorns{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/top_corns.png", sizingMethod="crop");
}
#topmenu{
    margin: -44px 0 103px 0;
    float: right;
    position: relative;
    width: 590px;
    padding: 15px 0 43px 0;
    z-index: 2;
}
#topmenu li{
    float: left;
    position: relative;
    background: url(img/slash.gif) 100% 50% no-repeat;
}
#topmenu a{
    display: block;
    color: #010d5a;
    text-align: center;
    padding: 0 20px 0 16px;
}
#topmenu a:hover{
    color: #087112;
}
#topmenu li#lastchild{
    background: none;
}
#topmenu ul{
    display: none;
    position: absolute;
    left: -2px;
    background: #fff;
    width: 200px;
    border: 1px solid #087112;
    font-size: 11px;
    overflow: hidden;
    z-index: 3;
    padding: 5px 0;
}
#topmenu ul li{
    display: block;
    float: left;
    width: 100%;
    background: none;
}
#topmenu ul a{
    padding: 2px 20px 2px 16px;
    text-align: left;
    display: block;
    cursor: pointer;
}
#topmenu ul a:hover{
    background: #087112;
    color: #fff;
}
#sidecolumn{
    float: left;
    width: 140px;
    display: inline;
    margin: 0 11px 0 28px;
}
#sidemenu li{
    padding-bottom: 13px;
}
#sidemenu a{
    color: #010d5a;
}
#sidemenu a:hover{
    color: #087112;
}
#quot{
    font-style: italic;
    color: #087112;
}
#quot p{
    padding: 4px 0 13px 0;
}
#content{
    float: left;
    width: 518px;
    padding-bottom: 32px;
}
#content p{
    padding-bottom: 14px;
}
#textbox{
    float: left;
    width: 328px;
}
h2{
    font: 12px "Arial Black", Arial, Tahoma, Verdana, sans-serif;
    padding: 3px 0 11px 0;
}
#space{
    width: 190px;
    height: 216px;
    font-size: 0;
    float: right;
}
#bottomnav{
    text-align: center;
    clear: both;
    padding: 0 90px 5px 90px;
	position: relative;
}
#bottomnav a{
    color: #010d5a;
    padding: 0 8px 0 4px;
}
#bottomnav a:hover{
    color: #087112;
}
#botlogo{
    position: absolute;
	top: -49px;
    right: 16px;
    display: block;
    z-index: 4;
}
#botlogo img{
    display: block;
}
.clear{
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}
#footer{
    background: url(img/bot_corns.png) 0 0 no-repeat;
    width: 774px;
    margin: 0 auto;
    height: 53px;
}
* html #footer{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bot_corns.png", sizingMethod="crop");
}
#footer p{
    text-align: center;
    padding: 22px 0 0 0;
    color: #fff;
}

select{
    color:#010d5a
}  
