html>body
{
}

H1
{
	font-weight:bold;
	color:#8ba916;
	font-size:11;
	margin-bottom:0px;
	text-align:left;
}

#Container {
	width:720px;
	padding-top:10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}
#HeaderSeparator {
	background-image: url(Images/WhiteToBlue5px.jpg);
	height: 5px;
	width: 720px;
	font-size:5px;
}
#Logo{
	/*background-image: url(Images/JIILogo.jpg);*/
	position: relative;
	top:4px;
	width:54px;
	height:52px;
}
#Logo A:active
{
	border-width:0px;
}
#SmallMenu {
	top: -48px;
	position: relative;
	left: 0px;
	width: 290px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	float: right;
	clear:both;
}
#SmallMenuSeparator {
	background-image: url(Images/WhiteToBlue2px.jpg);
	height: 2px;
	width: 298px;
	font-size:2px;
	top: -44px;
	position: relative;
	text-align: right;
	float: right;
	clear:both;
}
#Date {
	top: -35px;
	position: relative;
	left: 0px;
	width: 300px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	float: right;
	clear:both;
}
#HeaderImage
{
	background-image: url(Images/HomePageHeader.jpg);
	width:720px;
	height:165px;
	position:relative;
	top:-30px;
	clear:both;
}
#Menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width:415px;
	position:relative;
	left:5px;
	top:-61px;
	height:28px;
	text-align:left;
	line-height: 28px;
	width:520px;
	overflow:hidden;
}
#UserConnected
{
	float:right;
	width:200px;
	position:relative;
	top:-82px;
	text-align:right;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#646464;
}
#FooterSeparator {
	background-image: url(Images/WhiteToBlue5px.jpg);
	height: 5px;
	width: 720px;
	font-size:5px;
	position:relative;
	top:-50px;
	clear:both;
	margin: 0px;
}
#FooterContainer
{
	position:relative;
	top:-50px;
	text-align:center;
}
.Copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2a6796;
}
#FooterText
{
	position:relative;
	top:-40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color:#C0C0C0;*/
	color:#2a6796;
}
html>body .mozclear/* could use :root instead of html>body to target mozilla
		      		  specifically, but that invalidates the stylesheet */
{
	border-bottom: 1px solid #FFFFFF;	/* help mozilla handle empty
	margin-bottom: -1px;	/* compensate for 1px border */
}
.clear
{
	clear: both;
}

