	/* OMG! Don't you dare screw with my css! OMG I did mess with it, but in a good way I think*/
	
	*	{
	margin:0;
	padding:0;
	}
	body  {
	background-image:url("images/background.png");
	font-family: arial;
    font-size: 12px;
	color: 5B6371;
	}
	#bgcontainer_left	{
	height:100%;
	background-image:url("images/bg_left.png");
	background-repeat:no-repeat;
	background-position: 0 100px;
	margin:0;
	padding:0;
	}
	#bgcontainer_right	{
	height:100%;
	background-image:url("images/bg_right.png");
	background-repeat:no-repeat;
	background-position:100% 100px;
	}
	#logo	{
	margin: 37px 80px;
	height: 36px;
	width:253px;
	background-image:url("images/twclogo_head.png");
	text-indent:-999999px;
	}
	#head	{
	background: #000e3a;
	margin: 0px 70px 0px 70px;
	padding: 0px;
	}
	#content	{
	background: #ffffff;
	margin: 0px 70px 10px 70px;
	padding: 0px;
	}
	#contentpad	{
	color: #000000;
	font:15px Arial,helvetica;
	padding: 15px;
	}
	h1	{margin: 0px;
	padding: 0px;
	color: #000000;
	font: 18px Arial,helvetica;
	}
	h2	{margin: 0px;
	padding: 15px;
	color: #ffffff;
	font: 18px Arial,helvetica;
	}
	b.btop, b.btop b, b.bbot, b.bbot b	{position:relative;
	
    display: block;height: 10px;font-size: 1px;
    background-image:url(images/rc.png);
    background-repeat: no-repeat;
	}
	b.btop b	{background-position: 100% -10px;
	}
	b.bbot	{background-position: 0 -20px;
	}
	b.bbot b	{background-position: 100% -30px;
	}
	
	  a:link { 
		font-family: arial;
        font-size: 12px;
		font-weight: bold;
		color: 25559F;
		text-decoration: none;
	  }
	  a:visited { 
		color: 25559F;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	  }
	  a:hover { 
		color: 25559F;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	  }
	  a:active { 
	    font-size: 12px;
		font-weight: bold;
		color: 25559F;
	  }
	  p.pageheader {
        font-size: 18px;
		font-weight : bold;
		color: 01114f;
	  }
	  p.subheader {
	    font-size: 14px;
		font-weight : bold;
		color: 5B6371;
	  }
	  td, TD {
	  font-family: arial;
      font-size: 12px;
	  color: 5B6371;
	  }