BODY
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
}


b{font-size: 110%;}
em{color: red;}
h2{color: red;}
h3{color: blue;}

A:link {color:blue;text-decoration:none}
A:visited {color:blue ;text-decoration:none}
A:active {color:blue;text-decoration:none}
A:hover {color:navy;text-decoration:underline}

table{
	border-width: 1px;
	border-spacing: 10px;
	border-collapse: collapse;
	background-color: #EAEAEA;
}
th{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color: silver;
}
td{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
}

#bila{
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}


#topsection{
background: #EAEAEA;
padding:0px;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #EAEAEA;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: right;
padding: 1px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
font-family: Tahoma, sans-serif;
}


.arrowlistmenu{
width: 180px; /*width of menu*/
}
.headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-family: Tahoma, sans-serif;
font-size: 13px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#dhtmltooltip {
  position: absolute;
  width: 250px;
  border: 1px solid black;
  padding: 2px;
  background-color: white;
  visibility: hidden;
  z-index: 100;
}