html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, smal, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}
@font-face {
    font-family: futura;
	src:url("/resources/futura.eot");
    src:local('futura'),
		url("/resources/futura.svg") format('svg'), 
		url("/resources/futura.otf") format('opentype');
}
@font-face {
	font-family: futura-bold;
    src: url("/resources/futura-bold.otf") format('opentype');
    src:local('futura-bold'),
		url("/resources/futura-bold.svg") format('svg'), 
		url("/resources/futura-bold.otf") format('opentype');

}
body {
	font-size:14px;
	line-height:14px;
	font-family:futura, Arial, Helvetica, sans-serif;
}
a, .blue{
	color:#007399;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-family:futura-bold, Verdana, Arial, Helvetica, sans-serif;
	*font-family:futura, Verdana, Arial, Helvetica, sans-serif;
}
h2{
	font-weight:bold;
	font-size:24px;
}
h3{
	font-weight:bold;
	font-size:18px;
}
h4{
	font-size:14px;
}
p{
	margin:0 0 20px 0;
}

#header{
	margin-bottom:40px;
}
#language{
	position:absolute;
	top:50px;
	width:848px;
	text-align:right;
	margin:auto;
}
.box{
	display:table;
	height:100%;
	width:960px;
	margin:20px auto 0 auto;
}
.box-top{
	height:17px;
	background:url(/images/corners.png) no-repeat 100% -17px;
}
.box-top-2{
	height:17px;
	background:url(/images/corners.png) no-repeat 0 0;
}
.box-top-3{
	height:17px;
	margin:0 17px;
	background:url(/images/white.png);
}

.box-middle{
	background:#FFF;
	padding-bottom:50px;
	*height:750px;
}
.box-bottom{
	height:17px;
	background:url(/images/corners.png) no-repeat 100% -52px;
}
.box-bottom-2{
	height:17px;
	background:url(/images/corners.png) no-repeat 0 -34px;
}
.box-bottom-3{
	height:17px;
	margin:0 17px;
	background:url(/images/white.png);
}


#logo{
	margin:0 0 20px 60px;
	padding-top:10px;
}
#date{
	width:850px;
	text-align:right;
}
#stripe{
	background:#6d6e72;
	height:14px;
	width:850px;
}
#desc{
	width:850px;
	color:#58585a;
	text-align:right
}
#wrapper{
	width:100%;
	position:relative;
	*height:250px;
	min-height:250px;
}
#menuwrapper{
	width:250px;
	float:left;
}
#menu{
	font-family: futura-bold;
	width:150px;
	height:305px;
	padding-top:10px;
	margin-left:60px;
	background:url(/images/menu.gif) no-repeat center top;
	font-size:18px;
}
#content{
	margin-left:250px;
	padding-left:36px;
	padding-top:10px;
	background:url(/images/ornament.gif) no-repeat top left;
	width:640px;
	display:table
}
#menu a{
	color:#6d6e72;
}
#menu ul{
	list-style:none;
	padding:10px;
	padding-left:20px;
}
#menu li{
	margin:12px 0;
}
#menu .selected a{
	color:#b3b4b7;
	font-weight:bold;
}
#menu a:hover{
	text-decoration:none;
	color:#b3b4b7;
}

.column{
	float:left;
	margin-right:50px;
	height:100%;
	width:250px;
}
.sponsors h3{
	font-weight:bold;
}
.sponsors img{
	margin:10px;
}
.clr{
	display:block;
	clear:both;
}
