body
	{
	 font-family: sans-serif;
	 color: #000000;
	 margin: 0px;
	 background-color: #ffffff;
	}
td
	{
	 font-size: 12px;
	}
h1
	{
	 font-size: 17px;
	 font-weight: bold;
	 margin: 0px;
	 padding: 0px;
	}
#container
	{
	 width: 100%;
	 height: 100%;
	}
#logo	{
	 width: 100%; 
	 height: 128;
	 text-align: center;
	}
#top_bar_blue
	{
	 width: 100%;
	 height: 5px;
	 background-color: #415699;
	}
#top_bar_stripes
	{
	 width: 100%;
	 height: 27px;
	 background-image: url("odtv_bg.png");
	 text-align: center;
	 color: #666666;
	 font-weight: bold;
	}
#top_bar_stripes a
	{
	 margin: 0px 5px 0px 5px;
	 color: #415699;
	 text-decoration: none;
	}
#content
	{
	 width: 100%;
	 height: 100%;
	 padding: 10px;
	}
#bottom_banner
	{
	 width: 100%;
	 height: 114px;
	 background-color: #cdcdcd;
	 background-image: url('filmstrip.gif');
	 padding: 10px 0px 10px 0px;
	 text-align: center;
	}
#bottom_banner img
	{
	 border: 2px solid #ffffff;
	}