/* COMMON */

body{
	background-color:#003366;
}
body,td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0 0 10px 0;
	margin:0;
}
h1{
	font-family:"Trebuchet MS",Arial;
	font-size:20px;
}
h2{
	font-size:16;
}
h2{
	font-size:14;
}
a{
	color:black;
	font-weight:bold;
}
a:hover{
	color:gray;
}
.question a{
	display:block;
	background-color:#003366;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:5px 0;
	border-left:4px solid #5F9D00;
	border-right:4px solid #5F9D00;
}
.question a:hover{
	background-color:#5F9D00;
}
ol,ul{
	margin:0 0 10px 15px;
	padding:0 0 0 10px;
}
li{
	margin:0 0 0 5px;
	padding:0;
}

form{
	margin:0;
	padding:0;
}
.field{
	width:100%;
}

/* LAYOUT */

#container{
	width:900px;
	height:500px;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	margin:-250px 0 0 -450px;
	background-image:url(../images/container-background.jpg);
	background-repeat:no-repeat;
}
#content{
	position:absolute;
	z-index:10;
	left:360px;
	top:31px;
	overflow:auto;
	width:310px;
	height:418px;
	padding:10px;
}
#menu{
	position:absolute;
	z-index:10;
	left:700px;
	top:105px;
	width:190px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:190px;
	margin:0 0 1px 0;
}
#menu a{
	display:block;
	line-height:18px;
	height:19px;
	font-family:"Arial Narrow",Arial;
	font-weight:bold;
	color:#8CB8CF;
	text-decoration:none;
	font-size:11px;
	padding:0 0px 0 6px;
}
#menu a:hover, #menu li.selected a{
	color:white;
}

#bio a{
	position:absolute;
	z-index:10;
	left:177px;
	top:270px;
	display:block;
	width:173px;
	height:154px;
}
#bio a span{
	display:none;
}



