/* New Stylesheet */

@media screen {

DIV.main-nav-layer {
	position:absolute; width:272px; height:233px; z-index:4; visibility: hidden;
}

A.quicklink, A.quicklink:visited {
	height: 36px; 
	margin-left: 170px; 
	padding-left: 15px;
	margin-top: -5px;
	background: url(/ow/art/nav/ql-off.gif) no-repeat;
}
A.quicklink:hover {
	background: url(/ow/art/nav/ql-on.gif) no-repeat;
}


/* Section Navigation */
#section-nav {
	font: normal bold .8em tahoma;
	padding-top: 8px;
	padding-left: 27px;
	background: url(/ow/art/nav/bg-yellow-line.jpg) no-repeat;
	width: 177px;
	height: 244px;
}

#section-nav A, #section-nav A:visited {
	background: url("/ow/art/nav/yellow-bullet.gif") no-repeat;
	margin-top: -5px;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	text-align: left;
	width: 140px;
	color: #666666;

}

#section-nav A:hover {
	background: url("/ow/art/nav/yellow-bullet-on.gif") no-repeat;
	text-decoration: underline;
	color: #0000FF;
}


#section-nav-main {
	font: normal bold .8em;
	padding-top: 20px;
	padding-left: 40px;
	background: url(/ow/art/nav/bg-yellow.jpg) no-repeat;
	height: 244px;
	line-height: 0.1em;
}

#section-nav-main A, #section-nav-main A:visited {
	font: normal bold .8em tahoma;
	padding-left: 20px;
	background: url(/ow/art/nav/yellow-bullet.gif) no-repeat;
	width: 140px;
	display: block;
	text-align: left;
	color: #666;
	margin-bottom: 10px;
	text-decoration: none;
}

#section-nav-main A:hover {
	background: url("/ow/art/nav/yellow-bullet-on.gif") no-repeat;
	text-decoration: underline;
	color: #0000FF;

}


/* Main Content Styles */

#content {
	font-size: .9em;
	line-height: 1.4em;
	border-bottom: 3px double #6699CC;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
}
#content H1 {
	font-size: medium;
	color: #003366;
}
#content H2 {
	font: normal bold 1.1em;
	color: #003366;
}
#content H3 {
	font: normal bold 1.0em;
	color: #003366;
}

#content H5 {
	font: normal bold 1.0em;
	color: #003366;
	margin-bottom: 0px;
}
#content H6 {
	font: normal normal .85em Geneva, Arial, Helvetica, san-serif; 
	line-height: normal; 
	color: #666666;
}

#content table {
	border: 2px solid #AAAAAA;
}
#content th {
	background-color: #E2E9C9;
	font-weight: bold;
}
#content .highlight-box {
	border: 1px solid #3A82B7;
	background-color: #E2E9C9;
}
#content A, #content A:visited {
	
	color: #000099;
	text-decoration: underline;
}

#content A:hover {
	color: #996600;
	text-decoration: none;
}
	
	
#bottomnav { 
	text-align: center;
	width: 100%;
}

#bottomnav A, #bottomnav A:visited { 
	padding-left: 15px;
}

/* Main Navigation Bullets */
#mnb A, #mnb A:visited {
	/* 
	background: url('/ow/art/nav/main-blue-bullets.gif') no-repeat;
	padding-left: 50px;
	*/
	font-weight: bold;
	color: #369;
	text-decoration: none;
}
#mnb A:hover {
	color: #336699;
	text-decoration: underline;
}

#list_arrow LI {
	list-style-image: url(/art/bullets/blue-arrow-right.gif);
}

A.regis, A:visited.regis {
	background:url(/ow/art/register.gif) no-repeat;
	height: 19px;
	width: 73px;
	display: block;
	float: right;
}

A:hover.regis{
	background:url(/ow/art/register-on.gif) no-repeat;
}


.gotop { text-align: right; font-size: 0.8em; }



p.captions {
	font-weight: bold;
	text-align: left;
	color: #066;
}
p.inner {
	margin: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid #CCC;
	border-top: 3px solid #AAA;
	border-bottom: 3px solid #AAA;
	padding: 5px 5px 5px 5px
}
.popupwindow {
	position: absolute;
	font-size: .85em;
	top: -150px;
	left: -150px;
	width: 150px;
	border: 2px solid #000088;
	background: #eee;
	color: #000;
	padding: 5px;
}
}

@media print {
BODY {
	font: normal normal .8em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background-color: #FFF;
}


#section-nav, #bottomnav, #hideDate  { display: none; }

}








