﻿body 
{
	margin:0px 0px; 
	padding:0px;
	background:#999966;
	border-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}

img
{
	border-style:none;
	vertical-align:middle;
}

address
{
	margin-left: 60px;
}

div.backgroundImage
{
	background:#999966;
	width: 600px;
	height: 450px;
	background-image: url('./img/notice.png');
	background-repeat:no-repeat;
	background-position:top;
	/* NOTE - the semi-colon has to be left-off 'fixed' for FireFox */
	background-attachment:fixed
	margin-left:0;
}

div.textContent
{
	text-align:left;
	width: 540px;
	height: 380px;
	top: 60px;
	left: 20px;
	position:relative;
	overflow:auto;
}

#contentMain
{
	height:450px;
	width:600px;
}

#mediaViewer
{
	height:340px;
	width:240px;
}

#flashContent
{
	height:450px;
	width:600px;
}

#mediaContent 
{
	text-align:left;
}

td.mediaRow
{
	height:32px;
}

#fileIconCell
{
	width:32px;
}

#viewCell
{
	margin-left: 6px;
}

#downloadLinkCell
{
	margin-left: 80px;
	text-align:left;
}

#contentColumn 
{ 
	width: 600px;
	background-color:#FFFFFF;
	/* NOTE - the margin setting ensures FireFox will center the DIV*/
	margin: 0 auto;
} 

#contentFooter
{
	border-width:thin;
	border-style:solid;
}

#menuBar
{
	height:47px;
	width:385px;
	background-image:url('./img/menu_background.gif');
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
}

#copyright
{
	font-size:10px;
}

#menuBar a:link
{
	font-weight:normal;
	text-decoration:none;
	color:White;
	background: transparent;
}

#menuBar a:visited
{
	font-weight:normal;
	text-decoration:none;
	color:White;
	background: transparent;
}

#menuBar a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:White;
	background: transparent;
}

#menuBar a:active
{
	font-weight:normal;
	text-decoration:none;
	color:White;
	background: transparent;
}