/* settings */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, a, em, img,
small, strike, strong, sub, sup, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
dt, legend, caption {
    display: none;
}
.clear {
    clear: both;
}
ol, ul {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

hr {
	border-bottom: 1px #dddddd solid;
	margin: 0 2% 1.5em 2%;
}

/* body classes */
body {
	line-height: 1;
    font-size: 62.5%;
    color: #000000;
    background-color: #ffffff;
	font-family: Georgia, Arial, verdana, sans-serif;
}
	body.small {
	    font-size: 50%;
	}
	body.normal {
	    font-size: 62.5%;
	}
	body.large {
	    font-size: 75%;
	}

/* set the width */
#container {
	width: 66em;
	margin: 0 auto;
}

	#header {
		text-align: center;
		padding: 1em 0;
	}
	
		#logo img {
			width: 34.7em;
			height: 7.6em;
		}
	
	#content {
	}
	
		#content h1 {
			font-weight: normal;
			font-size: 220%;
			text-align: center;
			line-height: 150%;
		}
		
		#content h3 {
			font-weight: normal;
			font-size: 150%;
			text-align: center;
			line-height: 150%;			
			margin-bottom: 1.5em;
		}
		
		#content ul {
			list-style-type: disc;
		}
		
		#content p, 
		#content ul {
			padding-bottom: 1.5em;
			color: #555555;
			font-size: 130%;
			line-height: 150%;		
		}
		
		#content strong {
			color: #222222;
		}
		
		.column {
			width: 29.3%;
			float: left;
			padding: 0 2%;
		}
		
			.column img {
				width: 100%;
				border: 1px #dddddd solid;
				height: 12em;
				margin-top: 1em;
			}
		
		#content h2 {
			font-weight: normal;
			font-size: 150%;
			text-align: center;
			line-height: 150%;
			color: #555555;
		}
		
