body
{
	margin: 0;
	min-width: 600px;
}
div.banner
{
	background: url(images/logo.jpg) no-repeat;
	height: 173px;
}
div.mainmenu
{
	background: url(images/banner.jpg) repeat-x;
	height: 42px;
	padding-left: 20px;
	padding-top: 21px;
	white-space: nowrap;
}
span.menuseparator
{
	color: #eeeeee;
	font-size: 12pt;
	font-weight: bold;
}
a.menuitem
{
	color: #ffffff;
	font-size: 1.4em;
	padding: 10px;
	text-decoration: none;
}

a.menuitem:hover
{
	text-decoration: underline;
}

a.menuitem_current
{
	color: #dddddd;
	font-size: 1.4em;
	padding: 10px;
	text-decoration: none;
}

a.menuitem_current:hover
{
	cursor: default;
}

div.leftbar
{
	float: left;
	height: 201%;
	margin-right: 15px;
}

div.leftsubmenu
{
	background-color: lightyellow;
	border-bottom: 1px inset #999999;
	border-right: 1px inset #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 143px;
}

.leftitem
{
	color: #444444;
	font-size: 15px;
	padding-left: 10px;
	text-decoration: none;
	white-space: nowrap;
}

a.leftitem:hover
{
	color: #000000;
	text-decoration: underline;
}

hr.separator
{
	color: #dddddd;
	padding: 0;
	width: 90%;
}

.leftitemheader
{
	border-bottom: 1px solid #999999;
	font-weight: bold;
	padding-bottom: 2px;
}

/*
div.intro
{
	font-style: italic;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 750px;
}
*/

div.roundbox
{
	background-color: #CEEAF9;
	width: 625px;
}

div.rbtop div
{
	background: url(images/top-left-blue.bmp) no-repeat top left;
}

div.rbtop
{
	background: url(images/top-right-blue.bmp) no-repeat top right;
}

div.rbbottom div
{
	background: url(images/bottom-left-blue.bmp) no-repeat bottom left;
}

div.rbbottom
{
	background: url(images/bottom-right-blue.bmp) no-repeat bottom right;
}

.rbtop div, .rbtop, .rbbottom div, .rbbottom
{
	font-size: 1px;
	height: 11px;
}
div.contentContainer
{
	margin-bottom: 20px;
	margin-left: 160px;
	margin-right: 50px;
}
div.roundcontent
{
	background-color: #CEEAF9;
	font-size: 13pt;
	padding-left: 10px;
	padding-right: 10px;
}
div.p1
{
}
span.dropcap
{
	font-size: 1.5em;
}
span.subhead1
{
	color: #333333;
	font-size: 2em;
}
img.shaded
{
	opacity: .7;
}
img.shaded:hover
{
	opacity: 1;
}
div.footer
{
	color: #999999;
	font-size: 8pt;
	text-align: center;
}
