body, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	background-color: #e9e8e8;
}
body {
	margin: 10px;
}
a:link, a:visited {
	color: #313131;
	text-decoration: none;
}
a:active {
	color: #fe7705;
	text-decoration: none;
}
a:hover {
	color: #fe7705;
	text-decoration: none;
}
a img {
	border: 1px solid #000000;
}
a img:hover {
	border: 1px solid #fe7705;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.hr {
	color: rgb(49, 49, 49);
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
#footer {
	text-align: right;
	font-size: 10px;
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 1000px;
    margin-top: 321px;
    margin-left: -500px;
	z-index: -651;
}
div#horizon {
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 1000px;
    height: 642px;
    margin-top: -321px;
    margin-left: -500px;
}
div#inner {
	width: 1000px;
    height: 552px;
}
div#blenddiv {
	background: url('images/loading.gif') 10% 50% no-repeat;
}
.clipwrapper{
  height: 50px;
  width: 50px;
}
.clip{
  clip: rect(0px 50px 50px 0px);
}