/* CSS Reset */
  * { margin:0; }

/*Base Styles*/
body { background-color: #b6b6b6; color: #333333;
 padding: 0;
 margin: 0;
       text-align:center; /* for IE */
}

/*Layout*/
#wrapper { width: 1040px; margin: 0px auto; text-align:left; /* reset text alignment */ }
#container { width:1040px; background:#ffffff url(/images/body_bg.gif) repeat-y top center; }

#header {
  width:980px;
  height:100px;
  background:#ffffff url(/images/header_bg.gif) repeat-x top center;
  margin:0px 0px 0px 30px;
}

#header h1 {
    position: relative;
    display:block;
    float:left;
    width:264px;
    height:100px;
    margin-left:0px;
    background:url(/images/logo.jpg)  no-repeat 0px 0px;
    text-indent:-10000px;
}

#header h1 a {
    display:block;
    width:100%;
    height:100%;
}

#topbar {
  width:980px;
  height:32px;
  background:#ff8210 url(/images/topbar_bg.gif) no-repeat top center;
  margin:0px 0px 0px 30px;
  vertical-align: middle;
}

#middle {
  width:100%;
  height:100%;
  margin:0px;
}

#content {
  width:812px;
  min-height:532px;
  height:auto !important;
  height:532px;
  margin:20px 13px 0px 195px;
  border: 1px solid #c8dae1;
}

.topSeparator
{
	font-size: 13px;
	font-family:tahoma;
    font-weight: bold;
	height:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:2px;
	color: #ffffff;
}

.toplink 	{
    font-size: 13px;
    font-family:tahoma;
    font-weight: bold;
    text-decoration: none;
    vertical-align:middle;
		color: #ffffff;
}
.toplink:Active  {font-size: 13px; color: #cc0066;}
.toplink:Hover  {font-size: 15pt; color: #ffff99;}


#footer {
  width:1020px;
  height:194px;
  background:#eeeeee ;
  margin:95px 0px 0px 10px;
}
/* ---------------------------
     v_menu
     --------------------------
*/

.v_menu
{
	background-color:#ecf2f7;
	width:152px;
	font: 0.85em/1.5em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	float:left;
  border: 1px solid #e1eaf9;
	margin:20px 0px 0px 30px;
	padding:0px;
	min-width: 151px;
}

.v_menu .head .headlink
{
	font-weight:bold;
	color:#ffffff;
	padding: 2px 5px 5px 5px;
	background-color: #738b99;
	border-bottom: 1px solid #e1eaf9;
	border-right: 1px solid #e1eaf9;
	border-top: 1px solid #e1eaf9;

}
.v_menu .head a, .v_menu .head a:visited
{
	color:#ffffff;
	text-decoration:none;
	font: 0.9em Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	font-weight: bold;
}
.v_menu ul li a
{
	font: 0.8em/1.6em Verdana, "Lucida Grande", Tahoma, sans-serif;
	text-align:left;
	text-decoration:none;
}

.v_menu ul { padding-left: 10px;
	margin:8px 0px 10px 0px;}
.v_menu ul li {
  display:block;
	list-style: none;
	border-bottom: 1px solid #e1eaf9;
}
.v_menu ul li a:link, .v_menu ul li a:active, .v_menu ul li a:focus
{ color: #555555; }
.v_menu ul li a:visited {
	padding-right: 15px;
	background: #F2FCE9;
	color: #8FAB48;
}

.v_menu ul li:hover, .v_menu ul li:focus, .v_menu ul li:active {
	background: #D0F6AC url(/images/g_arrow.gif) no-repeat 99% 50%;
	border-bottom: 1px solid #e1eaf9;
}

.v_menu ul li a:hover
{
	color: #333;
	background: #D0F6AC;
}

.v_space 	{
    font-size: 9px;
    font-family:verdana, arial, helvetica;
    text-decoration: none;
    color:#ecf2f7;
}

/* ---------------------------
     v_menu ENDS
     --------------------------
*/













.orangeBig {
			font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 20px;
			color: #ff6600;
			text-decoration: none;
			font-weight: bold;
}

A {font-family: Arial, Helvetica, sans-serif;
				         color: #0000CC;}
A:Active  {color: #CCCC00;}
A:Hover   {color: #CCCC00;}

				
/* t_text is used by instruction, sentences, and story. */
.t_text {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color: #000000;
					font-size: 14px;
}
.t_Blue {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color: #0000ff;
					font-size: 14px;
					font-weight:bold;
}
                
.t_sound { font-family: Verdana, Arial, sans-serif;
           font-size: 22px;
           font-style: italic;
           letter-spacing: 0px;
		   color: #3366CC;
           font-weight: bold;
}
.t_titleSound { font-family: Verdana, Arial, sans-serif;
           font-size: 24px;
           font-style: italic;
           letter-spacing: 0px;
		   color: #ffffff;
           font-weight: bold;
}
.t_r_gold {
			font-family: Verdana, Arial, sans-serif;
            font-size: 12px;
			letter-spacing: 0px;
			color: #C56014;
			text-decoration: none;
			font-weight: bold;
                                }
#topline {
			border-bottom: 1px dotted #666;
			background-color: #ffffef;
			padding: 3px 0px 3px 0px;
			margin: 0px 0px 15px 0px;
}

.footBlue 	{font-size: 11px;
			 font-family:tahoma;
			 text-decoration: none;
			 color: #2FA9DA;}


				

