/* @override 
	http://hopscotch.siteiscentral.com/cms/front/stylesheets/styles.css
	http://www.hopscotch.siteiscentral.com/cms/front/stylesheets/styles.css
*/

/**BASE**/

body{
	font-family:  Arial, Lucida, Tahoma, Verdana;
	font-size: 62.5%;
	line-height: 1.2;
	color:  #000000;
}

body.black{
	background: #000000;
}

h1, h2{
	font-size: 3em;
	color:  #666666; 
}

h2 a{
	text-decoration: none;
	font-weight: normal;
}

h2.white{
	color:  #000000;
}

h3{
	font-size: 2.2em;
	font-weight:  bold;
	color:  #666666;
}

p{
	font-size:  1.4em;
}

.text li{
	font-size: 1.2em;
	list-style-type: disc;
	margin-left:  15px;
	margin-bottom:  5px;
}



span{
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

a{
	color:  #000000;
	font-size:  0.9em;
	font-weight:  bold;

}

a:hover{
	color:  #666666;
	
	}

#left ul li a:hover, #left ul li ul li a:hover{
	color:  #666666;
}

#breadcrumbs li a{
	font-weight:  normal;
	text-decoration:  none;
font-size:  1.2em;
}



#header{
	 background:  #ffffff;
}

#left ul li a{
 color:  #666666;
 text-decoration:  none;
 font-weight:  bold;
 font-size:  1.2em;
}

#left ul li a:hover{
	color:  #000000;
	text-decoration: underline;
}


#left ul ul li.current a{
	color:  #666666;
}

