/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;  
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; background-image:url(images/bg.jpg); background-color:2d0404; 
	
}


a{color:#999999; text-decoration:none; font-weight:normal}
a:hover{color:#ffcc00; text-decoration:none; font-weight:normal}

.top a{color:#000000; text-decoration:none}
.top a:hover{color:#990000; text-decoration:none}

.main a{color:#990000; text-decoration:none}
.main a:hover{color:#003399; text-decoration:none}

.heading {
	color: #C83803;
	font-weight: bold;
	font-size:16px; 
}
.foot {
font:Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#999999}
.foot a{color:#003366; font-weight:normal}
.foot a:hover{color:#990000; font-weight:normal}
.block{padding-left:5px; padding-bottom:5px; padding-right:5px; padding-top:5px}
.menu{color:#fafafa}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 210px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/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: 4px; /*bottom spacing between menu items*/
}

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

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

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

/*image highlite CSS*/
.highlightit img{
border: 2px solid #CCCCCC;
}

.highlightit:hover img{
border: 2px solid #008DD9;
}

.highlightit:hover{
color: #008DD9; 
}


.border1{border:#D7D7D7 1px solid   ; border-spacing:1px;}

