* {padding:0; margin:0}
@charset "utf-8";
/* CSS Document */


/* macs won't see this! \*/
html, body { 
   height:100%;
   width:100%;
}
/* END mac */

.style1 {
	color: #215D92;
}
.style2 {
	font-size: small;
}
.style3 {
	color: #215D92;
	font-size: small;
}

 
body
{
  width:100%;
  margin:0px;
  background:url(../images/masterBG.gif) top repeat-x;
  background-color:#f8f8f8;   margin: 0;
   padding: 0;
}
#homeBody
{
width:100%;background-color:#c0c0c0;margin:0; background:url(../images/homeBodyBG.jpg) ;
 }
#divbody
{
  float:left; width:100%; height:auto; text-align:center; 
}
#divContainer
{
   width:1024px;height:768px; margin:auto;background-color:transparent; 
}


#leftcolumn {float:left; width:221px; text-align:left;}

.dropdown {display:block; position:relative}
.dropdown dt {width:221px;height:26px;margin-bottom:2px; vertical-align:middle;  font-weight:bold; cursor:pointer; background:url(../images/header.gif) no-repeat top;

 }
 .dropdown dt span{
 font-family:Arial; font-size:13px; 
 padding-left:28px;
 padding-top:5px;
 text-align:left;
 color:#002e56;
 display:block;
  vertical-align:middle; }
.dropdown dt:hover,.dropdown .selected {background:url(../images/header_over.gif)  no-repeat top;}
.dropdown dt a
{
   text-decoration:none;
   width:221px;height:100%;
   white-space:normal; vertical-align:middle; 
}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:221px;height:22px; margin-top:28px; opacity:0 ;vertical-align:middle;}
.dropdown dd span{

 font-family:Arial; font-size:11px; 
 margin-left:48px;
 padding-top:3px;
 text-align:left;
 display:block;
 vertical-align:middle;
 }
.dropdown ul {width:221px; list-style:none;}
.dropdown li {display:inline; vertical-align:middle;}
.dropdown dd a,.dropdown dd a:active,.dropdown dd a:visited {vertical-align:middle; display:block;margin-bottom:2px; text-decoration:none;background:url(../images/submenu.gif) no-repeat top right;height:22px;  width:221px; color:#1c73bf;}
.dropdown dd .submenu2 a ,.dropdown dd .submenu2 a:active ,.dropdown dd .submenu2 a:visited {vertical-align:middle;display:block;margin-bottom:2px; text-decoration:none;background:url(../images/submenu2.gif) no-repeat top right;height:46px;  width:221px; color:#1c73bf;}
.dropdown dd .submenu2 span
{
  padding-top:8px; width:120px;
}
.dropdown dd a:hover {  color:#000000; }
.dropdown dd #subselected a,.dropdown dd #subselected a:active,.dropdown dd #subselected a:visited { color:#000000;}
.dropdown dd a:hover,.dropdown dd .submenu2  a:hover {  color:#000000; }
#masterBodyNavigator
{
background:url(../images/masterBodyBGTop.gif) repeat-x bottom;
float:left; position:relative; width:100%;  height:18px; color:#5aa6ca; text-align:left; 
}
#masterBodyNavigator span
{
margin-bottom:7px; font-family:"Times New Roman"; font-size:14px; font-weight:bold; top:-5px; position:absolute;
}
#masterBodyNavigator a
{
  text-decoration:none;color:#5aa6ca;  
}
#masterBodyNavigator a:hover
{
  color:#80cbef;
}
#textContainer
{
float:left; position:relative ; width: 100%; margin-top:23px; 
font-family:Arial; font-size:13px; text-align:justify ;font-weight:bold ; color:#0d274e;
}
#textContainer strong
{  
  font-size:14px;
  color:#5aa6ca;
  text-decoration:none;
}
#textContainer a
{  
  color:#0d274e;
  text-decoration:underline;
}
#textContainer a:hover
{  
   color:#516685;
}
#textContainer .tinylink
{  
 
}
#textContainer ul
{
 margin-left:15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 625px;
height: auto;
position: relative;
padding:1px 0px 1px 1px;
text-align:justify ;
}


/* general page style ends here */


.fixedwidth em , .fixedwidth .bluetext
{
 color:#1c73bf;
}




/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */

height: 250px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 644px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px 0px 15px 15px;
}

#footer
{
float:left;width:1024px; height:auto;font-family:'Times New Roman'; color:#215d92;font-size:12px; margin:0px 0px 50px 150px; vertical-align:bottom;
}
#accept
{
  font-size:20px;
  margin-top:50px;
}
#accept a
{
   margin-left:130px;
   text-decoration:none;
    color:#1c73bf;
}