@import url(fonts/myfonts.css);
body{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: url('images/sitebg.jpg') center left no-repeat;
        background-attachment: fixed;
        overflow:hidden;
}
.fakemouse{cursor: hand; cursor: pointer;}
.title{font-size: 20px; color: #555555;}
.title a{color: #555555; text-decoration: none;}
.comment{font-size: 10px;}
.smallText{font-size: 12px; color: #555555;}
.smallText a{color: #555555; text-decoration: none;}
.smallText a:hover{text-decoration: underline;}
.siteHeader{width: 874px; height: 100px;}
.siteHeader .logoSlogan{width: 264px; height: 100px; margin-left: 25px; float: left;}
.siteHeader .logo{width: 264px; height: 31px; background: url(images/foslogo.gif);}
.siteHeader .slogan{font-family: vni univera; font-size:20px;}
.astronaut{position: absolute; bottom: 35px; margin-left: 0px; width: 107px; height: 136px; background: url(images/astronaut.gif) center left no-repeat;}

.indexMainCat{width: 365px; float: left; height: 32px;color: #555555; font-family: uvn architecture; font-size: 30px;}
.indexFirstSubCat{float: left; width: 365px; font-size: 18px; margin-top: 10px; font-weight: bold; color:#555555; background: url(images/psdot.gif) center left no-repeat; font-size: 18px; font-family: Arial;}
.indexSecondSubCat{float: left; padding-left: 10px; margin-right: 10px; background: url(images/mindot.gif) center left no-repeat; font-family: Arial; font-size: 15px; color: #555555; margin-left: 20px; margin-top: 5px;}
.indexSecondSubCat a{text-decoration: none; color: #555555;}
.indexSecondSubCat a:hover{color: #f89c33; text-decoration: underline;}

.readmore{width: 445px; height: 30px; font-size: 12px; text-align: right;}
.readmore a{text-decoration: none; color: #555555;}
.readmore a:hover{text-decoration: none; color: #555555; text-decoration: underline;}
.technewslist{width: 875px; height: 23px; font-size: 12px;}
.technewslist a{text-decoration: none; color: #555555;}
.technewslist a:hover{text-decoration: underline;}

select{font-family: Arial; font-size: 12px;}
#content{height: 93%; height:expression((document.getElementById('taskbar'))?(document.body.offsetHeight-taskbar.offsetHeight-80):('100%')); overflow: auto;}