/* generics */
*{
	font-family: Verdana, Helvetica, arial, sans-serif;
  text-align:left;
	color:#333333;
}
body {
  background:#7fbff9 url('../images/bg.gif') repeat-x bottom left;
}
h1 {
margin:10px 0;
font-size:182%;
}

h2 {
  font-size:182%;
  margin:10px 0;
}
h3{
	font-size:132%;
}
h4 {font-size:122%;}
img{border:0 none;}
strong{font-weight:bold;}
em{font-style:italic;}
ol{	
	list-style-type:decimal; 
	margin-left:15px; 
	background: transparent none none;
	padding:0;
}
ul{
	list-style-type:square;
	margin-left:15px;
	padding:0;
}
li{list-style-position:outside;}
ul li{padding:2px 5px;}
p {margin:10px;}
a {
	color:#ff6600;
  text-decoration:underline;
}
a:hover {color:#ff8e42;}

/* page images */
.attached_page_image {			
	clear:left;
	float:left;
	margin:5px 10px 5px 0;		
}
/* misc */


/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}