/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-weight: bold;
	}

p {
	text-align: center;
	}

ul {
	margin: 2px;
}

hr.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100px;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 0px;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, caption, cite {
	text-decoration: none;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



body {
	margin: 0;
	padding: 0; 
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
	
#header {
	position: relative;
	padding: 16px;
	margin: 0 auto;
	height: 90px;
	width: 100%;
	background-color: #73a0c5;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 1em;
}

#header_main {
	position: relative;
	font-size: 4em;
	margin-top: 20px;
}
#header_extras {
	position: absolute;
	right: 36px;
	top: 24px;
	width: 100px;
	text-align: right;
	font-size: 1em;
	line-height: 1.2em;
	z-index: 10;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 0px 110px;
	width: 550px;
	}
	
.widecolumn {
	}

	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 2px 0 0;
	}
h3 {
	padding: 0;
	margin: 20px 0 0;
	}
p img {
	padding: 0;
	max-width: 100%;
}
