body {
	background-color: #d2c8b4;
	margin-top: 2%;
	font-size: 16px;
	color: #4b4b4b;
}

#paper {
	background: url(paper_bg3.jpg) bottom right repeat-x white;
	width: 96%;
	max-width: 1152px;
	margin: 0 auto;
	border-right: #7e6d4c 3px solid;
	border-bottom: #7e6d4c 3px solid;
	padding: 0;
	overflow: hidden;
}

#top_of_paper {
	background: url(paper_bg2.jpg) repeat-x;
	padding: 5%;
	overflow: hidden;
}

#myName {
	font-size: 125%;
	font-weight: 800;
	margin: 0;
}

#header {
	font-family: "Book Antiqua","Georgia","Times",serif;
	clear: both;
	font-size: 110%;
	overflow: hidden;
}

#validators {
	margin: 8px auto 5px auto;
	width: 340px;
	font-family: "Verdana","Tahoma","Helvetica",sans-serif;
	font-size: 60%;
	text-align: center;
	overflow: hidden;
}

#validators img, #validators a {
	border: none;
	text-decoration: none;
}

#paper a:link {
	color: #963;
	text-decoration: underline;
}

#paper a:visited {
	color: #4b4b4b;
}

#paper a:hover {
	color: white !important;;
	background: #963;
	text-decoration: none;
}

.columns {
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
}

.col2_left {
	float: left;
	width: 50%;
}

.col2_right {
	float: right;
	width: 50%;
}

.col3_left {
	float: left;
	width: 30%;
}

.col3_center {
	float: left;
	width: 45%;
	text-align: center;
}

.col3_right {
	float: right;
	width: 25%;
	text-align: right;
}

.col2_left, .col2_right, .col3_right, .col3_center, .col3_left {
	margin-bottom: 15px;
	clear: none;
}

#header .col2_right { text-align: right; }

.section {
	margin: 15px 0 0 15px;
	font-family: "Trebuchet MS","Stone Sans","Geneva","Tahoma",sans-serif;
	clear: both;
	display: block;
	position: relative;
}

.section_title {
	margin: 0 0 5px -15px;
	font-family: "Verdana","Tahoma","Helvetica",sans-serif;
	font-size: 133%;
	font-weight: 800;
	font-variant: small-caps;
	color: #AAAAAA;
	clear: both;
	display: block;
}

.section p {
	margin: 0 0 5px 0;
}

.section h3 {
	font-weight: 600;
	font-style: italic;
	margin: 0;
}

.section h4 {
	font-weight: 600;
	margin: 0;
}

.columns h4 {
	white-space: nowrap;
}

.duties {
	clear: both;
}

.section ul {
	margin: .25em 0 1em 0;
	padding: 0 0 0 1em;
}

.section ul ul {
	margin-top: 0;
	margin-bottom: .25em;
	padding-left: 1em;
}

.section ul li {
	list-style: none;
	margin: .25em 0 0 .333em;
	text-indent: -.667em;
}

.section ul ul li {
	margin-top: 0;
}

.section li:before {
	display: inline-block;
	font-size: 150%;
	width: .45em;
	line-height: 0;
	color: #963;
	vertical-align: baseline;
}

.section ul > li:before {
	content: "\25a0";
}

.section ul ul > li:before {
	content: "+";
	margin-top: -.1em;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
	#header .columns div {
		float: none;
		width: auto;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	#paper { width: 100%; }
	.section, .section_title { margin-left: 0 }
}

@media screen and (max-width: 767px) {
	.col3_right, .col3_center, .col3_left {
		float: none;
		width: auto;
		text-align: left;
	}
}

@media print {
	body {margin-top: 0px}
	#paper {width: 100%; border: none}
	#top_of_paper {padding: 0; width: 100%}
	#header {font-size: 100%}
	#validators, .noprint {display: none;}
	#top_of_paper a:link, #top_of_paper a:visited {text-decoration: none; border: none;}
}