* { margin: 0; padding: 0; outline: 0; text-decoration: none; }
a { cursor: pointer; cursor: hand; text-decoration: none; outline: 0; }
a:focus { outline: 0; }
a:hover { text-decoration: underline; }
a:active { outline: none; }

body {
	font-family: Verdana, Tahoma, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	color: #000000;
	margin: 0 auto;
}

#top {
	width: 980px;
	margin: 0 auto;
	height: 125px;
	border-bottom: 4px solid #000000;
}

.logo {
	 float: left; 
	 width: 480px; 
	 height: 120px;
	 background: url("img/logo.gif");
}

#box {
	width: 980px;
	margin: 0 auto;
	color: #414141;
}

#menutop {
	float: right;
	width: 500px;
	float: right;
	padding-top: 3px;
	height: 21px;
	text-align: right;
	font-weight: bold;
}

#searchbox {
	float: right;

	height: 22px;

	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 20px;

}



.input {

	font-weight: bold;

	font-size: 12px;
	height: 18px;

	padding-left: 2px;

	margin-left: 2px;

}

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

a:hover {
	text-decoration: underline;
}

a:active {
  outline:none;
}

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

img {
	border: none;
}

textarea {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #9B9B9B;
}

.photo {
	width: 150px; 
	height: 100px;
	border: 2px solid #000000;
	margin: 0 auto;
}

.top_heading {

	font-weight: bold;

	text-align: center;

	border-bottom: 1px solid #000000; 

	padding: 3px 0 3px 0;

	margin-bottom: 2px;

	background: #C1C1C1;

}