@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #0000CC;
	background-color: #FFFFCC;
	margin-top: 0px;
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #0000CC;
	height: auto;
}
#banner {
	height: 109px;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	background-image: url(logo.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000CC;
}
#address {
	text-align: center;
	height: 25px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000CC;
}
#menu {
	float: left;
	height: 460px;
	width: 225px;
}
#main {
	float: right;
	width: 500px;
}
#footermenu {
	height: 30px;
	width: 760px;
	text-align: right;
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0000CC;
	margin-top: 10px;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	height: 50px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0000CC;
	color: #B7B700;
}
#banner h1 {
	font-size: 1.2em;
	padding-left: 590px;
	margin-top: 0px;
	text-align: center;
}
#address h2 {
	font-size: 1.1em;
	margin-top: 2px;
}

#banner p {
	font-weight: bold;
	padding-left: 100px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#menu ul ul li {
	font-size: 0.85em;
	list-style-type: none;
	margin-left: -5px;
	margin-bottom: -4px;
}
#menu ul ul {
	margin-top: -4px;
}
#menu li {
	list-style-type: none;
}
#menu ul {
	margin-top: 0px;
}
#menu a:link {
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #0099CC;
	text-decoration: none;
}
#menu a:visited {
	color: #0000CC;
	text-decoration: none;
}
#main a:hover {
	color: #0099cc;
	text-decoration: none;
}
#main a:visited {
	color: #0000cc;
	text-decoration: none;
}
/* #main img {
	border: 1px dotted #0000CC;
	padding: 2px;
	margin-right: 15px;
}*/ 
#main a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
#footermenu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footermenu ul {
	margin-top: 5px;
}
#footermenu a:link {
	font-weight: bold;
	text-decoration: none;
}
#footermenu a:hover {
	color: #0099CC;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footermenu a:visited {
	color: #0000CC;
	text-decoration: none;
}
.br {
	display: block;
	clear: both;
}
.imgleft {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 2px;
	margin-top: 5px;
}
.imgrt {
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}#pagecontainer #banner a {
	text-decoration: none;
}
