body
{
	margin: 0px;
	background-color: #003366;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 10pt;
}
div.content
{
	background-color: #edf3f4; border: solid 1px #83acc3; margin: 6px;
        padding: 10px;
	}
Div.MainContent
{
	/*background-color: yellow;*/
}
Div.LeftContent
{
	background-color: Green;
}
h1, h2, h3, h4, h5
{
	margin-bottom: 2px;
	margin-top: 4px;
}

a:active.menu, a:visited.menu, a.menu
{
	color: #A2CB47;
	text-decoration: none;
}
a:active, a:visited, a
{
	color: #A2CB47;
	text-decoration: none;
}
a:hover.menu
{
	color: #B2D55D;
	text-decoration: underline;
}
a:hover
{
	color: #B2D55D;
	text-decoration: underline;
}

@media screen
{
	div.navigation
	{
		padding-left: 0px;
		padding-top: 6px;
		margin-left: 0px;
		color: #A2CB47;
	}
}
@media print
{
	div.navigation
	{
		display: none;
	}
}
img.Photo
{
	border: solid 1px silver;
	padding: 4px;
	margin: 6px;
	/*float:left;*/
}
.scrollbars
{
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-top: solid 1px silver;
}
h5
{
	font-size: 12pt;
	font-weight: bold;
}

div.ImageDescription
{
	padding-top: 0px;
	margin-top: 0px;
	color: silver;
	font-size: 10pt;
	margin-bottom: 6px;
	float:right;
	text-align:left;
	display:block;
}
div.Image
{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:960px;
	}
ul{list-style-type:hebrew;background-color:Transparent;width:100%;}
li{list-style-type:none;display:block;}