@charset "utf-8";
/* CSS Document */

html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(bg.png);
	background-repeat: repeat;
}

.main #container {
	width: 1000px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
	/*background-color:#EBEBEB;*/
} 

.main #sidebar1 {
	float: left;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 90px 0px; /* top and bottom padding create visual space within this div  */
/*	height:500px;*/	
	background-repeat: no-repeat;
	text-align:center;
	height:500px;	
}
 

  
.main #sidebar1 h3, .main #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:25px;
}

.main #sidebar2 {
	float: right;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 0px; /* top and bottom padding create visual space within this div  */
/*	height:600px;*/	
	background-repeat: no-repeat;
	margin-top:50px;
	height:500px;
}
.main #sidebar2 table, .main #sidebar2 p {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
	text-align:center;
	margin-top: 40px;
	font-size:smaller;
}

.main #sidebar2 h4 {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	text-align:center;
	margin-top: 40px;
	margin-bottom:0px;
}

.main #sidebar2 a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #sidebar2 a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #sidebar2_2 {
	float: right;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 0px; /* top and bottom padding create visual space within this div  */
/*	height:600px;*/	
	background-repeat: no-repeat;
	margin-top:50px;
	height:500px;
}
.main #sidebar2_2 table, .main #sidebar2_2 p {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
	text-align:center;
	margin-top: 50px;
	font-size:smaller;
}

.main #sidebar2_2 h4 {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	text-align:center;
	margin-top: 40px;
	margin-bottom:0px;
}

.main #sidebar2_2 a {
	color:#FFF;
	/*background-color:#FFF;	*/
}

.main #sidebar2_2 a:hover {
	color:#000;
/*	background-color:#FFF;*/
}

.main #sidebar1 a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #sidebar1 a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #mainContent_top a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #mainContent_top a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #mainContent_top {
	background-image: url(main_top.png);
	background-repeat: no-repeat;
	margin-left:210px;
	margin-right:210px;
	margin-bottom:-20px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	height:20px;
	text-align:center;
	color:#F00;	
}

.main #mainContent_top_4 {
	background-image: url(main_top.png);
	background-repeat: no-repeat;
	margin-left:210px;
	margin-right:210px;
	margin-bottom:-20px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	height:20px;
	text-align:center;
	color:#F00;	
}

.main #mainContent_top_2 {
	background-image: url(main_top_2.png);
	background-repeat: no-repeat;
	margin-left:210px;
	margin-right:210px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:0px;
	height:70px;
	text-align:center;
	color:#F00;	
}

.main #mainContent_top_2 a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #mainContent_top_2 a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #mainContent_top_3 {
/*	padding-top:5px;*/
	padding-left:10px;
/*	padding-right:20px;
	padding-bottom:15px;*/
	text-align:left;
	color:#F00;	
    font-size:14px;
}

.main #mainContent_top_3 a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #mainContent_top_3 a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #mainContent {
	background-image: url(main_2.png);
	background-repeat: repeat-y;
	text-align:left;
	margin-left:210px;
	margin-right:210px;
	margin-top:0px;
	padding-top:1px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
	min-height:650px;
}

.main #mainContent a {
	color:#000;
	/*background-color:#FFF;	*/
}

.main #mainContent a:hover {
	color:#F00;
/*	background-color:#FFF;*/
}

.main #mainContent p{
	font-size:14px;
}

.main #mainContent h2 {
	text-align:center;
}

.main #mainContent h5 {
	text-align:center;
	color:#F00;
	padding-top:10px;
	margin-bottom:10px;
}

.main #mainContent table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	border-collapse:collapse;
}

.main #pics_top {
	text-align:center;
	height:100%; 
}

.main #pics_top table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	border-collapse:collapse;
}

.main #tb{
	text-align:center;
	height:100%;
}

.main #tb table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	border-collapse:collapse;
	font-size:14px;
}

.main #answ {
	text-align:justify;
	font-size:14px;
}

.main #findertb th {
	font-size:smaller;
}

.main #findertb{
	text-align:center;
	height:100%;
}

.main #findertb table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	border-collapse:collapse;
	font-size:14px;
}

.main #header {
	padding: 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(top.png);
	height:100px;
	width:1000px;
} 
.main #header h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left:63px;
	padding-right:60px;
	color:#FFF;
}

.main #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left:72px;
	padding-right:58px;
	font-size:14px;	
	color:#FFF;
}

.main #header a {
	color:#FFF;
}

.main #header a:hover {
	color:#000;
}

.main #header table {
	margin: 0;
	padding: 0;
}

.main #footer {
	margin-top: 0px;
	padding: 0 10px;
	background-color: #CCC;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:9px;
}

.main #footer a{
	color:#000;
}

.main #footer a:hover{
	color:#F00;
}

.main #haszn h3{
	text-align:center;
}

#popup a, #popup a:visited {
position: relative;
/*display: block;
width: 130px;
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
border: 1px solid #666;*/
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { /*background-color: #e9e9e2; */}

/* the IE correction rule */
#popup a:hover	{
color: #F00;/* background-color: #e9e9e2;*/
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 15px;
left: 30px;
width: 130px;
margin: 0px;
padding: 5px;
color: #000;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}

#popup2 a, #popup2 a:visited {
position: relative;
/*display: block;
width: 130px;
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
border: 1px solid #666;*/
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup2 a span {display: none;}

#popup2 a:hover { /*background-color: #e9e9e2; */}

/* the IE correction rule */
#popup a:hover	{
color: #F00;/* background-color: #e9e9e2;*/
text-indent: 0; /* added the default value */
}

#popup2 a:hover span{
display: block;
position: absolute;
top: 15px;
left: 30px;
width: 180px;
margin: 0px;
padding: 5px;
color: #000;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}
