body
{
    color: #ffffff;
    font-family: arial, sans-serif;
    font-size: 1em;
    background-color: #000000;
    margin: 0px;
    padding: 0px;    
}




div#header 
{
    width: 100%;
    height: 120px;
}


div#leftcol 
{
    margin-left: 10px;
    float: left;
    width: 180px;
    height: 110px;
}


div#rightcol 
{
    margin-right: 10px;
    float: right;
    width: 110px;
    height: 110px;
}


div#content 
{
    margin: 20px 80px 20px 80px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #A0A0A0;
    background: #004000;    
    float: left;
    width: auto;
    height: 100%;
}


div#google_ad 
{
    width: 340px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top:550px;*/
}



.left
{
    text-align: left;
}



.right
{
    text-align: right;
}



.center
{
    text-align: center;
}



a
{
	text-decoration: none;
}


a.menu
{
	margin: 0px 0px 0px 60px;
	font-size: 0.9em;
}



a:link
{
	color: #C0D9D9;
}



a:visited
{
	color: #C0D9D9;
}



a:hover
{
	color: #7093DB;
}




img
{
    border: none;
}



img.float_left
{
    float: left;
}


img.float_right
{
    float: right;
}







div.center_table
{
    width:100%;
    text-align: center;
}




table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
    border-color: #a0a0a0;
    border-style: ridge;
    border-width: 1px;
}


tr.header
{
    text-align: center;
}


td
{
    border-color: #a0a0a0;
    border-style: ridge;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
}


td.file
{
    width: 20%;
    font-weight: bold;
}


td.size
{
    width: 10%;
    font-weight: bold;
}


td.desc
{
    width: 40%;
    font-weight: bold;
}


td.md5
{
    width: 30%;
    font-weight: bold;
}

td.format_checksum
{
    font-family: Courier;
}



h3
{
    margin: 10px 20px 10px 20px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-family: Garamond, Arial;
    font-weight: bold;
    font-variant: small-caps;
    background: #006000;
    border: solid 1px #a0a0a0;
}



h4
{
    margin: 10px 20px 10px 20px;
    width: 180px;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-family: Garamond, Arial;
    font-weight: bold;
    font-variant: small-caps;
    background: #333333;
    border: solid 1px #a0a0a0;
}





