/* CSS Document */

body {
background-image: url(http://www.dyslexiatrainer.com/background.png);
background-color:#ffffff;
}

div#content {
width: 900px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 40px;
background-color:#ffffff;
padding-bottom: 40px;
border: 1px solid #DFDFDF;
-webkit-box-shadow: white 0px 1px 3px inset, rgba(0, 0, 0, 0.20) 0px 1px 6px;
-moz-box-shadow: white 0px 1px 3px inset, rgba(0, 0, 0, 0.20) 0px 1px 6px;
box-shadow: white 0px 1px 3px inset, rgba(0, 0, 0, 0.20) 0px 1px 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

BODY {
	color: #1a2c85;
	font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-weight:normal;
	line-height: 1.5em;
}


TABLE, TR, TH {
	color: #1a2c85;
font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-size: 13px;	
	font-weight:normal;
	line-height: 1.5em;
}



A {
	color: #1a2c85;
font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-weight:normal;
	line-height: 1.5em;
	}
	
A:LINK {
	color: #1a2c85;
font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-weight:normal;
	line-height: 1.5em;
	}


A:HOVER {
	color: #1a2c85;
	color: #1a2c85;
	font-weight:normal;
	line-height: 1.5em;
}

A:VISITED {
	color: #1a2c85;
	font-weight:normal;
	line-height: 1.5em;
}





TD {
	color: #1a2c85;
font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-size: 14px;
	
	line-height: 1.5em;
 } 
 


.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
font-family:  'Helvetica', 'Arial', 'Verdana', sans-serif;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #1a2c85;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #1a2c85;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1a2c85;
background-color: #F3F3F3;
}




