html {
	min-height: 100%;
}
body {
	background-color: #324E73;
	color: #807B62;				/*rgb(85, 87, 83);*/
	color: #324E73;
	font-family: sans-serif;
	font-size: .9em;
	background-image: -moz-linear-gradient(top, #304C72, #879FAA);
	margin: 0px;
}

#body, .body {
	width: 56em;
	margin: auto;
	position: relative;
	background-color: #A6AEB9;
	min-height: 600px;
	min-height: 100%;
	padding: 1em;
}

#picture, #main {
	float: left;
}

#picture {
	width: 200px;
}
#main {
	width: 640px;
	margin-left: 20px;
}

p {
	/* margin: 8px 0 8px 12px; */
}
h1, h2, h3 {
	color: white;
}
h1 {
	font-size: 200%;
	margin-top: 0px;
}
h2 {
	font-size: 160%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color:rgb(152, 143, 94);
	color: #324E73;
	font-weight: bold;
}
a:hover {
	border-bottom: dotted 1px;
}

#resources #main {
	border: 2px solid black;
	height: 30em;
	background-color: rgb(228, 226, 205);
	background-color: white;
	margin-left: 24px;
}

#picture {
	border: black solid 2px;
	overflow: hidden;
	width: 80px;
	height: 240px;
}
#bridge {
	left: -80px;
	position: relative;
}
input.text, textarea {
	width: 240px;
	/* background-color: pink; */
}
input.button {
	width: 80px;
}
label {
	font-weight: bold;
}
.panel {
	display: none;
}
#sendattachment, #dwtevaluation, #contact, #upload {
	display: none;
}

caption {
	font-weight: bold;
	text-align: left;
	/* font-size: 1em; */
	border: solid;
	border-width: 0px 0px 2px 0px;
}

#contactformmessage {
	width: 400px;
	width: 20em;
	height: 200px;
}
#noteslist {
	position: absolute;
	width: 20em;
}
#notesextra {
	position: absolute;
	width: 18em;
	top: 4em;
	left: 20em;
	display: none;
}
#characterspanel table{
	float: left;
	margin: 0em 1em;
	/* border: 1px solid black; */
}
#characterspanel table td {
	line-height: .75em;
	font-size: 1.25em;
}
#characterspanel table td {
	font-weight: bold;
}
#characterspanel table td+td {
	font-weight: normal;
}

.clear {
	display: block;
	clear: both;
}
a[rel="external"] {
	background:transparent url(/styles/external.png) center right no-repeat;
	/* display:inline-block; */
    padding-right:15px;
}
a[rel="pdf"] {
	background:transparent url(/styles/pdf.png) center right no-repeat;
	/* display:inline-block;*/
    padding-right:15px;
}

