
BODY {
	text-align: center;
	font: normal normal .9em arial, helvetica, sans serif;
	padding: 0 0 1em 0;
	margin: 0; 
}

DIV { margin: 0; }

TH, TD { vertical-align: top; }

#screen {
	width: 780px;	
	position: relative;
	height: 100% auto;
	min-height: 480px;
	text-align: left;
	background: url(/art/template/logo-and-header.jpg) no-repeat top left;
	margin: auto;
}


#wrapper {
	position: relative;
	left: 0px;
	top: 120px;
	background: url(/art/template/menu/menu-bg.jpg) repeat-y;
	clear: all;
}

#logo { 
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 192px;
	z-index: 100;
}

#content {
	margin-left: 200px;
	padding: 0 10px 50px 10px;
	min-height: 440px;
	background: url(/art/template/bottom-content-bg.jpg) no-repeat bottom right;
	width: 560px;
}

#content H1 {
	font-size: 1.6em;
	color: #080;
	padding-bottom: 15px;
	background: url(/art/template/h1-line.jpg) no-repeat bottom right;
}

#content H2 {
	font-size: 1.1em;
	color: #080;
	margin-top: 1.5em;
}

#content H3 {
	font-size: 1em;
	color: #080;
	margin-top: 1.2em;
}

#content A {
	color: #080;
}

#content A:visited {
 	color: #008;
}
#content A:hover {
	color: #00A;
}

#content A.pdf-link, #content A.pdf-link:visited { 
		background: url(/art/template/adobe-pdf.gif) no-repeat; 
		padding-left: 20px;
		}

#content A.pdf-link:hover {
		background: url(/art/template/adobe-pdf-hover.gif) no-repeat; 
		padding-left: 20px;
		}
		
#content LI.pdf-link {
		list-style: none;
		background: url(/art/template/adobe-pdf.gif) no-repeat;
		padding-left: 20px;
		margin-left: -20px;
	}

#breadcrumbs {
	font: normal normal .8em arial, sans serif;
	margin-bottom: 2.5em;
	width: 500px;
}

#breadcrumbs A, #breadcrumbs A:visited {
	color: #666;
}

#breadcrumbs A:hover {
	color: #00A;
}

#anchor_list {
	list-style-type: square;
	margin-bottom: 2em;
}

#nav_bottom {
	text-align: right;
	border-top: 1px solid #DDD;
	padding-top: 3px;
	font-size: .9em;
	position: absolute;
	bottom: 0;
	width: 550px;
}

#mainmenu {
	width: 189px;
	position: absolute;
	top: 260px;
	left: 19px;
	height: 400px;
	font: normal bold 1.1em arial, helvetica, sans serif;
	line-height: 1.1em;
}

#mainmenu A, #mainmenu A:visited {
	text-decoration: none;
	color: black;
	display: block;
	width: 129px;
	padding: 2px 20px 2px 20px;
	border-top: 1px solid #B2B2D1;
	border-bottom: 1px solid #B2B2D1;
	border-left: 1px solid #B2B2D1;
}

#mainmenu A:hover {
	text-decoration: none;
	color: #008;
	border-top: 1px solid #080;
	border-bottom: 1px solid #080;
	background-color: #EEE;
}

#mainmenu A.inside_section {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #FFF;
}

#mainmenu A.inside_section:hover {
	text-decoration: none;
	color: #008;
	border-top: 1px solid #080;
	border-bottom: 1px solid #080;
	border-left: 1px solid #080;
}


#mainmenu P { margin: 0 0 .5em 0; }

#mainmenu_bottom {
	background: url(/art/template/menu/menu-bottom.jpg) no-repeat bottom left;
	height: 16px;
	font-size: .1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 189px;
	clear: all;
}

.highlight_box {
	width: 189px;
	font: normal normal .8em arial;
	position: relative;
}

.highlight_box H1 {
	height: 25px;
	color: white;
	text-align: right;
	padding-right: 15px;
	background: url(/art/big-highlights/highlights-top.gif) repeat-y top left;
	margin: 0;
	padding-top: 7px;
	font: italic bold 1em arial, helvetica, sans serif;
}

.highlight_box P {
	margin: 0 0 1em 0;
}

.highlight_box .boxcontent {
	background: url(/art/big-highlights/highlights-bg.gif) repeat-y top left;
	padding: 0 1em 1em 1em;
	line-height: 1.2em;
}

.highlight_box .boxcontent UL {
	margin: 15px;
	padding: 0;
}

.highlight_box .boxcontent LI {
	padding-left: 5px;
	padding-bottom: 5px;
}

.highlight_box .boxend {
	background: url(/art/big-highlights/highlights-bottom.gif) repeat-y bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 4px 0;
	text-align: right;
	height: 15px;
	width: 189px;
	font-size: .95em;
	}
	
	
	
	
	
	
	
.small_highlight_box {
	font: normal normal .75em arial, helvetica, sans serif;
	width: 189px;
	height: 46px;
	background: url(/art/small-highlights/small-highlight-box.gif) no-repeat top left;
	line-height: 1.1em;
	padding: 5px 5px 0 0;
	margin-bottom: 3px;
}


.small_highlight_box A, .small_highlight_box A:visited {
	font-weight: bold;
	color: black;
}

.small_highlight_box A:hover {
	color: #080;

}

.small_highlight_box IMG {
	float: left;
	border: 0;
	margin: -4px 16px 0px 5px;
}



@media print {
	
	BODY {
		font-size: 1em;
	}
	
	#mainmenu, #logo, #mainmenu_bottom, #nav_bottom {
		display: none;
		}
		
	#screen {
		background: url(/art/template/print/print-header.jpg) no-repeat top left;
		}
		
	#wrapper {
		top: 80px;
		padding-top: 50px;
		background-image: none;
	}
	
	#content {
		margin: 0;
		width: 98%;
	}

}