@charset "windows-1251";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	//background-size: 5px 920px;
}


#container  {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 117px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: EuropeExt;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 0;
	text-align: right;
}
#mainContent  {
	background: #FFFFFF;
	height: 570px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent p {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#mainContent a {
	color: #FFFFFF;
}


#mainContentindex  {
	background: #FFFFFF;
	height: 720px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#footer  {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/footernew.png);
}


#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Impact;
	font-size: 12px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	font-style: normal;
	color: #000000;
}
#logo {
	text-align: left;
	width: 290px;
	height: 45px;
	position: absolute;
	top: 21px;
}
#table {
	position: absolute;
	top: 195px;
}

/*** #slideshow {
	height: 300px;
	width: 700px;
	background-color: #999999;
	margin-left: 32px;
	margin-top: 50px;
} ***/

@font_face {
font-family: EuropeExt_Bold;
src: local("EuropeExt_Bold.ttf");
} 
#tableinnermenu {
	position: absolute;
	top: 150px;
}
#tableinnermenu a {
	color: #000000;

}
#tableinnermenu a:hover {
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=visible);
}




.classname {
font-family: "EuropeExt_Bold"; 
}

.style1 {
font-family: EuropeExt_Bold
}

#tableindex {
	margin-left: -8px;
}
#tablefooter {
	margin-top: 6px;
	margin-left: 17px;
	padding-top: 8px;
}
#tablefooter   p  {
	font-family: Impact;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#admin_table a {
	color: #0C5F65;






}
#table_admin a:hover {
	color: #16BAC7;
}


.stylefooter {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	float: none;
	display: block;
	width: 180px;
	height: 20px;
	line-height: 20px;
	padding: 4px 12px 5px 12px;
	font-size: 13px;
	background-position: left;
	/*** text-shadow: 0px 0px 0 #72633F; ***/
	background-image: url(../images/menubkgd-sub.png);
	background-repeat: repeat-x;
	color: #2B3851;
	text-decoration: none;
	border-color: #00FF00;
}
a:visited {
	text-decoration: none;
	color: #465B7F;
}
a:hover {
	text-decoration: none;
	color: #293549;
	background-image: url(../images/menubkgd-sub1.png);
	background-repeat: repeat-x;
}
a:active {
	text-decoration: none;
	color: #465B7F;
}
