body {
  width: 820px;
  background-color: #d8e9e7;
  background-image: url(img/background.png);
  background-repeat:repeat-x;
  color: #000080;
  cursor: default;
  font-size:16px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  line-height: 160%;
  padding: 0px;
  text-align: center;
  margin:auto;
  margin-top:10px;
  margin-bottom:20px;
}

#world {
	background-color: #c0c0ff;
	width: 820px;
	padding: 0px;
	text-align: justify;
	margin:0px; 
	border:1px solid #000080;
}
#content {
	width: 780px;
	float: right;
	border:0px solid black;
	margin: 20px; margin-top:20px;
		padding: 0px;
	overflow:hidden;
	line-height: 160%;
}
#title {
    width: 822px;
	height:61px;
    margin:20px;margin-left:0px;margin-bottom:0px; margin-top:10px;
    overflow:hidden;
    padding: 0px;
}
#title h1 {display: inline; font-size:36px;line-height:32px;float:right;text-align:right;overflow:visible;color:white;}
#left {
		float: left;
}
#menu {
	border:0;
	font-size:15px;
	text-align:center;
	margin: 0px;  margin-top:20px;
	line-height:180%;
	width: 820px;
	padding: 0px;
}
#menu a {color:#000080;background-color:white;border: solid 1px black;margin-left:2px;margin-bottom:4px;padding: 0px; padding-top:4px;padding-bottom:4px;}
#menu a:hover {color:white;background-color:#000080;border: solid 1px white}
.active {background-color:yellow;color:black;font-weight:bold;border:solid 1px white; }

#foot {
	font-size:12px;
    line-height:12px;
    margin-top:3px;
	padding: 0px;
	text-align:left
}

#urlinfo {
	margin-top:10px;
	border-top:1px dotted black; border-bottom: 1px dotted black;
	text-align:left;
	font-size:10px;
	font-weight:normal}
	
#pushright {float:right}
#pushleft {float:left}

a {color:black; text-decoration:none; border: 0px solid #800000;border-bottom:1px solid red}
a:link {  }
a:visited {color:black}
a:hover { color:black; background-color: white}
img { border:1px solid white; }
a img  { border:0px }
.imgleft {border-right:1px solid white;margin-right:16px}
.imgright {border-left:1px solid white;margin-left:16px}

h2,h3,h4,h5 {color:white; border-top:1px solid #000080; border-bottom: 1px solid #000080;text-align:left}
h2 {background-color:#c0c0c0;margin:0px;padding:2px;}

blockquote {border-top:1px solid white;border-bottom:1px solid white;font-style:italic;}
ul,li {list-style-type: square;list-style-image:url(img/item.png);text-align:left}
td {vertical-align:top}

th.vsmth {background-color:#c00000;color:black;vertical-align:top;}
td.vsmtd {border-bottom:1px solid black;padding:10px;}
table.tbl {width:520px}


