/* CSS Document */


/* BODY ----------------------------------------- */
HTML{
  
    height:100%;
	  background-color:#FFFFFF;
}  

BODY{
  overflow:auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  line-height:18px;
  background-color:#FFFFFF;
  color:#333333;
  width:100%;
  height:100%;

  margin:0px;
  padding:0px;

}
 
 


a{
color:#333333;
text-decoration:underline;
}

a:hover{
color:#1D338B;
text-decoration:none;
}


/* CONTENT CONTAINER ----------------------------------------- */
DIV#container{
	padding:0px;
	margin:0px auto;
	height: 100%;
	width:100%;

}



/* HEADER ----------------------------------------- */

DIV#header{
margin:0px auto;
padding-left:17px;
padding-left:expression('0px');
width:750px;
}

DIV#headerImage{
margin:0px auto;
width:750px;
}  


#headerImage p{
text-align:left;
font-size:9px;
line-height:12px;
padding:10px 10px 0px 200px;
margin:0px;
color:#FFFFFF;
}
#headerImage img{
padding-left:193px;
padding-left:expression('170px');
}
#headerImage a{
color:#FFFFFF;
text-decoration:underline;
}



DIV#holder{
margin:0px auto;
padding-left:17px;
padding-left:expression('0px');
width:740px;
}

DIV#leftHolder{
display:none;
}



/* NAVIGATION ----------------------------------------- */
DIV#navigation{
display:none;

}







/* LOGIN ----------------------------------------- */

DIV#login{
display:none;
} 


/* IMAGE/FLASH AREA ----------------------------------------- */
DIV#rightHolder{
width:100%;
}

DIV#imageSpace{
display:none;
}

DIV#subHolder{
width:100%
}


/* CONTENT ----------------------------------------- */






	 /* TEXT ----------------------------------------- */
	 
	 DIV#text{
		padding:15px 100px 0px 200px;
		margin:0px;


	 }
	 
	 
	  #text p{
	 	text-align:justify;
		line-height:19px;
		padding:0px;
	 }
	 
	 #text h1{
		 color:#1D338B;
		 font-size:16px;
		 margin:15px 0px 10px 0px;
	 }
	 
	 DIV#textHeader{
		 color:#1D338B;
		 font-size:16px;
		 padding:13px 0px 7px 0px;
		font-weight:bold;

	 }
	 
	 #text h2{
	 	color:#666666;
		font-size:14px;
		margin:15px 0px 5px 0px;
	 }
	 
	 
	 
	 /* SUBNAV ----------------------------------------- */ 
 	DIV.subNav{
	display:none;
		
	}
 


 
/* FOOTER ----------------------------------------- */
DIV#footer{
margin:0px;
padding:0px;
height:30px;
width:100%;
background-color:#FFFFFF;
}


#footer DIV#footerText{
color:#000000;
font-size:9px;
}

#footerText p#left{
border-top:1px dotted #999999;
margin:10px 0px 0px 215px;
}

#footerText p#right{
display:none;

}

DIV#footerText a{
color:#000000;
}

#headerImage a{
color:#000000;
text-decoration:underline;
}



/* CLEAR ----------------------------------------- */
DIV.clear{
display:none;
}

div#map{
width: 340px; 
height: 300px;
margin:15px;
background-color:#CCCCCC;
}
