html {
	height: 100.2%;
}
body,	html {
	margin:0;
	padding:0;
	background:#f0f0f0;
	font-family: verdana,helvetica,"luxi sans",sans-serif;
}
#wrap {
	background:#ffffff;
	margin:0 auto;
	width:880px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#header {
	text-align:center;
	padding-top:8px;
	background-image:url(logo152x90.png);
	background-repeat:no-repeat;
	background-position:50px;
	height:92px;
	border-bottom: 1px solid rgb(209,80,0);
}
#header h1 {
	font-size:18px;
	color:#33356b;
	margin:2px;
}
#infopane {
	padding:8px 10px 8px 10px;
	width:860px;
	background:#f0f0f0;
/*	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	border-bottom: 1px solid rgb(209,80,0);
	color:#333;
	font-size:12px;
	line-height:150%;
}
#leftcol {
	width:420px;
	float:left;
}
#rightcol {
	width:420px;
	float:right;
}
.lab {
	width:120px;
	float:left;
	text-align:right;
	font-weight:bold;
	color:#33356b;
}
.data {
	width:292px;
	float:right;
	color:#33356b
}
.lnks {
	width:410px;
}
.lnks a {
	color:#33356b;
	text-decoration:underline;
}
.lnks a:hover {
	color:#bb253d;
	text-decoration:underline;
}
p {
	font-size:12px;
}

li {
	font-size:11px;
}
#content {
	padding:16px 0 16px 10px;
}
#content h3 {
	text-align:center;
	font-size:14px;
	color:#666;
}
#content table {
	border-collapse:collapse;
	border: 1px solid #ccc;
}
#content td {
	font-size:12px;
	color:#000;
	border: 1px solid #ccc;
}
#content a {
	font-size:12px;
	color:#333;
}
#content p {
	font-size:12px;
	color:#333;
}

#content a:hover {
	color:#c00;
}

