/* $Id: index.css,v 2.1 2010/02/10 15:17:32 pwh Exp $ */

.CHS {

	color: blue;
}


.CMS {

	color: #339966;
}


.PAC {

	color: red;
}


.top {

	position: absolute;
	top: 210px;
}


.bottom {

	position: absolute;
	top: -38px;
}


.corner {

	position: absolute;
	z-index: 1;
}


.centered {

	text-align: center;
}


.underlined {

	text-decoration: underline;
}


p,ul,ol,.block {

	margin: 8px 0;
}


.date {

	width: 112px;
}


#main ol, #main ul {

	padding: 0;
}


.indent, #main ol, #main ul {

	margin: 8px 0 8px 32px;
}


.link {

	color: blue;
	text-decoration: underline;
	cursor: pointer;
}


.link:visited {

	color: purple;
}


.link:hover {

	color: red;
}


body {

	background-color: #400000;
	padding: 0;
	margin: 0;
	font-size: 16px;
}


span.firstLetter {

	line-height: 36px;
	font-size: 40px;
	float: left;
}


div.page {

	width: 1000px;
	margin: 0 auto;
}


div.frame {

	background-color: #FFE0E0;
	margin: 20px;
	padding: 2px;
}


div.menuItem {

	height: 37px;
	width: 154px;
}


div.buttonBkgrnd {

	background: url("button.gif");
}


div.pressedBkgrnd {

	background: url("pressed.gif");
}


div.titleBkgrnd {

	background: url("staff.gif");
}


div.button {

	width: 124px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-family: sans-serif;
}


div.pressed {

	font-weight: bold;
	color: #EF182F;
}


div.title {

	margin: 4px auto 0 auto;
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: sans-serif;
}


div.field {

	position: relative;
	padding: 2px 0 0 0;
	background-image: url("background.gif");
	background-repeat: repeat;
}


div.sidebar {

	width: 227px;
	margin: 10px auto;
}


div.errMsg {

	margin: 0 auto;
	color: red;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
}


div.main {

	padding: 0 10px 0 10px;
}


div.nextDiv {

	padding: 10px 0 0 0;
}


td.sidebar {

	width: 249px;
	border: 1px solid black;
}


h1,h2,h3 {

	margin: 10px 0 8px 0;
}


h1 {

	text-align: center;
	font-size: 30px;
	font-family: sans-serif;
	font-weight: bold;
}


h2 {

	text-align: left;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
}


h3 {

	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

