body	{
	background-color: #00214e
}

#textcontent	{
	float: right;
	width: 250px;
}

#textcontent h1	{
	font-size: 10pt;
	margin: 0 0 10px 0;
}

#textcontent h2	{
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color: #7087C2;
}

#textcontent p.blue	{
	color: #7087C2;
	margin: 0 0 10px 0;
}

#textcontent a	{
	color: #acbbe4;
	text-decoration: none;
}

#textcontent a:hover	{
	color: #acbbe4;
	text-decoration: underline;
}

#imagecontent	{
	float: left;
	width: 490px;
}

#imagecontent img	{
	margin-left: 10px;
}

div.spacerup	{
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom: 3px;
}

div.spacerdown	{
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 2px;
}

#imagecontent ul	{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#imagecontent ul li	{
	display: inline;
	padding: 0 15px 0 10px;
	font-size: 7.5pt;
}

#imagecontent ul li a	{
	color: #666;
	text-decoration: none;
}

#imagecontent li a:hover	{
	color: #fff;
	text-decoration: none;
}

div.listbreak	{
	margin: 0;
	padding: 0;
} 

div.bottombar	{
	height: 6px;
	margin-top: 10px;
}

