body  
	{
		color: #000000;
		background-color: #f3f3f8;
		font-family: arial,helvetica,sans-serif;
		margin: 0px;
		padding:0px;
	}
	
#content
	{
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		padding-right: 10px;
		position: absolute;
		left: 237px;
		top: 177px;
		height: 529px;
		width: 652px;
		overflow: auto;
	}
	
#flashRequired
	{
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		padding-right: 10px;
		position: absolute;
		left: 237px;
		top: 106px;
		height: 71px;
		width: 652px;
		overflow: hidden;
	}
	
#header 
	{
		height: 95px;
		width: 889px;
		vertical-align:top;
	}
	
#header img
	{
		width: 889px;
		height: 95px;
	}
	
#leftNav
	{
		width: 227px;
		height: 611px;
		margin: 0px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		overflow: auto;
	}
	
#leftNav img
	{
		width: 217px;
		height: 4px;
		display: block;
	}
	
#leftNav div
	{
		background-image: url('images/leftnav_background.jpg');
		background-repeat: repeat-y;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	
#footer
	{
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		vertical-align: top;
		height: 100%;
		width: 889px;
		visibility: hidden;
	}

#footer hr
	{
		height: 1px;
	}

#footer img
	{
		border: none;
		float: right;
		width: 94px;
		height: 36px;
	}

#foreground
	{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: #ffffff;
		z-index: 1;
		text-align: center;
		vertical-align:top;
	}

#foreground object
	{
		width: 940px;
		height: 680px;
	}

	
#detailWindow { width: 800px; }

#detailWindow td { width: 25%; }
	
#flvPlayer
	{
		width: 400px;
		height: 302px;
		background-color: #0c343d;
		visibility: hidden;
	}

table
	{
		border: ridge thin;	
		font-family: arial,helvetica,sans-serif;
		font-size: 10px;
		padding: 0px;
		margin: 0px;
		background-color: #e7e7ef;
	}

td
	{
		border: inset thin;
		padding: 2px;
		text-align: left;
		vertical-align: top;
	}

th
	{
		border: outset thin;
		padding: 2px;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}

p
	{
			font-size: 12px;
			text-align: left;
	}

h1
	{
			font-size: 16px;
			font-weight: bold;
			text-align: left;
	}
	
h2
	{
			font-size: 14px;
			font-weight: bold;
			text-align: left;
	}
	
h3
	{
			font-size: 12px;
			font-weight: bold;
			text-align: left;
	}

a
	{
		color: #0000cc;
		text-decoration: none;
		font-weight: bold;
	}
	
a:hover { text-decoration: underline; }
