/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a img, :link img, :visited img {
	border: none;
}

.clear_floats {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0px;
}

html {
	background: #d1e3f5;
	font-family: arial, sans-serif;
	text-align: center; /*for IE stupidity*/
}

body {
	margin: 100px auto 40px auto;
	width: 780px;
	padding: 0 0 0 0;
}

#container {
	margin: 0;
	padding: 0;
	width: 780px;
	text-align: left;
}

h1 {
text-align: center;
}

h2 {
font-size: 18px;
line-height: 18px;
padding: 0 0 30px 0;
color: #666;
text-align: center;
}

h3 {
font-size: 18px
}

h4 {
font-size: 14px;
}

.toc {
margin: 20px 0 20px 20px;
border: 1px solid #999;
background: #eee;
padding: 14px 14px 14px 16px;
width: 230px;
font-size: 12px;
line-height: 18px;
float: right;
}

p {
	color: #000;
	font-size: 14px;
	margin: 0 0 18px 0;
	line-height: 18px;
}

ol {
	font-size: 10px;
	margin: 0 0 0 16px;
	}

a {
	color: #5d9cc6;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.footnote {
font-size: 9px;
line-height: 9px;
vertical-align: top;
}

.english {
	float: left;
	width: 625px;
	margin: 0 35px;
	padding: 35px 40px 40px 40px;
	background: #fff;
	border-left: 3px solid #5d9cc6;	
	border-right: 3px solid #5d9cc6;
	border-bottom: 3px solid #5d9cc6;	
}

.footer {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 20px 40px 0 40px;
}

.digg {
margin: 4px 0 0 0;
}
