/* CSS Document */


/* global styles */

* { 
	margin: 0px;
	padding: 0px;
}

body, p, h3, h4, h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
body { 
	background-color: #fff;
}

a { 
	color: #005ec2;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}

div.clear { clear: both; }


/* header styles */

div#headerWrap { 
	height: 85px;
	background-color: #e0e0e0;
	text-align: center;
	margin-bottom: 3px;
}

div#header, div#page, div#footer { 
	width: 947px;
	margin: 0px auto;
}
div#header { 
	padding: 10px 0;
	padding-left: 50px;
	width: 887px;
}

div#logo { 
	float: left;
	width: 278px;
}


/* page container */

div#container { 
	width: 443px;
	margin: 75px auto 10px;
}
div#container img { 
	display: block;
}


/* page content area */

div#content { 
	padding: 5px 20px 0px;
	background-image: url(redirect-box-middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div#content img { 
	float: left;
}
div#content p {
	font-size: 14px;
	padding-bottom: 12px;
	margin-left: 50px;
}


/* footer styles */

div#footer { 
	clear: both;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 20px;
}
div#footer p { 
	font-size: 11px;
}