@charset "utf-8";
/* CSS Document */
@media screen{
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #FFFFFF;
	overflow: visible;
}

#menu a {
	text-decoration: none;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	padding: 5px;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	color: #353535;
}
#menu a:hover {
	font-weight: bold;
}



.line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}

#top {
	height: 90px;
	width: 770px;
}
#menu {
	float: left;
	height: 425px;
	width: 200px;
}
#content {
	float: right;
	width: 550px;
	overflow: visible;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {

}

.logo1{display:none;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#footer {
	clear: both;
	height: 25px;
	width: 750px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
}
}
@media print {

.test {display:none;} 
}
#container a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
