html, body {
	height: 100%;
}
body {
	background-color: #ffffff;
}
body, div, h1, a {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	min-height: 1px;
}
h1 {
	padding: 20px 0 0 20px;
	text-transform: uppercase;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h2 {
	margin: 0;
	padding: 90px 0 45px 45px;
	text-transform: uppercase;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#logo {
	margin: 20px;
	float: right;
}
a {
	color: #fff;
	text-decoration: none;
}
a:before {
    content:'\25BA\0020'
}
a:hover {
	border-bottom: 1px solid #fff;
}
ul {
	list-style: none;
	margin: 20px 0 40px 48px;
	padding: 0;
}
li {
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	list-style: none;
}
ul a:before {
	content: no-close-quote
}
.copy {
	display: none;
	margin: 10px 0px;
	color: white;
	font-size: 0.9em;
	line-height: 1.3em;
	width:90%;
}
.frame-out {
	width: 100%;
	height: 100%;
}
div.frame-out div {
	/* height: 16.66%; */
	height: auto;
}
.top {
	background-color: white;
}
.t-is {
	background-color: rgb(27, 44, 77); /* 1b2c4d */
}
.t-wa {
	background-color: rgb(108, 160, 217); /* 6ca0d9 */
}
.t-ge {
	background-color: rgb(160, 186, 86); /* a0ba56 */
}
.t-rf {
	background-color: rgb(224, 170, 60); /* e0aa3c */
}
.t-mk {
	background-color: rgb(196, 31, 0); /* c41f00 */
}
.t-wb {
	background-color: rgb(122, 0, 39); /* 7a0027 */
}
.details {
	float: right;
	margin: 10px 20px;
	padding: 5px 20px;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: rgba(0,0,0,0.5)
}

.frame-out div ul li a{
	display: block;
}