/* -------------------------------------------------------------*/
/* ANCHORS / BANNERS / NAVIGATION */
/* -------------------------------------------------------------*/
a {text-decoration: normal; font-weight: normal;}
a:link {color: blue;}
a:visited {color: blue;}
a:hover {text-decoration: normal; color: red;}
a:active {color: blue;}

a.summlink {text-decoration: none;}

a.topmenu {text-decoration: none; font-weight: normal;}
a.topmenu:link {color: #840000;}
a.topmenu:visited {color: #840000;}
a.topmenu:hover {text-decoration: normal; color: red;}
a.topmenu:active {color: #840000;}

table.headmenu {
	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;
	width: 100%; 
	}
	
table.headmenu td {
	text-align: center;
	padding: 5px 0 5px 1px;
	font-family: "bankgothic lt bt", verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #840000;
	}
	
table.headmenu td.menublank {
	width: 70px;
	}
/* -------------------------------------------------------------*/
/* BODY / WRAPPER DIVISION / TEXT FORMATS */
/* -------------------------------------------------------------*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #400000;
	background: white;
	line-height: 130%;
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	text-align: center;
	}
	
div.percent100 {
	clear: both;
	width: 100%;
	/*float: none;*/
	text-align: center;
	}

div#wrapper {
	width: 766px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 100%;
	padding: 0;
	margin-bottom: 0.5em;
	}
	
h2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 0;
	}
	
li {line-height: 180%;}

div.normaldiv {
	clear: both;
	width: 766px;
	float: left;
	text-align: left;
	}
	
p.stronger {
	font-weight: bold;
	}
/* -------------------------------------------------------------*/
/* BANNER HEADINGS / FOOTER */	
/* -------------------------------------------------------------*/
div#headleft {
	width: 400px;
	height: 155px;
	float: left;
	margin-top: 45px;
	margin-bottom: 20px;
	}
	
div#headleft1 {
	height: 105px;
	background: white url(images/banners_etc/ch67_logo.gif) top left no-repeat;	}
	
div#headleft2 {
	width: 400px;
	height: 50px;
	}
	
div#headmid {
	width: 70px;
	height: 200px;
	float: left;
	background: white url(images/banners_etc/brown_knight.jpg) bottom center no-repeat;
	margin-bottom: 20px;
	}
	
div#headright {
	width: 290px;
	height: 200px;
	float: right;
	}
	
div#headright1 {
	width: 290px;
	height: 150px;
	background: white url(images/banners_etc/white_pieces.jpg) top right no-repeat;
	}

div#headright2 {
	width: 290px;
	height: 50px;
	}
	
div#footer {
	float: left;
	width: 760px;
	text-align: center;
	color: #800000;
	font-weight: bold;
	font-size: x-small;
	margin-top: 20px;
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
	padding: 10px;
	}
/*--------------------------------------------*/
 HEADLINES TO OTHER PAGES
/*--------------------------------------------*/
div.summrow1, div.summrow2, div.summrow3{width: 100%; text-align: left;}

div.summrow2 {margin-bottom: 15px;}

div.summrow3 {
	float: left;
	border-top: 1px solid gray;
	/*border-bottom: 1px solid gray;*/
	/*margin-bottom: 20px;*/
	padding: 10px 0 10px 0;
	}
	
div.summleft, div.summright {
	width: 350px;
	text-align: left;
	}

div.summleft {float: left;}
div.summright {float: right;}
	
h4 {
	margin: 1.5em 0 0.2em 0.2em;
	font-size: 110%;
	}

h5 {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #800000;
	font-size: 100%;
	font-weight: bold;
	color: #800000;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
	}

h6 {font-size: 100%;
	font-weight: bold;
	color: #800000;
	margin-bottom: 0;
	margin-top: 0;
	}

	
img.summpic {
	float: right;
	padding-left: 5px;
	}
	
table.linktab {margin-bottom: 20px;}
	
table.linktab td{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999999;
	}
/* ------------------------------------------------------------ */
/* GALLERY */
/* ------------------------------------------------------------ */
table.boxed {
	/*float: none;*/
	width: 740px;	
	color: #800000;
	margin: 20px 0 20px 0;
	border: 1px solid #800000;
	border-collapse: collapse;
	}
	
div.boxed {
	float: none;
	width: 740px;	
	color: #800000;
	margin: 20px 0 20px 0;
	border: 1px solid #800000;
	border-collapse: collapse;
	}

	
table.boxed td {
	padding: 10px;
	text-align: center;
	border: 1px solid #800000;
	border-collapse: collapse;
	}
	
