/* CSS Document */
body { margin:0px; background-color:#FFFFFF; color:#333333; font-family:arial; font-size:12px;  }
.mymenu { color:#FFFFFF; font-weight:bold;}
.mymenu a { font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:none; }
.mymenu a:hover { color:#000000; }
.mymenu1 a{ color:#FFFFFF; font-weight:bold;}
.mymenu1 a:hover { color:#fff; text-decoration:underline; }
.topbor { border-left:1px solid #cccccc; border-right:1px solid #cccccc; }
.txtbor { border:1px solid #cccccc; margin-left:5px; }
.tablebor { border:1px solid #bdbcbd; }
.heading { font-size:14px; font-weight:bold; color:#FFFFFF; }
.smlheading { font-weight:bold; color:#FFFFFF; }
p { text-align:justify;  }
.img { float:right; padding-left:12px; }
.img1 { float:left; padding-right:7px; padding-bottom:5px; }
.footer { color:#FFFFFF; font-size:11px; }
.footer a{ color:#FFFFFF; text-decoration:none; margin-left:10px; margin-right:10px; }
.more { color:#FFFFFF; text-decoration:none; font-weight:bold; }
.whitefont { color:#000; }
/*Index page blocks*/
div.block{border:1px solid #bdbcbd; width:639px; background-image:url(cimages/gradient.jpg);  background-position:bottom; background-repeat:repeat-x; margin-bottom:5px; margin-top:10px;}
div.blockContents{       
    padding:5px;
    min-height:20px;	
}
.top-left {

}
.top-right {

}
.bottom-left {
    
}
.bottom-right {
   
}

div.block .title {
width:619px;
height:23px;
    font-size:14px;
    font-weight:bold;        
    float:left;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:3px;
	background-image: url(../cimages/centre_blue.jpg);
	color:#FFFFFF;
}
div.block .subtitle{
    display:block;
    font-size:11px;
    color:#666666;
    clear:left;    
    padding-top:5px;
}
div.block .toggle {
    font-size:14px;       
    float:right;
    width:16px;
    height:16px;
}
div.block .open{
    background: url('../images/16x16/navigate_up.png') no-repeat; margin-top:-25px; margin-right:10px;
}
div.block .close{
    background: url('../images/16x16/navigate_down.png') no-repeat; margin-top:-25px; margin-right:10px;
}
div.block .content {
margin:8px;
}
