/* @override 
	http://ld.scottishunionlearning.com/cms/front/stylesheets/styles.css
*/

/**BASE**/
body{
	font-size:  65%;
	font-family: Arial, Helvetica, Lucida, Tahoma, Verdana;
	color:  #333333;
	line-height: 1.4;
}

/**HEIRARCHY**/

h1{
font-size: 3em;
}

h2{
	font-size: 2.4em;
	color: #1A3D79;
	font-weight: bold;
}

h3{
	font-size: 1.8em;
	color: #1A3D79;
	font-weight: bold;
	margin-top: 10px;
}

p{
	font-size: 1.2em;
	margin-top: 10px;
}

em, strong{
	font-weight: bold;
}

a{
	font-size: 1.2em;
	color:  #666666;
	font-weight: bold;
}

a:hover{
	color:  #333333;
}



/**H1 Replacement**/

h1 a{
	width: 810px;
	height:  140px;
	background: #eeeeee url(images/masthead.jpg) no-repeat;
	display:  block;
}

h1 a span{
	display:  none;
}

ul#sideNavigation li a{
color:  #ffffff	
}


