/* CSS Document */

Body {
	
	width: 1024;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	font-family: Times, serif;
	font-size: 10pt;
	
	
	
}

.heading {
	letter-spacing: 4px;
	font-size: 11pt;
	font-family: Andale Mondo, Arial, sans-serif;
}

.textHeading {
	letter-spacing: 4px;
	font-size: 9pt;
	text-align: center;
	
}

.useText {
	letter-spacing: 2px;
	font-size: 11pt;
	text-align: left;
	
}

.dropDownText {
	letter-spacing: 1px;
	font-size: 10pt;
	text-align: left;
	line-height: 140%;
	
}

.homeLink {
	letter-spacing: 4px;
	font-size: 9pt;

	
}

.textDesc {
	letter-spacing: 1px;
	font-size: 10pt;
	text-align: left;
	
}

.listLink {
	margin-left:16px;
}

.heading{
 letter-spacing: 5pt;
 color: #000000;


}

.nav{
	letter-spacing: 2.6pt;
	font-size: 12px;
}


.foot, a.foot{
	letter-spacing: 3px;
	font-size: 10px;
	font-family: Andale Mono, Arial, sans-serif;


}

#introText{
	font-size: 11pt;
		
}

.introLgText{
letter-spacing: 17px;
	/*font-size: 70px;*/
	margin: 15px;
	font-family: Andale Mono, Arial, sans-serif;


}

.introSmText{
letter-spacing: 5px;
	/*font-size: 70px;*/
	margin: 15px;
	font-family: Andale Mono, Arial, sans-serif;


}



	
A:link    {

	color: #006faf;
	text-decoration: dotted;
	
	/*border-bottom: 1px solid #CF643F;*/
	
	}


	
A:visited { 
		color: #006faf; 
		font-style: normal;
		line-height: normal;
		text-decoration: underline;
}

A:hover {
	
	background-color: #dbdbdb;
	
	color: #3399cc;

}


A:active {
	
	color: #3399cc;
	
	text-decoration: none;
	background-color: transparent;
	border-color: #9999cc;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	
	
}





a:link.nav{
	font-family: Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #15A5F8;
	
	text-decoration: none;
	background-color: transparent;
	margin: 2px;
	border-color: #15A5F8;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	
}

a:visited.nav{
	font-family: Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #BDE2F8;
	
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	margin: 2px;

}

a:active.nav{
	font-family: Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #99ccff;	
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 2px;

}

a:hover.nav{
	font-family: Times, serif;
	font-size: 12px;
	font-weight: 500;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	color: #006699;

	margin: 2px;
}



a:link.nav2{
	font-family: Times, serif;
	font-size: 11px;
	color: #3399cc;
	
	text-decoration: none;
	background-color: transparent;
	margin: 2px;
	border-color: #9999cc;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;

}

a:visited.nav2{
	font-family: Times, serif;
	font-size: 11px;
	color: #3399cc;
	
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 2px;

}

a:active.nav2{
	font-family: Times, serif;
	font-size: 11px;
	color: #3399ff;
	
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 2px;

}

a:hover.nav2{
	font-family: Times, serif;
	font-size: 11px;
	background-color: transparent;
	
	color: #3399cc;

	margin: 2px;
}

.noImageUnderline{
	
	text-decoration: none;
	border: none;
	


}

.btnP, .btnN{
	border:1px solid #000000;
	background: #ffffff;
	color: #3399cc;
}

.tableBackground{
	background-color: #ffffff;
	
}

.orangeOutline{

	border-left: 1px solid #CF643F;
	border-right: 0px;
	border-top: 0px;
	border-bottom: -px;
}

.imageBackground{
	background-color: #ffffff;

}

.image{
position: absolute;
left: 10%;
top: 0px;
width: 900px;
z-index: 100;
/*background-color: #000000;*/
color: #ffffff;

}

.closeB, a.closeB{
/*background-color: #000000;*/
/*color: #000000;*/
/*font-size: 24px;*/
margin-top: 3px;
border-bottom: 2px solid #15A5F8;


}

a:hover .closeB{
color: #000000;
border-bottom: 3px solid #000000;
}


.popup{
width: 900px;
height: 550px;

}


.textBox{
	border:2px solid #CF643F;

}

.greyBox {
	background-image: url(/images/overlay.gif);
	background-color: white;
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;

}

.blueBackground {
	margin: 5px;


}

