html, body {
	margin: 0;
	font-family: courier;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	color: #666;
	position: relative;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


.clearer {
	clear: both;
	height: 0px !important;
	line-height: 0;
}

#container {
	margin-top: 200px;
	margin-left: 50px;
	width: 954px;
	float: right;
}

#logo {
	width: 264px;
	height: 27px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	margin: 0 0 5px 110px;
	float: left;
	cursor: pointer;
}

#topmenu {
	float: right;
	margin-right: 200px;
	margin-top: 9px;
	height: 12px;
	width: 257px;
}

#topmenu a {
	display: block;
	margin: 0 15px 0 15px;
	float: left;
}

#lbrace {
	float: left;
	border: 1px solid #999;
	border-right: 0;
	width: 39px;
	height: 145px;
	margin-right: 70px;
	float: left;
}

#rbrace {
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 60px;
	height: 145px;
}

#motioncontainer, #contact {
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width:784px;
	height:145px;
}

#motioncontainer a img{ /*image border color*/
	border: 0;
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 0;
}

#motioncontainer a:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#contact p {
	line-height: 19px;
	* margin-top: 13px;
	font-family: verdana;
	font-size: 12px;
}

#ref {
	border-top: 1px solid #999;
	padding-top: 10px;
	line-height: 19px;
	margin-left: 110px;
}

#ref .refsub {
	margin: 0;
	margin-left: 60px;
}

#ref p {
	margin: 0;
	margin-bottom: 10px;
	padding-left: 77px;
	font-family: verdana;
	font-size: 12px;
}

#statusdiv{
	position: absolute;
	padding: 0px;
	left: -300px;
	background-color: lightyellow;
	border: 0px solid gray;
	visibility: hidden;
}

#friebel {
	background-image: url('images/friebel2pt.gif');
	background-repeat: no-repeat;
	width: 983px;
	height: 99px;
	margin-top: 50px;
	float: right;
}

#nav { 
	margin-top: 10px;
}

#nav .left {
	float: left;
	margin-left: 175px;
}

#nav .right {
	float: right;
	margin-right: 15px;
}

#pages {
	float: right;
	margin-top: 15px;
	width: 941px;
	text-align: right;
	margin-right: 13px;
}

#pages a {
}

#info {
	float: right;
	margin-top: 50px;
}

#info img {
	margin-right: 30px;
}

#transparent {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
 	background-color: #fff;
 	z-index: 10
}

#imgholder {
	position: absolute;
	z-index: 100;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
	text-align: center;
}

#imgholder img {
	cursor: pointer;
	margin-top: 10%;
}
