@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	list-style-type: none;
	background-color: #BC2745;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu {
	position: relative;
	z-index:100;
	width: 65em;
	top: 5px;
}
#menu dl {
	float: left;
	width: 12em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #B5BAD6;
	color: #000066;
}
#menu dd {
	border: 1px solid #FFFFFF;
	background-color: #B6BBD7;
}
#menu li {
	text-align: center;
	background-color: #DFE2EE;
}
#menu li a, #menu dt a {
	color: #000066;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
	position: absolute;
	z-index: 1;
	top : 155px;
	left : 10px;
	color: #000;
	background-color: #FFFFFF;
	padding: 5px;
}

a {
	text-decoration: none;
	color: black;
	color: #FFFFFF;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	padding: 5px;
	margin: 5px;
}
.imgnobdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
