/* CSS Document */
body {
	background-image: url(../global_images/bg_greydots.gif);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
FORM { margin:0px; padding:0px; }
img { border:none 0px;}
h1 {
	margin-bottom: 0;
	padding-bottom: 0; 
}
.HomeHead {
	font-size: 16px;
	color: #FFFFFF;
}
.HomeRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0; 
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0; 
}
.Copyright {
	font-size: 14px;
	color: #EEEEEE;
}
.AboutUs {
	font-size: 12px;
}
.bottomlinks
{
    padding-top:1em;
    background-color:#999999;
    text-align:center;
    font-size:13px;
}
.bottomlinks A
{
    font-weight:bold;
    color:White;
}
.maincontentarea
{
    background-color: white; width: 626px; border-right: solid 6px #666666;
}

.audioReadAlong {
	width: 270px; 
	height: 78px;
	background-image:url(../images/ReadAlong_off.gif);
	cursor:pointer;
}

.audioReadAlong:hover {
	background-image:url(../images/ReadAlong_on.gif);
}

.GrayRoundBoxT {
background:url(../images/greyside_top.gif) bottom left repeat-x;
vertical-align:top;
height:26px;
padding:1px 0 0 4px;
}

.GrayRoundBoxTL {
background:url(../images/bl-box-white-topgray.gif) bottom left no-repeat;
vertical-align:top;
height:26px;
width:21px;
padding:0;
}

.GrayRoundBoxTR {
background:url(../images/br-box-white-topgray.gif) bottom right no-repeat;
vertical-align:top;
height:26px;
width:21px;
padding:0;
}

.GrayRoundBoxML {
background:url(../images/greyside_l.gif) bottom left repeat-y;
vertical-align:top;
width:21px;
padding:0;
}

.GrayRoundBoxMR {
background:url(../images/greyside_r.gif) bottom right repeat-y;
vertical-align:top;
width:21px;
padding:0;
}

.GrayRoundBoxB {
background:url(../images/greyside_bottom.gif) top left repeat-x;
vertical-align:top;
height:26px;
padding:0;
}

.GrayRoundBoxBL {
background:url(../images/bl-box-white-gray.gif) top left no-repeat;
vertical-align:top;
width:21px;
height:26px;
padding:0;
}

.GrayRoundBoxBR {
background:url(../images/br-box-white-gray.gif) top right no-repeat;
vertical-align:top;
width:21px;
height:26px;
padding:0;
}
/* PAGES FAQs START */
h2#FAQ {
	color: #cecece;
	width: 780px;
	margin: 0px auto;
	font-size: 14px;
	font-weight:bold;
}
.faqitem {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	border-bottom: 1px solid #a7a7a7;
	font-size: 12px;
	width: 780px;
	margin: 0px auto;
}
.faqitem .question {
	color: #fff;
	padding-bottom: 5px;
}
.faqitem .answer {
	color: #b1b1b1;
}
/* PAGES FAQs END */

