@charset "utf-8";
/* CSS Document */
.bodyfont
{
font-family:Arial;
font-size:12px;
color:#003366;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
margin-top: 0px;
vertical-align: top;
/*background-image:url(images/mainbg.gif);*/
background-color:#000;
}

.contentarea
{
background-image:url(images/maincontain.gif);
background-repeat:repeat-y;
}
.contentbg
{
background-image:url(images/contentbg.gif);
background-repeat:no-repeat;
width:500;
height:410;
}
.contactus
{
background-image:url(images/contactus1.gif);
background-repeat:no-repeat;
}
.footer
{
background-image:url(images/footer.gif);
background-repeat:repeat-x;
}
.footermenu
{
background-image:url(images/footermenu.gif);
background-repeat:repeat-x;
}
a:link { text-decoration: none; color: #003366;}
a:visited {color: #003366; text-decoration: none}
a:hover {text-decoration: none; color: #003366;}









#scrollbar_container {  
   position:relative;  
   width:450px;
  
 } 
  
#scrollbar_track {  
   position:absolute;  
    top:0;  
     rightright:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
  } 
 
#scrollbar_handle {  
    width:10px;  
   background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
 } 
  
#scrollbar_content {  
     overflow:hidden;  
     width:450px;  
     height:300px;  
 }  
 
 
 .tdclock
 {
	 color:#00C;
 }
 .maintable
 {
	margin: 0;
	padding: 0;
	border-spacing: 10;
	border-collapse: collapse;

	border-spacing:10px;
	 border-collapse:separate;

 }
 .mainpagefont
 {
	 font-size:16px;
	 font-weight:bold;
 }
 
 .tdscroll
 {
 padding-right:8px;
 }