html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
html {
	background: #ffffff;
	font: .81em/150%  Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	height: 100%;
	margin: 0 auto;
	max-width: 1064px;
	position: relative;
}
body {
	font: 16px/150% Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	outline: none;
}

a:link { padding: 5px;}
a:visited { color:#7e7eff; }
a:hover {
	text-decoration: underline;
}
.section {
	margin: 0 0 30px 0 
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p img {
	float:left;
	margin: 0 20px 0 0;
	clear: both;
}
.caption-h {
	width: 300px;
	margin: 5px 15px 0 0;
	font-size: 12px;
	color: #222;
	text-align: center;
}
.caption-s {
	width: 150px;
	margin: 5px 15px 0 0;
	font-size: 12px;
	color: #222;
	text-align: center; 
}
.image-right-s {
	background-color: #ddd;
	width: 150px;
	height: auto;
	margin: 5px 15px 10px 0;
	float: right;
}
.caption-v {
	width: 200px;
	margin: 5px 15px 0 0;
	font-size:12px;
	color: #222;
	text-align: center;
}
.image-left-h {
	background-color: #ddd;
	width: 300px;
	height: auto;
	margin: 5px 15px 10px 0;
	float: left;
}
.image-left-v {
	background-color: #ddd;
	width: 200px;
	height: auto;
	margin: 3px 15px 10px 0;
	float: left;
}
.image-right-h {
	background-color: #ddd;
	width: 300px;
	height: auto;
	margin: 5px 0 10px 10px;
	float: right;
}
.image-right-v {
	background-color: #ddd;
	width: 200px;
	height: auto;
	margin: 3px 0 10px 10px;
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
#pagewrap {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 110px;
}
#site-logo {
	position: absolute;
	top: 0px;
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #444;
	text-decoration: none;
}
#site-logo a {
	color: #444;
	outline: none;
	text-decoration: none;
}
#site-logo a:link {
	padding: 5px 5px 5px 0;
}
#site-logo a:visited {
	color:#444;
}

#site-description {
	font: normal 100%/130% "Times New Roman", Times, serif;
	color: #666;
	position: absolute;
	top: 5px;
	right: 10px;
}
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 120px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #6a6a6a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: -o-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: linear-gradient(180deg, #b9b9b9, #6a6a6a);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#7f7f7f));
	background: -moz-linear-gradient(top,  #4a4a4a,  #7f7f7f);
	background: linear-gradient(180deg, #4a4a4a, #7f7f7f);
}

.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 10px;
	padding: 0;
	font: bold 22px/120% Arial, Helvetica, sans-serif;
	color: #333;
}

 .left-image {
	margin-left: 0;
	margin-right: auto;
}
.left { float: left; }
.right { float: right; }
.text-align-left{ text-align: left; }

.note { margin: 60px 0; }

.footnotes {
	font-size: 85%;
	padding-left: 1em;
	text-indent: -1.5em;
	color: #444;
}
table { 
width: 99%;
margin: 0 auto 20px; 
border:1px solid #ccc; 
border-spacing:0; 
border-collapse:collapse; 
}
	th {
	background-color:#D5EBF9;
	white-space: nowrap;
}
	th, td { 
	border:1px solid #ccc; 
	vertical-align: top;
	text-align: center;
	padding:10px
}
.back-top {
padding: 5px;
margin-right: 10px;
float: right;
}

.back-to-index {
	position: relative;
	left: 0;
	top:0;
}
.next {
	position: relative;
	left: 90%;
	top:20px;
 }
footer {
	clear: both;
	color: #ccc;
	padding-top: 15px;
}
footer a {
	color: #aaa;
}
#bottom-nav {
overflow:hidden;
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #6a6a6a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: -o-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: linear-gradient(180deg, #b9b9b9, #6a6a6a);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#bottom-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	position: relative;
}
#bottom-nav li:first-child {
	margin-left: 30px;
}
#bottom-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#bottom-nav a:hover {
	color: #fff;
	background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#7f7f7f));
	background: -moz-linear-gradient(top,  #4a4a4a,  #7f7f7f);
	background: -o-linear-gradient(top, #4a4a4a, #7f7f7f);
	background: linear-gradient(180deg, #4a4a4a, #7f7f7f);
}