body {
	color: #222;
	background: #fff;
	font-family: Lucida Grande, Lucida Sans, Corbel, Trebuchet MS, Helvetica, sans-serif;
	margin: 0px;
	font-size: 62.5%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #888;	
}

div {
	margin: 0;
	padding: 0;
	border: 0px none;	
}

div.colwrapper {
	margin: 0px 10%;
}

div.col {
	padding: 5em 0;
	width: 50%;
	margin: 0;
	float: left;
	font-size: 2em;
	min-width: 15em;

}

div.bar {
	position: relative;
	clear: both;	
	font-size: 1em;
	min-height: 1em;
}

div.bar p {
	text-align: center;
	padding: 0;
	margin: 0;
}

div.point {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: -1000;
}

.topleft {
	top: 0;
	left: 0;
	border-top: 10em solid #000;
	border-bottom: 10em solid transparent;
	border-left: 10em solid #000;
	border-right: 10em solid transparent;
}

.bottomright {
	top: 0;
	right: 0;	
	border-top: 10em solid transparent;
	border-bottom: 10em solid #000;
	border-left: 10em solid transparent;
	border-right: 10em solid #000;
}

h1 {
	font-family: Corbel, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
	clear: both;
	white-space: nowrap;
}

h2.error {
	font-family: Corbel, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.75em;
	text-align: center;
	clear: both;
	color: #fff;
	background-color: #900;	
	padding: 10px;
}

div.col dl {
	margin: 0 0 5em 15%;	
}

div.col dl dt {
	font-weight: bold;
	font-family: Corbel, Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
}

div.col dl dd {
	font-size: 0.75em;
	color: #666;
	margin-top: 0.5em;
}

div.col dl dt + dd {
	font-size: 0.9em;
	color: #444;
}

div.col dl dd + dd + dd {
	color: #888;	
}

div.col dl dt a, div.col dl dd a {
	color: inherit;
	text-decoration: none;
}

div.col dl dt a:hover, div.col dl dd a:hover {
	border-bottom: 1px dotted #888;
}

div.bar a:hover {
	color: #888;
}

ul.logo, ul.logo li, ul.logo li ul {
	padding: 0;
	border: 0px none;
	margin: 0;
	list-style: none;
}

ul.logo {
	width: 15em;
	margin: 0 auto;
	position: relative;
	min-width: 15em;
}

ul.logo li ul {
	/* clear: both;	*/
	position: relative;
	height: 0;
}

ul.logo ul li {
	float: left;	
}

ul.logo ul.logotoprow li {
	border-right: 7.5em solid #888888;
	border-left: 0em solid transparent;
	border-top: 3em solid transparent;
	border-bottom: 0em solid transparent;
}

ul.logo ul.logotoprow li + li {
	border-left: 7.5em solid #858585;
	border-right: 0em solid transparent;
	border-top: 3em solid transparent;
	border-bottom: 0em solid transparent;
}

/*
ul.logo ul.logomidrow, ul.logo ul.logomidrow2, ul.logo ul.logobottomrow {
	top: -3em;	
}
*/

ul.logo ul.logomidrow li {
	border-right: 7.5em solid #888888;
	border-left: 0px solid transparent;
	border-top: 0em solid transparent;
	border-bottom: 3em solid #666666;
}

ul.logo ul.logomidrow li + li {
	border-left: 7.5em solid #858585;
	border-right: 0px solid transparent;
	border-top: 0em solid transparent;
	border-bottom: 3em solid #333;
}

ul.logo ul.logomidrow2 li {
	border-top: 3em solid #666666;
	border-bottom: 3em solid #666666;
	border-left: 3.75em solid #666666;
	border-right: 3.75em solid #666666;
}

ul.logo ul.logomidrow2 li + li {
	border-top: 3em solid #333;
	border-bottom: 3em solid #333;
	border-left: 3.75em solid #333;
	border-right: 3.75em solid #333;
}

ul.logo ul.logobottomrow li {
	border-left: 7.5em solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 3em solid #666666;
}

ul.logo ul.logobottomrow li + li {
	border-right: 7.5em solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 3em solid #333;
}

div#logo_wrap {
	position: relative;
	width: 15em;
	margin: 0 auto;
}

ul#logo_base {
	position: relative;	
}

ul#logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 100;
}

@font-face {
  font-family: "Corbel";
  src: url(fonts/Corbel_Short.ttf) format("truetype");
}