body {
	text-align:center;
	font-family:"trebuchet ms", tahoma, arial, sans-serif;
	font-size:8pt;
	color:#231F20;
}

#container {
	margin-top:40px;
	text-align:left;
	width:500px;
	padding:25px 25px 0px 25px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

#logo {
	float:left;
	margin-right:26px;
}

#error {
	width:328px;
	float:right;
}

#error h3 {
	margin-top:40px;
	margin-bottom:0px;
	font-weight:normal;
}

#error h4 {
	margin-top:0px;
	font-weight:normal;
	font-style:italic;
	color:#0033CC;
}

#error p {
	text-align:justify;
	margin-top:4px;
}

#links {
	clear:both;
	background-image:url("_images/separator_h.gif");
	background-repeat:repeat-x;
	padding-top:16px;
	padding-bottom:22px;
}

#links div {
	text-align:center;
}

#footer {
	color:#888888;
	clear:both;
	background-image:url("_images/separator_h.gif");
	background-repeat:repeat-x;
	padding-top:22px;
	padding-bottom:22px;
	text-align:center;
}
	
a {
	color:#666666;
}

a:hover {
	color:#005989;
}