@charset "windows-1251";

html{
background-image: 
url('images/bg.jpg');
background-repeat: repeat;
align:center;
}

body{
background-color: #ffffff;
color: #000000;
position:relative;
top:10px;
left:5%;
right: 5%;
bottom:10px;
border: solid 2px #000000;
border-style: solid;
width: 800px;
height: 105%;
padding: 0px;
font: sans;
}

p{
background-color: #ffffff;
}

p.headline{
font: 18px sylfaen;
font-weight: bold;
color: #ff9900;
}

p.maincontent{
border: none;
width: 100%;
indent: 5px;
}
h3{
font-family: verdana;
}


td.left{
	position: relative;
	left: 0px;
	top: 0px;
	}
	
td.middle{
	padding: 20px;
	
	}
	
td.right{
	padding: 0px;
	margin: 0px;
	width: 3em;
	}
	
	
	
td.left ul li {
	list-style: none;
	display: block;
	background-color: #003366;
	border: solid 1px #708090;
	width: 8.7em;
}
td.left ul li a {
	font-family: verdana;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	}
	
td.left ul li ul li {
		list-style: none;
		display: block;
		background-color: #B0C4DE;
		border: solid 1px #708090;
		width: 6em;
		}

a:link {
  color: #800000;
  font-weight: bold;
  text-decoration: none;
  font-Style: italic;
  background: transparent
}

a:visited {
  color: #800000;
  font-weight: bold;
  text-decoration: none;
  font-Style: italic;
  background: transparent
}

a:active {
  color: green;
  background: transparent
}

a:hover {
/*  font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-weight: bold;
  font-Style: normal;
  color: #800000;
  text-decoration : underline;
/*  background: #D3CFFF */
}
