body {
margin:0px 0px 0px 0px;
font-family:Tahoma;
font-size:11px;
}
img {
border-width:0px;
}
p {
display:block;
margin:4px 0px 0px 0px;
}









.header1 {
background-image:url(images/header1.jpg);
background-position:top;
background-repeat:repeat-x;
height:20px;
}
.header2 {
background-image:url(images/header2.jpg);
background-position:top;
background-repeat:repeat-x;
height:49px;
}
.spacer1 {
background-image:url(images/spacer.jpg);
background-position:top;
background-repeat:repeat-x;
height:21px;
}
.left_side {
color:#2D97D5;
font-weight:bold;

}
.left_side a {
text-decoration:none;
color:#2D97D5;


}
.left_side a:hover {
text-decoration:underline;
}

.left_side ul {
margin:0px 0px 0px 0px;
padding-left:5px;


}
.left_side li {
list-style-type:square;
margin:0px 0px 0px 0px;
padding-left:0px;
padding-bottom:3px;

}

.box_text {
background-color:#E9E9E9;
color:#585858;
text-indent:15px;
height:450px;
vertical-align:top;

}
.box_text td {
padding-left:15px;
padding-right:10px;
}
.box_text a {
color:#0077C0;
}
.box_head {
background-image:url(images/box_head.jpg);
background-position:top;
background-repeat:repeat-x;
height:35px;
color:#0077C0;
font-size:14px;
font-weight:bold;
}
.box_head a {
color:#0077C0;
}
.box_head a:hover {
color:#2D97D5;
}
.footer1 {
background-image:url(images/footer2.jpg);
background-position:top;
background-repeat:repeat-x;
height:70px;
margin-top:2px;
}
.level1 {
list-style-type:disc;
font-weight:bold;
}
.tabelg {
background-color:#000000;
color:#333333;
margin-top:5px;
margin-bottom:5px;
}
.tabelg td {
background-color:#FFFFCC;
color:#333333;
padding-left:5px;
padding-right:3px;
text-align:left;
text-indent:1px;
}
.tabelg ul {
padding-left:15px;
}
.tabelg p {
display:block;
margin:4px 0px 0px 0px;
text-indent:5px;
}
.tabelg_h {
background-color:#D5D8DF;
font-size:14px;
font-weight:bold;
text-align:center;
padding:3px 0px 3px 0px;
}
.tabel2 td {
padding-left:1px;
}
.imgl {
border-style:solid;
border-color:#333333;
border-width:1px;
padding:2px 2px 2px 2px;
}
.tabel3 {

}
.tabel3 td {
text-indent:inherit;

}










.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
text-decoration: none;
color:#2D97D5;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
background-color:#DBDBDB;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: bold;
padding: 2px 5px;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background:#CCCCCC;
}

.horizontalcssmenu ul li ul li a:hover{
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */