@CHARSET "ISO-8859-1";


* {margin: 0; padding: 0; color: inherit;
	background: transparent;
}

html {
	height: 100%;
}
	

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	background-image: url(images/stripebg.png);
	background-repeat: repeat;
	counter-reset: section;
	height: 100%;
	min-height: 35em;
}
#container {
	width: 80%;
	margin: 0 auto -158px;
	min-height: 100%;
}

#contentBox {
	background: white;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2F2A2B;
	border-bottom-color: #2F2A2B;
	border-left-color: #2F2A2B;
	color: #2F2A2B;
	padding: 0;
	text-align: left;
	position: relative;
}

#contentBox h2 {
	margin: 1em 0.5ex 0;
}

#logoBox {
	background-image: url(images/gradientbg.gif);
	background-repeat: repeat-x;
	height: 381px;
	margin-top: 0;
	text-align: center;
}
#topNav {
	background-color: rgb(54,49,50);
	background-image: url(images/greybar.gif);
	background-repeat: repeat-x;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	border: 0px;
	min-height: 43px;
}

.navigation * {
	background: none;
}

#contents {
    width: 100%;
    height: 95%;
}

#editOrSave {
    width: 100%;
}

.readonly {
    font: 8pt verdana;
    background-color: #f0f0ff;
    border: none;
    padding: 8px;
}

td {
    height: 100%;
    margin	: 1ex;
	padding : 1ex;
	vertical-align: top;
	text-align: left;
}

td.leftCol {
	text-align: left;
	vertical-align: bottom;
}

td.rightCol {
	text-align: right;
	vertical-align: bottom;
}

td * {
	margin: 0 1em;
}

td img {
	margin: auto 0 0;
}

.note {
    padding: 10px;
    border: 1px solid #CCCCCC;
}

h1 {
 	font-size: larger;
    padding: 0 1ex;
    text-align: left;
}

pre {
    font-size: 80%;
    padding: 10px;
    border: 1px solid #EEEEEE;
}

#search {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
}

#search input {
    font-size: 11px;
    margin: 2px;
}

#search-text {
    width: 170px
}

#sidebar {
    border-left: 1px solid #DDDDDD;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 0;
}

#sidebar ul h3 {
    margin-top: 25px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#sidebar li {
    list-style-type: none;
}

#sidebar ul.links li {
    margin-bottom: 5px;
}
.imglink:link {
	border-color: transparent;
	color: white;
}
.imglink:visited {
	border-color: transparent;
	color: white;
}
.imglink:hover {
	text-decoration: underline;
}

.imglink {
	text-decoration: none;
}

.mainCol {
	min-width: 58em;
}

#footerSpacer {
	height: 156px;
}

.footer {
	color: white;
	background-color: transparent;
	width: 80%;
	height: 140px;
	margin: auto;
}

.separator {
	border:1px solid black;
	margin:0 5%;
}

.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 20ex;
	padding: 10ex 8ex;
	position:relative;
	left: 50%;
	border-radius: 50%;
	behavior: url(stylesheets/border-radius.htc);
	
}

.circle span {
	vertical-align:middle;
}

.white {
	background-color: #FFFFFF;
}

h1.numbered:before {
	counter-increment:section;
	content: counter(section) '. ';
}

h2 {
	font-size: medium;
}

h3 {
	font-size: medium;
}

label {
	margin: 0 1ex;
}

table.fullWidth {
	width: 100%;
}

.thirdWidth {
	width: 33%;
}

.minWidth {
	width: 1%;
}

#top {
	position: absolute;
}

.narrative {
	color: black;
	text-align: left;
}

.narrative * {
	padding: 1ex 1ex 0;
}

a {
	padding: 0;
	margin: 0;
}

td img {
	margin: 0 1ex;
}

.dateTag {
	min-width: 14em;
}

p {
	padding: 1ex 1ex 0;
}

.nameBox {
	float: left;
	clear: left;
	width: auto;
	margin: 1em;
}

div.bio {
	border-bottom-width: 5px;
	padding: 1ex 0;
	border-bottom-style: groove;
	border-color: #2F2A2B;
}


ul.toc {
	list-style-type: none;
}

#toc span {
 	font-weight: bold;
}

dl {
	padding: 1em;
	width: 50em;
	margin: 0 auto;
}

dl dt {
	padding: 1ex 0 0 0;
	font-weight: bold;
}

dl dd {
	padding: 0 0 0 3em;
}