/* BODY */

body {
	background: url(background.jpg) no-repeat top center;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", arial, sans-serif;
	margin: 0px auto 0px auto;
	padding: 10px;
	min-width: 650px;
	max-width: 1000px;
}

/* HEADER */

.header {
	height: 110px;
}
.headerLink {
	display: block;
	height: 100%;
}

/* PANELS */

.top, .bottom {
	font-size: smaller;
}
.top {
	height: auto !important; /* IE7 & Firefox */
	height: 25px; /* IE6 */
	min-height: 25px;
}
.top .pad {
	background-color: #660066;
	color: #FFFFFF;
	height: auto !important; /* IE7 & Firefox */
	height: 25px; /* IE6 */
	min-height: 25px;
	padding: 2px 5px 2px 5px;
}
.middle {
	background: url(trans.png);
	background-color: transparent !important; /* IE7 & Firefox */
	background-color: #FFFFFF; /* IE6 */
	border-left: 5px solid #660066;
	border-right: 5px solid #660066;
	padding: 5px;
}
.middle .pad {
	width: 100%;
}
.bottom {
	background-color: #660066;
	color: #FFFFFF;
}
.bottom .pad {
	padding: 2px 5px 2px 5px;
}
.top a, .bottom a {
	color: #FFFFFF;
	white-space: nowrap;
}

/* LEFT PANEL */

.leftPanel {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
}
.leftPanel .top {
	padding-right: 25px;
	background: url(lb_corner.png) no-repeat top right;
	text-align: left;
}
.leftPanel .middle {
	font-size: smaller;
}
.leftPanel .bottom {
	margin-bottom: 10px;
	text-align: left;
}
.leftPanel ul {
	list-style-image: url(double_right_arrow.png);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.leftPanel li {
	margin: 5px 5px 5px 10px;
	padding: 0px;
}

/* RIGHT PANEL */

.outerRightPanel {
	margin: 0px 0px 0px 230px !important; /* IE7 & Firefox */
	margin: 0px 0px 0px 227px; /* IE6 */
	padding: 0px;
}
.innerRightPanel {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.innerRightPanel .top {
	padding-left: 25px;
	background: url(rb_corner.png) no-repeat top left;
	text-align: right;
}
.innerRightPanel .bottom {
	text-align: right;
}

/* CONTENT SIDES */

.column {
	float: right;
	width: 200px;
}

/* OTHER */

.clearBoth {
	clear: both;
}
.clearRight {
	clear: right;
}
.breadcrumbs {
	font-size: smaller;
}
.copyright {
	font-size: smaller;
	text-align: center;
	margin-top: 5px;
}
.hidden {
	display: none;
}
.message, .warning {
	margin: 5px;
	padding: 5px;
}
.message {
	border: 1px solid #999966;
	background-color: #FFFF99;
}
.warning {
	border: 1px solid #996666;
	background-color: #FF9999;
}
.pagetype {
	border: 1px solid #660066;
	padding: 5px;
}
.pagetype input {
	margin-left: 0px;
}