/* CSS Document */
body {
	font-size:62.5%; /* Resets 1em to 10px */
	margin:0 3px;
	background-color:white;
}
/* Fonts
////////////////////////////////////////////////////// */
h1 {
	font-family:Georgia, Serif;
	font-size:5.5em;
	line-height:1em;
	color:#555;
	padding:0 0 0.1em 0;
	margin:0 0 0.1em 0;
	text-align:center;
}
h2 {
	font-family:Georgia, Serif;
	font-size:3.5em;
	line-height:1em;
	color:#555;
	padding:0 0 0.1em 0;
	margin:0 0 0.1em 0;
	text-align:center;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1em;
	color:#378CB5;
}
a, a:active, a:visited {
	color:#378CB5;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#home-speechbubble a, 
#home-speechbubble a:active, 
#home-speechbubble a:visited {
	color:#378CB5;
	text-decoration:none;
}
#home-speechbubble a:hover {
	text-decoration:none;
}


hr {
	height:5px;
	background-color:#378CB5;
	color:#378CB5;
	border:none;
}
.rightalign {
	text-align:right;
}
.centeralign {
	text-align:center;
}
/* Layers
////////////////////////////////////////////////////// */
div#home-container {
	width:500px;
	height:400px;
	margin:100px auto;
	padding:0;
	font-size:13px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
div#home-holder {
	position:relative;
}
div#home-speechbubble {
	position:absolute;
	left:90px;
	top:50px;
	width:270px;
	height:170px;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
}
