#togglelist {
	color: #FFFFFF;
}

.toggle {
	display: none;
}

#locate a {
	cursor: pointer;
}

#togglelist a {
	font-size: 12pt;
	color: #FFDC00;
	cursor: pointer;
	text-decoration: none;
}

#togglelist a:hover {
	color: #FFFF80;
	cursor: pointer;
}

#togglelist td {
	text-align: center;
}

#togglelist img {
	border: none;
}

.handler {
	font-weight: bold;
}

.handler_down {
	background-image: url(true.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}

body {
	background-color: #5687c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

#navbar {
	position: absolute;
	top: 217px;
	left: 0px;
	right: 0px;
	height: 30px;
}

#navbar table {
	width: 741px;
	border: none;
	margin: 0 auto;
}

#navbar td {
	text-align: center;
	width: 28%;
}

#navbar a {
	font-size: 20px;
	color: #FFDC00;
	cursor: pointer;
}

#navbar a:hover {
	color: #FFFF80;
	cursor: pointer;
}

.contentframe {
	position: absolute;
	top: 250px;
	left: 0px;
	right: 0px;
	color: #FFFFFF;
	display: none;
	
}

.contentframe table {
	margin: 0 auto;
	width: auto;
}

.contentframe span {
	width: 690px;
	margin: 0 auto;
	display: block;
}


.contentframe h2 {
	color: #FFCF40;	
	margin: 0 0 0.6em 0;
}

.contentframe h3 {
	color: #FFCF40;	
	margin: 0 0 0.6em 0;
}

.contentframe iframe {
	border: none;
	width: 100%;
}