/* new layout divs */

 {
	min-height: 1px;
}

#container {
	width: 1000px; 
        margin: 0 auto;
	margin-top: 10px;
	margin-right:  auto;
}

#topdiv {
	width: 985px;
	top: 0px;
	left: 0px;
	height: 100px;
	padding-left: 15px;
	background-color: #8B6969;
}
#contentarea {
	width: 1000px;
}
#leftdiv {
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 100%;
	padding-left: 15px;
	/*height: 100%; not in Guild CSS*/
	background-color: #8B3A3A;
	font-size: medium;
	z-index: 10;
	border: 2px red;
}
#centerdiv {
	float: left;
	width: 550px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF8DC;
	text-align: justify;
	font-weight: normal;
	color: #330000;
	font-family: arial; helvetica; sans-serif;
	font-size: medium;
	line-height: 1;
}
#rightdiv {
	width: 15%;
	float: right;
	height: 100%; /*not in Guild CSS*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 100%;	
	padding-left: 15px;
	background-color: #CDB79E;
	color: #5E2612;
	font-weight: bold;
	font-family: arial; helvetica; sans-serif;
	line-height: 1;
	z-index: 10;
}
#copyright {
	position: relative; 
	clear: both;
	width: 100%;
	text-align: right;
	z-index: 0;
	background-color: #FFF8DC;
}
#valid {
	position: relative;
	float: right;
	clear: both;
	top: 0px;
	margin: 2px;
	padding: 2px;
}
#siteimage {
	position: relative;
	float: right;
	top: 0px;
	margin: 2px;
	padding: 2px;
}
#leftsubnav {
	position: relative;
	top: 5px;
	padding-left: 20px;
}
#rightsubnav {
	position: relative;
	padding-left: 20px;
	line-height: 1.5;
}
/*old layout divs
#topdiv {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	padding-left: 15px;
	background-color: #8B6969;
}
#leftdiv {
	position: absolute;
	float: left;
	top: 100px;
	left: 0px;
	width: 20%;	
	height: 100%;
	padding-left: 15px;
	background-color: #8B3A3A;
	font-size: medium;
}
#rightdiv {
	position: absolute;
	float: right;
	top: 100px;
	right: -15px;
	width: 15%;
	height: 100%;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #CDB79E;
	color: #5E2612;
	font-weight: bold;
	font-family: arial; helvetica; sans-serif;
	line-height: 1;
}
#centerdiv {
	position: absolute;
	top: 100px;
	left: 21%;
	right: 17%;
	height: 100%;
	background-color: #FFF8DC;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-weight: normal;
	color: #330000;
	font-family: arial; helvetica; sans-serif;
	font-size: medium;
	line-height: 1;
}
#copyright {
	position: absolute; 
	right: 10px;
	background-color: #FFF8DC;
}
#siteimage {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 2px;
	padding: 2px;
}
#leftsubnav {
	position: relative;
	top: 5px;
	padding-left: 20px;
	line-height: 5px;
}
*/

/*classes*/
.leftnav {
	font-size: 10pt;
	font-family: arial, helvetica; sans-serif;
	color: #FFF8DC;
}
.headertext1 {	
	font-family: arial; helvetica; sans-serif;
	font-size: 24pt;
	color: #FFF8DC;
}
.headertext2 {
	font-size: 12pt;
	font-family: arial; helvetica; sans-serif;
	color: #FFF8DC;
	text-indent: 2%;
	line-height: 2px;
}
a.leftnavlink {
	color: #FFF8DC;
	text-decoration: none;
	font-family: arial; helvetica; sans-serif;
	line-height: 2;
}
a.centerlink {
	color: #8B3A3A;
	text-decoration: underline;	
}
a.centerlink:visited {
	color: #8B2252;
	text-decoration: underline;
}
a.centerlinkhidden {
	color: #330000;
	text-decoration: none;
}
a.rightlink {
	color: #5E2612;
	text-decoration: none;
	line-height: 1.5;
	font-size: small;
	font-weight: normal;
}
a.rightlink:visited {
	color: #8B4726;
	text-decoration: none;
}
ul.list {
	list-style-type: none;
	line-height: 1;
}
