	html,body
	{
		width: 100%;
	}
	
	html,body,td 
	{
		font-family : Verdana, Arial, Helvetica, sans;
		font-size : 0.9em;
	}

	table#contentFrame
	{
		width: 100%;
	}

	td#cLeft {
		vertical-align : top;
	}
	
	td#cRight {
		vertical-align : top;
	}
	
	td#mLeft {
		background : #336699;
		vertical-align : top;
	}
	
	td#mRight {
		background : #FFFFFF;
		vertical-align : top;
	}

	td#bLeft {
		background : #336699;
		vertical-align : bottom;
	}
	
	td#bRight {
		background : #FFFFFF;
		vertical-align : bottom;
		text-align : right;
	}
	
	table#tcRight
	{
		width : 100%;
	}

	table#tbRight
	{
		text-align : right;
	}
	
	#logo {
		text-align : right;
		background : url('logo_bw.gif') #FFFFFF no-repeat;
		margin-top : 17px;
		width : 220px;
		height : 167px;
	}
	
	td#header {
		padding-top : 102px;
		padding-left : 50px;
		vertical-align : top;
		font-size : 1.2em;
		font-weight : bold;
	}
	
	#mainMenu {
		display: none;
	}
	
	#footerDiv {
		display: none;
	}
	
	.menuItem
	{
		display: none;
	}
	
	.menuItemActive
	{
		display: none;
	}
	
	#content
	{
		padding-left : 50px;
		padding-right : 50px;
		padding-bottom : 20px;
		line-height: 1.5em;
	}
	
	#content img
	{
		border : 1px solid black;
		text-align : left;
		margin-right : 8px;
		margin-bottom : 8px;
	}

	#copyright
	{
		text-align : right;
		padding-left : 50px;
		font-size : 0.9em;
	}
	
	#menu
	{
		padding-top : 180px;
		width : 100%;
		display : none;
	}
	
	.menuItem
	{
		background-color : #FFFFFF;
		border : 1px solid #000000;
		padding : 10px 10px 10px 10px;
		margin-bottom : 15px;
		width : 100%;
		text-align : left;
		color : black;
	}
	
	.menuItemActive
	{
		background-color : #FFFFFF;
		border : 1px solid #000000;
		padding : 10px 10px 10px 10px;
		margin-bottom : 15px;
		width : 100%;
		text-align : left;
		color : black;
	}
	
	a, a:hover, a:visited, a:active
	{
		text-decoration : none;
		font-weight : bold;
		color : black;
	}
	
	.menuItem a, .menuItem a:hover, .menuItem a:visited, .menuItem a:active
	{
		color : black;
		font-weight : normal;
	}
	
	.menuItemActive a, .menuItemActive a:hover, .menuItemActive a:visited, .menuItemActive a:active
	{
		font-weight : bold;
	}
	
	#logoFile {
		display : none;
	}


