
* { font-family : "Verdana", "Times New Roman", "Times", serif; font-size : 11px; color : #0D2B88;}
html, body
{ overflow : auto; width : 100%;}
a
{ text-decoration : none; }
a:hover
{ color : #0D2B88;}
img
{ border : 0px; margin : 0px;}
body
{
margin                 : 0px;
background-color       : #0D2B88;
}

h1,.head
{
  font-size:16px;
  font-weight: bolder;
  
}
#outer
{
  position    : absolute;
  left        : 50%;
  margin-left : -451px;
  width       : 902px;
  border      : 0px black solid;
  overflow    : hidden;
  top         : 50px;
 

}


#welcomediv
{
  width:650px;
  height:50px;
  border-bottom:2px solid #484848;
  margin-top:37px;
  position:absolute;
  right:40px;
}
#header
{ position : absolute; top : 0px; left : 0px; height : 100px; width : 100%; background-color : #FFFFFF;}
#main
{ background-color: #ffffff; position : relative; width : 903px; top : 100px; overflow : hidden;  margin-bottom:100px;  }
#content
{ height:auto !important; min-height:470px; height:470px;}

#container,#disabler
{position: absolute;width: 783px;height: 686px; background-color  : white;margin-left: -390px;left: 50%;}
#status
{z-index:10000;position:absolute;top:30%;left:50%;margin-left:-150px;background-color:white;padding:10px;border:1px solid red;width:300px;}
.title
{ font-family : "Verdana", "Arial", Sans-serif; font-size : 18px; margin-bottom : 10px;}
.intro
{ margin-top : 10px; font-weight : bold;}
.body
{ line-height : 150%;}

/******************************************************************************
/* Status messages                                                                       *
 ******************************************************************************/
#disabler
{ z-index           : 9999;
  position          : absolute;
  width             : 100%;
  height            : 100%;
  border            : 0px;
  background-color  : black;
  opacity           : .4;
  filter            : alpha(opacity=40);
}

#status
{
  z-index:10000;
  position:absolute;
  top:30%;
  left:50%;
  margin-left:-150px;
  background-color:white;
  padding:10px;
  border:1px solid red;
  width:300px;
}

.fakeBtn
{
  position:absolute;
  border:2px outset silver;
  padding:2px 6px;
  cursor:default;
}

#iFrame
{	
  position:absolute; 
  overflow-y : auto;
	top:0px; bottom:0px; 
	width:535px; 
	padding:0px; 
	height: expression(( document.body.offsetHeight - 220 ) + 'px' );
}

