@charset "utf-8";
/* CSS Document */


body
{
	margin:0px;
	padding:0px;
	color:#660044;
}

.header
{
	text-align:center;
}

.menubar
{
	color:#FFF;
	background:#71489d url(/images/bar.gif) top left repeat-x;
	text-align:center;
	border: 1px solid #FFF;
	margin-bottom:10px;
	padding:5px;
	font-weight:bold;
	width:785px;
	margin-left:auto;
	margin-right:auto;
}

.floatRight
{
	float:right;
	vertical-align:text-top;
	margin-right:20px;
}

.floatLeft
{
	float:left;
}

.content
{
	width:785px;
	margin-left:auto;
	margin-right:auto;
}

.contentLeft
{
	width:400px;
	font-size:11pt;
}

.contentRight
{
	width:350px;
	margin-left:auto;
	font-size:11pt;
}

ul.strong
{
	font-weight:bold;
	margin-left:0px;
	
}

span.MenuItem
{
	width:100px;
	margin-left:8px;
	margin-right:8px;
	font-size:14pt;
	white-space:nowrap;
}

.footer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.footerItem
{
	border:0px;
	border-left:1px solid #71489d;
	border-right:1px solid #71489d;
	margin:0px;
	width:200px;
	padding-left:20px;
	padding-right:20px;
}

.footerBar
{
	text-align:center;
}

h1, h2, h3, h4
{
	color:#330033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.fullWide
{
	width:100%;
}

table
{
	width:100%;
}

.menubar a
{
	color:#FFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#NoDisplayList
{
	display:none;
}