/* CSS Document */

      body  {
      background : #233f8f;
		  font-family: Verdana,Tahoma, Arial, Serif; 
			color:#555;	 
			margin: 0;
			padding: 0;
			border: 0;	
      }
     a:link {
           color : #c00;
           background-color : transparent;
           text-decoration : underline;
      }
     a:visited {
          color : #c00;
          background-color : transparent;
          text-decoration : underline;
      }
     a:active {
          color : #c00;
          background-color : transparent;
          text-decoration : underline;
      }
     a:hover {
          color : #600;
          background-color : transparent;
          text-decoration : none;
      }



/* ALL THE DIV STARTS HERE */

     div#wrapper {
          width : 785px;
          height : auto;
          margin : 0 auto;
          padding : 0;
      }

     div#top {
          float : left;
					background : url(images/bg-top.gif) top center no-repeat;
          width : 785px;
          height : 165px;
          padding : 0;
          margin : 0;
          border : 0; 
      }


    div#matter {
              float : left;
							background : url(images/bg-mid.gif) top center repeat-y;
              width : 785px;
              height : auto;
              padding : 0;
              border : 0;
              margin : 0;
          }

          div.htop {
              float : left;
							background : url(images/prod-bottom.gif) top center no-repeat;
              width : 785px;
              height : auto;
              padding : 10px 0 10px 0;
              border : 0;
              margin : 0;
          }

          div.hleft {
              float : left;
              width : 300px;
              height : auto;
              padding : 0;
              border : 1;
              margin : 0;
          }
				 
          div.hright {
              float : left;
              width : 485px;
              height : auto;
              padding : 0;
              border : 1;
              margin : 0;
          }
				
     div#bottom {
          float : left;
					background : url(images/bg-bot.gif) top center no-repeat;
          width : 785px;
          height : 100px;
          padding : 0;
          margin : 0;
			    border: 0;
      }
			

    div#roadmap {
              float : left;
							background : url(images/roadmap.gif) top center no-repeat;
              width : 785px;
              height : 548px;
              padding : 0;
              border : 0;
              margin : 0;
          }
			
/* ALL TEXT STARTS HERE */

		.title {
		   text-align:left;
			 font-size: 16px;
			 font-weight: bold;
			 margin : 20px 10px 15px 20px;
			 color:#233f90; 
		}
			

		.title2 {
		   text-align:center;
			 font-size: 14px;
			 font-weight: bold;
			 margin : 20px 10px 15px 20px;
			 color:#c00; 
		}

		.title3 {
		   text-align:left;
			 font-size: 14px;
			 font-weight: bold;
			 margin : 20px 10px 15px 20px;
			 color:#c00; 
		}

		.links {
		   text-align:center;
			 word-spacing:8px;
			 font-size:11px;
			 font-weight:bold;
			 margin : 25px 10px 0 10px;
			 color:#fff;
		}

.links a:link { text-decoration: none; color : #fff; border: none;}
.links a:active { text-decoration: none; color : #fff; border: none;}
.links a:visited { text-decoration: none; color : #fff; border: none;}
.links a:hover	{ text-decoration: underline; color : #7192cb; border: none;} 
		
    .logo {
		 text-align : center;
		 margin : 30px 0 0 0;
		}
		
    .img {
		 text-align : right;
		 font-size:11px;
		 margin : 10px 30px 0 0;
		 color:#900;
		}
		
		.img1 {
		 text-align : right;
		 font-size:11px;
		 margin : 10px 30px 0 0;
		 color:#900;
		 padding : 0;
		 border: 0;
		}

		.para {
		   text-align:left;
			 font-size:12px;
			 line-height:22px;
			 margin : 10px 25px 20px 25px;
		}

  .para img { float: left; margin: 10px 15px 10px 10px; } 
  a img, .para a img { border: none; border: 8px solid #eee; }
	a:hover img, a:focus img, .para a:hover img, .para a:focus img { border-color: #ccc; }

		.space {
		   font-size:medium;
			 line-height:20px;
			 margin : 10px 0 10px 0;
			 text-indent:-9999px; 
		}

span.tal {
	color: #039;
	font: bold 16px Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif;
}		


    .bot {
		 text-align : center;
		 font-size:11px;
		 margin : 50px 0 0 0;
		 color:#eee;
		}
	
