/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/backgroundTop.jpg) repeat-x;
}

img, iframe {
	border:0;	
}

.in {
	position: absolute;
	top: -100px;
}

#divContent
{
	width:100%;
	margin:auto;
}
#divLeft
{
	float:left;
	clear:left;
	width:auto;
}
#col1
{
	float:left;
	width:200px;
	margin:15px;
	clear:left;
}
#col2
{
	padding:15px 15px 15px 25px;
	border-right:1px solid #dadada;
	border-left:1px solid #dadada;
	margin-bottom:15px;
	margin-left:240px;
}
#col3
{
	width:236px;
	float:right;
	clear:right;
}
#divBottom
{
	clear:left;
	background:url(../images/backgroundBottom.jpg) repeat-x;
	height:75px;
	vertical-align:middle;
}
#bottomContent
{
	padding-top:30px;
	padding-left:20px;
}
#logoBottom
{
	margin-top:-30px;
	float:right;
}
#w3
{
	margin-left:20px;
	margin-top:-10px;
}
.bottom
{
	float:left;
	margin-right:8px;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
p, li, .bodytext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
p
{
	line-height:1.5;
}
.bodytextLg
{
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
}
h1, h2
{
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#666666;
}
h1
{
	font-size:18px;
	color:#336699;
}
h2
{
	font-size:16px;
	color: #006699;
}
h3
{
	font-weight:bold;
	color:#006699;
	font-size:11px;
}
li
{
	font-weight:bold;
	padding:3px;
	color:#006699;
	font-size:11px;
}
.headertext
{
	font-weight:bold;
	color:#666666;
	font-size:11px;
}
ul 
{ 
	list-style: url(../images/bullet.jpg) disc ;
	padding-left:25px;
}
#profHistory ul, #profHistory ul li
{
	list-style:disc;
	list-style-image:none;
	color:#666666;
	font-weight:normal;
}
a
{
	color:#0066CC;
	
}
a:hover
{
	color:#FF9999;
}
.input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.popupBox 
{
  background-color: #ffffff;
  border: 1px solid #666666;
  border-top:none;
  color: #000000;
  padding: 0px;
  position: absolute;
  display:none;
  z-index:10000;
  /*IE only filter style for shadow*/
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#000000,strength=12);
}

.popupBar 
{
  background-color: #336699;
  background-image:url(../images/tableBackground.jpg);
  color: #ffffff;
  cursor: move;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
  z-index:10001;
  border-top:1px solid #666666;
}

.popupContent 
{
  padding: 0px;
  margin:0px;
  vertical-align:top;
  clear:left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  z-index:10002;
}
.popupClose
{
	height:16px;
	width:16px;
	margin:5px 4px;
	cursor:pointer;
	float:right;
	z-index:10003;
}
.popupTitle
{
	width:250px;
	float:left;
	overflow:visible;
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-top:2px;
	z-index:10004;
}

.print
{
	display:none;
}

@media print
{
body, p, li, .bodytext, h3, .headertext
{
	font-size:11pt;
}
#divLeft #col2
{
	max-width: 1000px;
	clear:none;
	position:absolute;
	left:215px;
	border:none;
}

#col1
{
	clear:none;
	position:absolute;
	top:142px;
	left:0px;
	margin-left:0px;
}
#col2
{
	margin-left:15px;
}
#col3
{
	position:absolute;
	top:850px;
	left:0px;
}
.print
{
	display:inline;
}
.screen
{
	display:none;
}
}