/* CSS Document */
body {
	background-image:url(bodybg_blue_jw.gif);
	background-repeat:repeat-x;
	background-color:#10141c;
	text-align:center;
	margin: 0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
}

#container{
	position:relative;
	top:0px;
	left:0px;
	width:921px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header{
	width:901px;
	padding: 10px;
	height: 109px;
	background-image:url(header_blue_jw.gif);
}
#headerTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
}
#headerSubtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
#headerBlock1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
}


Head{
  font-family: Arial;
  font-weight: bold;
  font-style:  normal;
  font-size:   28px;
  color:       #FFFFFF;
}

Subhead{
  font-family: Arial;
  font-weight: bold;
  font-style:  normal;
  font-size:   18px;
  color:       #FFFFFF;
}

Links{
  font-family: Arial;
  font-weight: bold;
  font-style:  normal;
  font-size:   14px;
  color:       #000000;
}

p{
  font-family: Arial;
  font-weight: bold;
  font-style:  normal;
  font-size:   12px;
  color:       #000000;
}

#main{
	background:url(mainbg_jw.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	text-align:left;
	padding-bottom:40px;
  padding-left: 1em;
  font-family: Arial;
  font-weight: bold;
  font-style:  normal;
  font-size:   12px;
  color:       #000000;
}

#mainLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#3a4766;
}
#mainLinks A{

}
#mainBlock1{
	display:none;
}
#mainBlock2{
	display:none;
}

#mainBlock3{
	display:none;
}


#footer{
	position:relative;
	top:0px;
	left:0px;
	background:#000000;
	width:921px;
	height:auto;
}
#footerBlock1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:15px;
	text-align:center;
}
#footerBlock2{
	display:none;
}
#footerClear{
	clear:both;
}