html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background: #e3ccc0 url(../images/bg.gif) repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.ci {
	width: 800px;
	min-height: 100%;
	background: #fff url(../images/cbg.gif) repeat-y;
	margin: 0 auto;
}
* html .ci {
	height: 100%;
}
.ci #topSpace {
	height: 10px;
	background: url(../images/bg.gif) repeat-x;
	overflow: hidden;
}
.ci #header {
	height: 167px;
	background: url(../images/header.jpg) no-repeat;
	overflow: hidden;
}
.ci #header a {
	display: block;
	text-decoration: none;
	width: 322px;
	height: 63px;
	margin: 104px 0 0 237px;
}
.ci #sepOne {
	height: 3px;
	background: #f00;
	overflow: hidden;
}
.ci #sepTwo {
	height: 3px;
	background: #ff0;
	overflow: hidden;
}
.ci #menu {
	display: block;
	width: 200px;
	padding: 27px 0 0 0;
	margin: 0 -200px 0 0;
	list-style: none;
	float: left;
}
.ci #menu li {
	list-style: none;
	display: block;
}
.ci #menu li a:link,
.ci #menu li a:active,
.ci #menu li a:hover,
.ci #menu li a:visited {
	display: block;
	padding: 3px 30px;
	text-decoration: none;
	text-align: right;
	color: #000;
}
.ci #menu li a:hover {
	background: #ccc;
}
.ci #menu li a.selected,
.ci #menu li a.selected:hover {
	font-weight: bold;
	cursor: default;
	background: url(../images/selected.gif) right no-repeat;
}
.ci #content {
	width: 540px;
	margin: 0 0 0 200px;
	padding: 30px;
	text-align: justify;
	overflow: hidden;
}
.ci #content A {
	color: #b38a63;
	text-decoration: underline;
}
.ci #content A:hover {
	color: #dbc0b0;
	text-decoration: none;
}
.ci #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0 0 30px 0;
}
.ci #bottomSpace {
	clear: both;
	height: 34px;
	overflow: hidden;
}
.ciFooter {
	position: relative;
	margin: -34px auto 0 auto;
	padding: 4px 30px 0 230px;
	width: 540px;
	height: 30px;
	background: #e3ccc0 url(../images/footer.gif) top left no-repeat;
	font-size: 10px;
	color: #666;
}


.form {
	margin: 0;
	padding: 0;
}
.form .description {
	padding: 5px 10px 0 0;
	text-align: right;
	vertical-align: top;
}
.form .even {
	background: #eee;
}
.form .odd {
	background: #fff;
}
.form .field {
	padding: 3px 10px 3px 0;
	text-align: right;
	vertical-align: top;
}
.form .errorTD {
	background: #ee9393!important;
}