.blueHeaderContent
{
	color: #ffffff;
    font-size: 16px;
	padding: 10px;
	background-image: url(../../images/background/inspiringBlue.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}


.level1
{
	color: #004080;
	background-image:  url(../../images/background/bg1.png);
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Gill Sans MT;
	height:22px;
}

.subhoverstyle
{
	font-weight: bold;
	color: White;
	background-image:  url(../../images/background/bg2.png);
}
.hoverstyle
{
	font-weight: bold;
	color: White;
	background-image:  url(../../images/background/bg2.png);
}

.level2
{
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	background-image:  url(../../images/background/bg1.png);
	text-align: left;
	color: #004080;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Gill Sans MT;
	z-index: 1;

}

.OLRegClass 
{
	list-style-type:disc;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 0px 16px;
	list-style-position: outside;
	text-align:left;
}
	
.OLRegClass li a 
{
	font-weight: normal;
	font-size: 11px;
	list-style-image:  url(../../images/arrow.jpg);
	list-style-position: outside;
	vertical-align:top;
	text-align:right;
	line-height:20px;
	text-decoration:none;
	color:Brown;
}
	
.OLRegClass li a:hover 
{
	text-decoration:underline;
	color:Black;
}

