/* Outside Frame - Start */


	body {margin: 20px 20px 20px 20px ;background:BLACK;}

	A 		{ color: BLACK; text-decoration: none; font-weight:normal; }
	A:link		{ color: #999999; text-decoration: none; }
	A:visited	{ color: WHITE; text-decoration: none; }
	A:active	{ color: WHITE;  }
	A:hover		{ color: WHITE;  }

	h1, h2, h3 {margin: 0px; padding: 0px;}

/* Outside Frame - End*/










/* Top Center Table - Start */

	#banner {

                font-family:Verdana;
		color:WHITE;
		font-size: 16;
		font-weight:Normal;

  		background:BLACK;
  		padding:0px;
                margin-bottom:5px;
		}

        #banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:arial;
		font-size: 20;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
		}



/* Top Center Table - End*/












/* Left Table - Start */


	#content {
		font-family:Verdana;
		color: WHITE;
		font-size: 20;
		font-weight:bold;


                float:LEFT;
		position:LEFT;
		width:40%;
		background:BLACK;
		margin-left:0px;
                margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
                border-left:0px SOLID BLACK;
		border-right:10px solid BLACK;}
                                          		


        #content a,
        #content a:link,
        #content a:visited,
        #content a:active,
        #content a:hover

                {
		font-family:Verdana;
		font-size: 18;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
		}







/* Left Table - End*/


