body {
	background-color: #DBDDE5;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#banner {
	background-color: #ffcc00;
	position: relative;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #999;
	background-image: url("/images/worldTop.gif");
	background-repeat: no-repeat;
	background-position: 75% 100%;


}
#banner h1{
	margin: 0px;
	padding: 0px;
}
#banner h1 a {
	color: #000;
	text-decoration:none;
	background-color: transparent;
}
#mainLinks {
	position: absolute;
	top:5px;
	right:7px;
}
#body {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	background-image: url("/images/worldBottom.gif");
	background-repeat: no-repeat;
	background-position: 75% 0%;
}
#content {
	margin: 0px 220px 10px 30px;
}
#content #subMenu{
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: dashed #aaa 1px;
	width: 180px;
	padding: 10px;
	background-color: #DBDDE5;
}
#menuTitle {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #bbb;
	margin-bottom: 5px;
}
#content #subMenu ul{
	margin: 0px 0px 10px 8px;
	padding: 0px;
	/*list-style-type:none;*/
}
#footer {
	border-top: 1px solid #fff;
	padding: 5px 5px 20px 10px;
	background-color: #ffcc00;
	border-bottom: 1px solid #999;
}
a {
	color: #0000cc;
}
a:hover {
	color: #ccc;
	background-color:#993300;
	text-decoration:none;
}
a:visited {
	color: #990000;
	background-color:ccc;
}
#mainLinks a:visited {
	color: #990000;
	background-color: transparent;
}


.h {
	display: none;
}
.imgBorder img {
	border: 1px solid #000;
	padding: 0px;
}