table.problem {
	width: 765px;	
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #400000;
	}
	
table.problem td, table.problem th {
	width: 255px;
	text-align: left;
	border: none;
	padding-right: 15px;
	line-height: 150%;
	vertical-align: top;
	}
	
table.problem th {
	font-weight: bold;
	font-style: italic;
	}

table.gallery {
	width: 756px;
	margin-bottom: 20px;
	background-color: white;
	}
	
table.gallery td {
	width: 186px;
	margin: 3px;
	text-align: center;
	}
	
table.gallery td.gray {
	background-color: #cccccc;
	padding: 1.0em 0 1.0em 0;
	}
	
table.gallery td.initial {
	background-color: white;
	padding: 0;
	text-align: left;
	}

table.gallery td.totlist {
	background-color: #cccccc;
	padding: 0.5em 0 0.5em 0.5em;
	text-align: left;
	}
	
table.individuals {
	width: 740px;
	margin-bottom: 20px;
	}
	
table.individuals caption {
	color: #800000;
	font-size: 120%;
	}
	
table.individuals td {
	text-align: center;
	}
	
table.individuals td.leftie {
	padding: 0 10px 0 20px;
	text-align: left;
	}

img.gallthumbs {
	width: 186px;
	height: 130px;
	border: 0;
	padding: 0;
	}
	
	
/* ------------------------------------------------------------*/
/* POETRY */
/* -------------------------------------------------------------*/
div.limfull, div.limleft1, div.limleft2, div.limright1, div.limright2 {
	text-align: left;
	width: 722px;
	float: left;
	border: 1px solid silver;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	background-color: #ffffcc;
	padding: 20px;
	margin-bottom: 20px;
	}
	
div.limleft1 {
	width: 345px;
	float: left;
	padding: 10px;
	background-color: #ffffcc;
	}	

div.limright1 {
	width: 345px;
	float: right;
	padding: 10px;
	background-color: #ffccff;
	}	
	
div.limleft2 {
	width: 345px;
	float: left;
	padding: 10px;
	background-color: #ffccff;
	}	

div.limright2 {
	width: 345px;
	float: right;
	padding: 10px;
	background-color: #ffffcc;
	}	
	
/* ------------------------------------ */
/* IMAGES */
/* ------------------------------------ */
img.probdiag {
	padding-left: 0;
	border: 0;
	}

/* -------------------------------------------------------------*/
/* FORMS */
/* -------------------------------------------------------------*/
table.formtab {
	border-collapse: collapse;
	border: 0;
	}
	
table.formtab th, table.formtab td {
	padding: 8px;
	border: 0;
	text-align: left;
	}
	
table.formtab td.texttd {
	padding: 0px;
	border: 0;
	text-align: left;
	}
	
table.formtab td.fldlabel {
	width: 600px;
	text-align: left;
	color: #400000;
	}
	
table.formtab td.fldinput {
	width: 100px;
	text-align: left;
	}
	
table.formtab th {
	font-size: x-small;
	text-align: left;
	background: white;
	color: black;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px
	}
	
table.formtab td {
	font-size: small;
	background: white;
	color: black;
	}
	
table.formtab caption {
	color: blue;
	font-size: small;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	}
	
/* -------------------------------------------------------------*/
/* FORMS
/* -------------------------------------------------------------*/
form.formclass {
	width: 740px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
fieldset {
	border: 1px solid #800000;
	width: 700px;
	padding: 10px;
	text-align: left;
	color: ivory;
	}
	
legend {
	font-weight: bold;
	font-size: small;
	color: maroon;
	padding: 0 7px 4px 7px;
	}
	
form.formclass label {
	font-weight: bold;
	font-size: small;
	color: blue;
	line-height: 150%;
	}
	
form.formclass label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
	}
	
form.formclass input {
	border: 1px solid #cc6699;
	background: white;
	padding: 5px;
	}
	
form.formclass textarea {
	border: 1px solid navy;
	background: #d1dce6;
	}
	
form.formclass .buttonarea input {
	border: 1px solid #800000;
	background: #fff0f0;
	padding: 3px 20px 3px 20px;
	margin-top: 15px;
	color: #400000;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
/* --------------------------------------- */
/*	MISC */
/* --------------------------------------- */
div.hr {
	margin-top: 1px;
	height: 1px;
  	background: #400000;
  	border: 1px dashed #400000;
  	}

div.hr hr {
  display: none;
}

div.arrows {
	margin-top: 10px;
	width: 700px;
	text-align: center;
	}
	
img.arrowleft {margin-right: 60px;}
img.arrowright {margin-left: 60px;}

p.leftsitting {text-align: left}