@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}

#outerWrapper{
	width: 1000px;
	height:800px;
	margin: auto;
	position:relative;
	
}

#contentBlock{
	float: left;
	width: 960px;
	height: 552px;
	padding: 20px;
	clear:both;
	position:relative;
	
	}

#headerBlock{
	position:relative;
	}
	
#headerBlock h1{
	display:block;
	height: 100px;
	width: 420px;
	background-image: url(images/titleHead.png);
	background-repeat: no-repeat;	
	text-indent: -5000px;
	overflow:hidden;
	}

#footer .legal{
	width: 140px;
	height: 40px;
	padding: 10px 30px 10px 30px;
	margin-right: 200px;
	float: right;
	background-image: url(images/legalTag.gif);
	background-repeat: no-repeat;
	font: Helvetica, sans-serif;
	font-size:10px;
	}

#noticeText{
	width:632px;
	text-align:center;
	font: Helvetica, sans-serif;
	font-size:18px;
	margin-bottom: 50px;
	margin-top: 50px;
	}

#linkWrapper{
	text-align:center;
	}

#linkWrapper a{
	display:block;
	width:211px;
	height: 175px;
	padding: 0 50px 0 50px;
	float:left;
	}

a.pdfLink{
	margin-left:10px;
	background-image: url(images/optionsSprite.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	}
a.pdfLink.print{
    background-position: 0px -5px;
	}
a.pdfLink.print:hover{
	background-position: 0px -185px;
	}
a.pdfLink.print:active{background-position: 0px -365px;}

a.pdfLink.web{
	background-position: 0px -545px;
	}
a.pdfLink.web:hover{
	background-position: 0px -725px;
	}
a.pdfLink.web:active{background-position: 0px -905px;}

a.archiveLink{
	background-image: url(images/optionsSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -1085px;
	text-indent: -5000px;
	overflow:hidden;
	}
a.archiveLink:hover{background-position: 0px -1265px;}
a.archiveLink:active{background-position: 0px -1445px;}