* {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}

body {
	background-color: white;
	font-family: Verdana, sans-serif;
	color: #333;
}

p, h2, h3, h4, h5, ul {
	margin-bottom: .6em;
}
li {
	margin-bottom: .2em;
}
.follow {
	margin-bottom: 0;
}
h2 {
	padding: 5px 0;
	font-size: 170%;
	color: #7c4314;
}
/*
h2 span {
	font-size: 150%;
	padding: 5px 20px 10px 20px;
	background-color: #8c510d;
	color: white;
}
*/
h3 {
	font-size: 140%;
	color: #7c4314;
}
h4 {
	font-size: 120%;
	color: #7c4314;
}
h5 {
	font-size: 110%;
	color: #7c4314;
}
h2, h3, h4, h5 {
	page-break-after: avoid;
}

ul, ol {
	margin-left: 2em;
}

img {
	page-break-inside: avoid;
}

/* default <a> settings */
a:link, a:visited {
	color: #333;
	text-decoration: none;
}

table {
	width: 99%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: .2em .4em .3em .4em;
}
th, td.break {
	padding: .5em 0 .6em 0;
	text-align: center;
	font-weight: bold;
}
td.t, td.b, td.l, td.r {
	border: 1px dotted #3953a4;
}
td.t {
	border-top-style: solid;
	border-top-width: 2px;
}
td.b {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
td.l {
	border-left-style: solid;
	border-left-width: 2px;
}
td.r {
	border-right-style: solid;
	border-right-width: 2px;
}

table.t2 {
	width: auto;
	border: 1px solid #999;
	margin-bottom: .5em;
}
.t2 td {
	text-align: center;
}
.t2 td.l2 {
	text-align: left;
}

div#header {
	display: none;
/*
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
*/
}
div#header-p {
	height: 102px;
}

img#badge-p {
	float: left;
	padding-right: 20px;
}
img#maintitle-p {
	padding-top: 33px;
}

div#sidebar {
	display: none;
}

div#content {
	width: auto;
}

#content .section, #content .section-p, .dates {
	margin-top: 0.5em;
	width: 99%;
}
#content .section-p {
	overflow: auto;
}

div#footer {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #7599cf;
	padding-top: 10px;
	font-size: 80%;
}

ul.nostyle, ul.deptlist {
	list-style: none;
}
ul.nostyle {
	margin-left: 0;
}
.nostyle li {
	margin-bottom: 0;
}

ul.deptlist {
	margin-top: 2px;
	font-style: italic;
}

img.photo {
	display: block;
	border: 1px solid #333;
}
a img.photo {
	border-color: #333;
}

.fl, .fr, .pl, .pc, .pr {
	margin-bottom: .7em;
}
.fl, .lcol {
	float: left;
	margin-right: 9px;
}
.fr {
	float: right;
	margin-left: 9px;
}
.pc {
	margin-left: auto;
	margin-right: auto;
}
.pr {
	margin-right: 0;
	margin-left: auto;
}

.lcol {
	width: 50%;
}
.invis {
	display: none;
}

.caption {
	margin-top: 2px;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}

.skip {
	display: none;
}

fieldset ul {
	list-style: none;
	margin-left: 0;
}

fieldset dl {
	clear: left;
}

fieldset dt {
	clear: left;
	float: left;
	width: 25%;
	white-space: nowrap;
}
fieldset dt, fieldset dd, fieldset li {
	margin-bottom: 2px;
}
fieldset li.extratop {
	margin-top: 25px;
}

.finput {
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	width: 30%;
}
.wider {
	width: 50%;
}
.button, .mbutton, .sbutton {
	margin: 2px 0;
	padding: 3px;
	text-align: center;
	border: solid #999;
	border-width: 0 1px 1px 0;
	background-color: #eee;
}
.mbutton {
	width: 30%;
}
.sbutton {
	width: 15%;
}

optgroup {
	margin-bottom: 0.5em;
	color: #999;
	font-style: normal;
}
optgroup option {
	color: black;
}
option.grey {
	color: #999;
}
