/* CSS Document */
html body
{
background: url(images/body_bk.jpg) top repeat-x #000000;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 12px;
}

div#menu
{
background: url(images/menu_bk.jpg) top repeat-x #000000;
width: 20%px;
height: 400px;
margin-top: -3px;
float:left;
}

div#menu A, div#menu A:visited
{
color: #FFFFFF;
display: block;
font-size: 14px;
padding-left: 5px;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
font-weight: normal;
}


div#menu A:hover
{
background-color: #A7780C ;
color: #251801;
}

div#header
{
margin: 0px;
}


div#content
{
float: left;
padding-left: 10px;
padding-right: 50px;
width: 80%;
}

h3
{
margin: 0px;
margin-bottom: 5px;
color: #CD941F;

}

A,
A:visited
{
color: #CD941F;
text-decoration: none;
font-weight: bold;
}

div#footer
{
width: 100%;
float: left;
margin-top: 20px;
font-size: 10px;
text-align: center;
}

.OtherDLS{
	visibility:hidden;
	position:absolute;
}
.dlitem{
	font-weight: bold;
}
.dldesc{
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 10px;
};
.dlitems{
	padding-left:30px;
}
.dlheader{
	font-size: 24px;
}
.dlitem A:link,.dlitem A:visited,.dlitem A:Active{
	text-decoration: none;
	color: #00ccff;
}
.dlitem A:hover   {text-decoration: none; font-weight:bolder;  color: #FF0000}
.Download{
	border-top:  dashed #190097;
	border-right:  dashed #190097;
	border-bottom:  dashed #190097;
	border-width: 2px;
	width: 500px;
}

div#container
{
float: left;
width: 100%;
}
