@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image:url(img/Image1.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13.5px;
	color:#030;
}
a {
	color:#00a;
	border: 1px solid #fff;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#900;
	background-color:#FCC;
	border: 1px solid #900;
}
.clear {
	clear:both;
}
li {
	margin-bottom: 3px;
}
.content {
	margin: auto;
	width: 860px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
h1 {
	color:#063;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 8px;
}
h2 {
	color: #fff;
	font-size: 20px;
}
h3 {
	color: #990000;
	font-size: 17.5px;
	border-bottom: 2px solid;
	border-left: 3px solid;
	padding-left: 5px;
	margin-bottom: 0px;
	background-image: url(img/top-right.png) ;
	background-position: right;
	background-repeat: no-repeat;
}
.left {
	float: left;
	width: 475px;
}
.right {
	float: right;
	width: 375px;
}
.block {
	margin-bottom: 8px;
	border-top: 5px inset #393;
	border-bottom: 3px outset #393;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}
.right .block {
	border-left: 1px solid;
	border-right: 1px solid;
}
.left .block {
	border-left: 1px solid;
	border-right: 1px solid;
}
.tleft {
	text-align: left;
}
.desc {font-size: 13px;}

.block p strong {
	text-align: left;
}
.search-links {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
.search-links li {
	margin-left: -20px;
}
.hide {
	display: none; visibility: hidden;
}
