body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F2F6F8;
	font:Arial, Helvetica, sans-serif, Verdana;
	font-size: .85 em;
	color:#3C4E58;
}

.back{
	MARGIN: 2px 2px 10px; background-color:transparent; border:none;
}

.Copyright {font:Arial, Helvetica, sans-serif, Verdana; font-size: .85 em; color:#039;}
.Copyright a {
	color:#039;
	text-decoration:none;
}
.Copyright a:hover{
color:#F00;
}
.contentText1 {FONT-SIZE: 17px; FONT-FAMILY: verdana, arial, sans-serif
}

#nav,#nav ul{
border:1px;
border-bottom:0px;
list-style:none;
margin:0;
padding:0;
width:200px;
}
#nav li{
position:relative;
}

/*#nav li:hover, #nav li.jshover{ /*background-color:#333;}*/ 

#nav a{
border-bottom:1px solid #92A3AD;
color:#039;
display:block;
padding:5px 10px;
text-decoration:none;
text-align:center;
position:relative;
background:url(images/nav.jpg);
}
* html #nav li { float: left; }
* html #nav li a { height: 1%; }
#nav a:hover{
color:#F00;
}
#nav li ul{
position:absolute;
top:-1px;
left:200px;
display:none;
}
#nav li:hover ul,#nav li.jshover ul{
display:block;
}
#nav li:hover li ul, #nav li.jshover li ul{
display:none;
}
#nav li:hover li:hover ul,#nav li.jshover li.jshover ul{
display:block;
}

.ipradoc a {
	color:#039;
	text-decoration:underline;
}
.ipradoc a:hover{
color:#F00;
}

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 974px;
	height: 107px;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 5;
	left: 0;
	width: 974px;
	height: 300px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:35px;
	min-height:35px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 13px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 34px;
	height: 34px;
	background-image: url('images/Sheet-s.png');
}


.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-image: url('images/Sheet-c.png');
}


.art-Sheet
{
	margin-top: -13px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 351px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 351px;
	width: 350px;
	margin: 0;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}


#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}