        html,body
        {
        	width: 100%;
        	height: 100%;
        	margin: 0px 0px 0px 0px;
        	}
			

		/* USAGE: All you have to do is include this one line in your CSS file, with the tag names to which you want the script applied: */ 
		img, div { behavior: url(iepngfix.htc) } 
		/* Alternatively, you can specify that this will apply to all tags like so: * { behavior: url(iepngfix.htc) } */ 
		
		img
		{
			border: 0px;
		}
        
        body
        {
            background-image: url("gfx/bg.jpg");
            text-align: center;
        }
        
        .Page
        {
        	}
        
        
        .Header
        {
        	width: 835px;
        	height: 260px;
        	background-image: url("gfx/top.png");
        	}
        
        .Content
        {
        	width: 835px;
        	overflow:auto;
        	background-image: url("gfx/body.png");
        	}
        
        .Footer
        {
        	width: 835px;
        	height:42px;	
        	background-image: url("gfx/bottom.png");
        	}
        	
        	
        
        .LeftCell
        {
        	text-align: left;
            width:450px;	
            float:left;
            margin-left: 40px;
            margin-right: 50px;
			display: inline;
        	}
        
        .RightCell
        {
        	text-align:left;
        	float:left;
        	margin-right: 40px;
        	width: 240px;
			display: inline;
        	}
        
        .Menu
        {
        	padding-top: 209px;
        	height: 42px;
        	width: 626px;
        	}	
        
        .MenuLeft
        {
        	background-image: url("gfx/menu_left.png");
        	background-repeat: no-repeat;
        	float:left;
        	width: 13px;
        	height:42px;
        	}
        
        .MenuMiddle
        {
        	background-image: url("gfx/menu_back.png");
        	background-repeat: repeat-x;
        	float:left;
        	height:42px;
        	width: 600px;
        	padding-top: 10px;
        	margin-bottom: -2px;
        	}
        
        .MenuRight
        {
        	background-image: url("gfx/menu_right.png");
        	background-repeat: no-repeat;
        	float:left;
        	width: 13px;
        	height:42px;
         }
         
         h1
         {
         	font-family: Arial, Verdana;
         	font-size: 18px;
         	border-bottom: 1px solid #b2b2b2;
         	line-height: 30px;
         	}
         
         td, p
         {
         	font-family: Arial, Verdana;
         	font-size: 10px;
         	color: #414141;
         	}
         
         b, STRONG
         {
            color: #a50000;
         	}
         	
         .newsTopic
         {
         	color: #414141;
         	}
         
         a:hover
         {
         	color: Red;
         	}
         	
         a
         {
         	color: Black;
         	font-family: Arial;
         	font-size: 10px;
         	font-weight: bold;
         	}         	
         
         .MenuItem
         {
         	font-family: Arial;
         	font-size: 11px;
         	color: White;
         	margin-right: 10px;
         	margin-left: 10px;
         	text-decoration: none;
         	font-weight: bold;

         	}
