@charset "utf-8";
/* CSS Document */


/* hide for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #275078;
}
div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B96C0;
}
/* intropage */
div#shim {
	float:left;
	height:50%;
	margin-top:-180px;
	visibility:hidden;
	width:100%;
}
div#introcontainer {
	clear:both;
	height:300px;
	position:static;
	top:-180px;
	width:600px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	text-align: center;
}
#languages {
	margin-top: -60px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	position: relative;
}
a {
	text-transform: uppercase;
	outline:none;
	font-size: 16px;
	font-weight: bold;
}
a:link, a:visited {
	color: #6B96C0;
}
a:hover, a:active {
	color: #C0D2E4;
	text-decoration: none;
}

#introtitle {
	color: #6B96C0;
	text-align: center;
}
.float-left 	{ float:left; }
.float-right 	{ float:right; }

/* end intropage */

