
#measurer { width: 100%; height: 1px; overflow: hidden; position: absolute; top:0;}
body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #fff url('images/gray_bg.jpg') no-repeat  ;
	color: #222 ;
	font-size: 0.75em;
	padding:0;
	margin:0;
	line-height: 1.25em ;
}
.clear	{clear: both;height: 1px; line-height:1px; position:relative; margin-top: -1px; overflow: hidden;}
img {border:0;}
form {padding:0;margin:0;}
table {font-size: 1em;}
a {color: #2166a4 ;}
a:visited {color: #551a8b ;}
a:hover {color: #990000 !important;}
small {font-size: 0.916em; line-height: 1.25em;}
big {font-size: 1.16em; line-height: 1.17em;}
p {
	margin: 0.5em 0;
}
h2 {
	font:  italic 2em/1.125em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 2em 0 0.41em -20px;
    padding-top: 2em;
}
.clip h2 {
    padding-top:0;
}
h3 {
	font:  italic 1.58em/1.12em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 1.2em 0 0.8em -20px;
}
h4 {
	font:  italic 1.33em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 0.5em 0 0.3em -20px;
}
#page {
	min-width: 900px;
	max-width: 1400px;
}
#logo {
	position: relative;
	left: 36px;
	top: 40px;
	float:left;
	width: 400px;
	margin-right: -400px;
}
#image {
	float:left;
	position:relative;
	left: 22%;
	top: 20px;
	width: 78%;
	margin-right: -100%;
	overflow: hidden;
}
#image img {
	margin-left: 200px;
}
#right {
	float:left;
	top: 211px;
	left: 3%;
	margin-left: 10px;
	width: 242px;
	position:relative;
	margin-right: -100%;
	margin-bottom: 211px;
}
#menu {
	margin:0 0 30px 0;
	padding: 16px;
	list-style:none;
	background: url('images/menu_top.gif') no-repeat #000000;
	font: italic 1.42em/1.12em Georgia, "Times New Roman", Times, serif;
	text-align:right;
	color: #ffff99;
}
#menu:after {
	content: url('images/menu_bottom.gif');
	position:relative;
	margin: 5px -16px -16px -16px;
	display:block;
}
#menu a, #menu a:visited {
	color: #fff;
	text-decoration:none;
}
#menu a:hover {
	color: #ffff99 !important;
}
#menu li {
	border-bottom: 1px solid #fff;
	padding: 10px 25px 10px 0;
	background: url('images/menu_arr.gif') no-repeat 100% 18px;
}
#menu ul {
	margin: 13px 0 10px 0;
	padding:0;
	list-style: none;
	font-size: 0.76em;
	line-height: 1.15em;
}
#menu ul li {
	border: none;
	padding:0;
	background:none;
	margin: 0.7em 0;
}
#menu ul a, #menu ul a:visited {
	color: #ffff99;
	text-decoration: underline;
}
#menu ul a:hover {
	text-decoration: none
}
#buttons {
	margin-bottom: 30px;
}
#buttons img {
	margin-bottom: 15px;
}
#content {
	float:left;
	left: 32%;
	position:relative;
	width: 55%;
	padding-left: 50px;
	padding-top: 260px;
	//padding-top: 290px;
	margin-bottom: 4em;
}
.news {
	margin: 2em 0 2em 0;
}
.news dt {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #777;
	width: 7em;
	background: #ddd;
	text-align:center;
	padding: 0.3em 0.5em;
	border-radius: 0.5em;
	margin-left: -0.6em;
}
.news dd {
	margin: 0 0 1.7em 0;
	padding-left: 20px;
}
.news dd p {
	margin: 0.5em 0 0.5em 0;
}
#content .clip {
	background: #ddd;
	margin: 3em -4em;
	padding: 2em 4em;
	border-radius: 12px;
	//margin-right: 0;
}
#content .clip h2 {
	margin-top: 0;
}
#content img {
	border: 5px solid #ddd;
	margin: 10px;
}
#content img.left {
	margin-left: 0;
	float:left;
	margin-right: 20px;
}
#footer {
	background: #ddd;
	height: 80px;
	color: #666;
}
#footer .copy {
	position:relative;
	float:left;
	left: 80px;
	top: 25px;
	width: 440px;
}
#footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-style: italic;
}
#footer .bestweb {
	float:right;
	position:relative;
	top: 28px;
	right: 60px;
	width: 140px;
	text-align:right;
}
#footer .years80 {
	position:relative;
	top: 20px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2166a4;
}




#menu > li > ul
{
	display: none;
}
#menu li.active > ul
{
	display: block;
}