body {
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white fixed;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #212430;
	background-image: url(images/layout/surrounding.jpg);
	background-position: 0px 140px;
	background-repeat: repeat-x;
}
h1 {
	color: #02356b;
  font-family: Verdana, Helvetica, Sans Serif;
  font-size: 18px;
  margin-bottom:5px;
  font-weight: bold;
}
h2 {
	color: #02356b;
  font-family: Verdana, Helvetica, Sans Serif;
  font-size: 13px;
  font-weight: bold;
  margin:0;
}
a  {
	color: #1B4AAD;
	text-decoration: none;
	width:200px;

}
.standardButton {
		background-color: #BDCAE7;
	font-size: 9px;
	color:black; 
	border:1px solid #8EA6E7;
	cursor:pointer;
	width:60px;
}
input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}
.divSurrounding{
	position: relative;
	margin: auto;
	width: 741px;
	top: 140px;
}
.divMainHeader {
	position: absolute;
	top: 0px;
	height: 520px;
	width: 281px;
	background-color: #777777;
	background-image: url(images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.divMainContent {
	position: relative;
	height: 521px;
	left:281px;
	width: 465px;
	background-color: white;
	scrollbar-base-color: #203b59;
	scrollbar-3d-light-color: #a0bbd9;
	scrollbar-arrow-color: #a0bbd9;
	scrollbar-darkshadow-color: #203b59;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #809bb9;
	scrollbar-shadow-color: #809bb9;
	scrollbar-track-color: white;
	overflow: auto;
	background-image: url(images/layout/content.jpg);
}
.divMainMenu {
	position: absolute;
	top: 40px;
	height: 220px;
	width: 276px;
	overflow: hidden;
	color: #7D7D7D;
	background-image: url(images/layout/menu.gif);
	background-repeat: repeat-y;
	margin-left:4px;
	
}
.divBottomEnd{
	position: relative;
	width:800px;
	overflow: hidden;
	text-align:center;
}
.divContentDiv {
	padding-top:60px;
	padding-left:10px;
	padding-right:10px;
}
.show_big_image_div_surrounding {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:686px;
	background-color:#000000;
	opacity:0.65;
	z-index:200;
	display:none;
}
.show_big_image_div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:211;
}
.show_big_image_inner_div {
	background-color:white;
	padding:10px;
	z-index:212;
	margin:auto;
	width:500px;
	background-color:white;
	padding:10px;	
	position:relative;
	top:200px;
}
.show_big_image_bottom_div {
	background-color:white;
	height:10px;
	z-index:211;
	color:black;


}
