body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	list-style-position: inside;
	list-style-type: square;
}
#header {
	background-color: #A6B8CA;
	color: #003366;
	background-image: url(no_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	/*background-image: url(no_bg.gif);*/
} 
#footer {
	color: #999999;
	font-size: 10px;
}
#menubar {
	width: 200px;
}
.mainhead {
	font-size: 18px;
	/*/*/font-size: 150%; /* */
	font-weight: bold;
	color: #000000;
}
.subnhead1 {
	font-size: 116%;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	height: 8px;
}
#sidebar {
	width: 166px;
	font-size: 84%;
	font-size: 84%;
}
#innerbox {
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 48px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #D2DBE4;
}
a:visited {
	color: #333333;
/*	text-decoration: underline;*/
}
.sideitem {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	vertical-align: top;
	text-align: left;
	line-height: 13px;
	margin: 0;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 2px;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.subnhead2 {
	font-size: 116%;
	font-size: 116%;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	line-height: 150%;
}
.pull-quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	letter-spacing: .1em;
	text-align: left;
}
.collapsePanel 
{
    width: 300px;
    height: 0px;
    background-color: White;
    overflow: hidden;
}
.collapsePanelHeader
{
    width: 300px;
    height: 20px;
    float: left;
    padding: 5px;
    background-color: Blue;
    vertical-align: middle;
}