/* CSS Document */
body, p , ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: left;
  color:grey;
}
.p {
	line-height:12px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.smallType {
	
	font-size:small;
	}

#centerOnScreen{
margin: auto;
    width: 900px;
    padding: 10px;
    background-color:white;
}

.clearBoth {

  clear: both;
}
}

#msgCtr{
        float:right;	

        top: 10px; 
	width:600px; 
	
	z-index: 1; 
	padding: 6px;

	
	
}
#faqBox {
	
	float:left;
	top: 10px; 
	width: 225px; 
	height: 100%; 
	z-index: 2; 
	background-color:#FFFFCC; 
	padding: 6px;
	text-align: left;

}

.redHead {
  color: red;
}

