body {
	background: #FFFFFF url("img/page-background.png") repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 12px; font-style: normal; 
   	line-height: 13px; 
   	color: Black;
}

th, td {
	padding: 0;
}

a {
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: black;
}

a:hover {
	text-decoration: underline;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

form {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

fieldset {
	padding: 2px 2px 2px 2px;
	margin: 0;
	border-collapse: collapse;
}

div {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

img {
	border-style: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	margin: 0 20px 0 20px;
	font-weight: normal;
}

.Clear {
	clear: both;
}

.UlLink {
	text-decoration: underline;
}

.page {
	background-color: #FFFFFF;
	margin: auto;
}

.header {
	width: 850px;
	background: #FFFFFF url("img/page-header.jpg") no-repeat left 16px;
	text-align: center;
}

.header a:hover {
	text-decoration: none;
}

.toolbarspacer {
	height: 170px;
}

.toolbuttonspacer {
	width: 70%;
}

.main{
}

.leftpane {
	background: #FFFFFF url("img/orange-body.png") repeat left top;
	width: 222px;
	margin-left: 8px;
	margin-top: 10px;
}

.menuheader {
	background: #FFFFFF url("img/orange-header.png") no-repeat left top;
	width: 222px;
	height: 24px;
	text-align: center;
	font-weight: bold;
}

.menuitem {
	background: #FFFFFF url("img/orange-body.png") repeat left top;
	padding-left: 0px;
}

.menufooter {
	background: #FFFFFF url("img/orange-footer.png") no-repeat left bottom;
	background-image: url("img/orange-footer.png");
	width: 222px;
	height: 24px;
}

.bluemenuheader {
	background: #FFFFFF url("img/blue-header.png") no-repeat left top;
	width: 222px;
	height: 24px;
	text-align: center;
	font-weight: bold;
}

.bluemenuitem {
	background: #FFFFFF url("img/blue-body.png") repeat left top;
	padding-left: 0px;
}

.bluemenufooter {
	background: #FFFFFF url("img/blue-footer.png") no-repeat left bottom;
	background-image: url("img/blue-footer.png");
	width: 222px;
	height: 24px;
}

.menuspacer {
	background: #FFFFFF url("img/spacer.gif") no-repeat left top;
	width: 222px;
	height: 10px;
}

.ul1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	padding: 3px 0px 4px 16px;
}

.ul2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul2 li {
	display: inline;
}

.ul2 a {
	display: block;
	padding: 4px 0px 5px 28px;
}

.contentheader {
	background: #FFFFFF url("img/content-header.png") no-repeat left bottom;
	width: 599px;
	margin-left: 10px;
}

.rightpane {
}

.SearchFormField {
	width: 250px;
	height: 14px;
	vertical-align: top;
	margin: 5px 0 0 0;
}

.contentbody {
	background: #FFFFFF url("img/content-background.jpg") repeat left top;
	width: 599px;
	margin-left: 10px;
}

.contentfooter {
	background: #FFFFFF url("img/content-footer.png") no-repeat left top;
	width: 599px;
	margin-left: 10px;
}

.contenttable {
	width: 560px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* sliding doors buttons and input submit buttons */
.btn-blue, 
.btn-blue span {
	float: left;
	background-image: url(img/btn-blue.png);
	background-repeat: no-repeat;
	height: 20px;
}	
.btn-blue {
	background-position: 100% -50px; /* use second part of the image */
	padding-right: 13px; /* space between text and right edge of button */
}
.btn-blue span {
	background-position: top left; /* use the left part of the image */
	padding-left: 15px; /* space between text and left edge of button */
	padding-top: 3px; /* space between top of image and link text */
	color: #FFFFFF; /* text color */
	font-size: 11px;
	cursor: pointer; /* makes sure span looks like it is part of the link w/ hand pointer */
}
.btn-blue:hover {
	text-decoration: none; /* don't underline when hovered over */
}

.btn-orange, 
.btn-orange span {
	float: left;
	background-image: url(img/btn-orange.png);
	background-repeat: no-repeat;
	height: 22px;
}	
.btn-orange {
	background-position: 100% -50px; /* use second part of the image */
	padding-right: 13px; /* space between text and right edge of button */
}
.btn-orange span {
	background-position: top left; /* use the left part of the image */
	padding-left: 15px; /* space between text and left edge of button */
	padding-top: 3px; /* space between top of image and link text */
	color: #FFFFFF; /* text color */
	font-size: 11px;
	cursor: pointer; /* makes sure span looks like it is part of the link w/ hand pointer */
}
.btn-orange:hover {
	text-decoration: none; /* don't underline when hovered over */
}

.ipt-blue {
	position: relative; /* necessary for the input's absolute attribute to work */
	display:-moz-inline-stack; /* forces button to be displayed to the left of the last element */
	display:inline-block; /* forces button to be displayed to the left of the last element */
	zoom:1; /* forces button to be displayed to the left of the last element */
	*display:inline; /* forces button to be displayed to the left of the last element */
	margin-top: 1px; /* lines the button up better with the input field to the left */
}
.ipt-blue span span,
.ipt-blue input {
	font-size: 11px;	
}
.ipt-blue span, 
.ipt-blue span span {
	background-image: url(img/btn-blue.png);
	background-repeat: no-repeat;
	height: 20px; /* height of the background image */
}	
.ipt-blue span{
	float: left; /* keeps the right next to the left, ignoring the input element */
	background-position: 100% -50px; /* use second part of the image */
	padding-right: 15px; /* space between text and right edge of button */
}
.ipt-blue span span {
	background-position: top left; /* use the left part of the image */
	padding-left: 18px; /* space between text and left edge of button */
	padding-right: 0; /* undoes the parent div padding */
	padding-top: 3px; /* space between top of image and link text */
	color: #FFFFFF; /* text color */
}
.ipt-blue input { /* be sure input text matches span's text for widths to work out the same */
	position: absolute; /* overlaps input over divs */
	left: 0px; /* overlaps input over divs */
	filter:alpha(opacity=0); /* make the input button invisible */
    opacity:0; /* make the input button invisible */
    overflow: visible; /* fixes problem with ie adding extra padding around button text */
    padding-left: 14px; /* match padding to divs padding (minus a few pixels) */
    padding-right: 13px; /* match padding to divs padding (minus a few pixels) */
    cursor: pointer; /* make it look like a link */
}

.ipt-orange {
	position: relative; /* necessary for the input's absolute attribute to work */
	display:-moz-inline-stack; /* forces button to be displayed to the left of the last element */
	display:inline-block; /* forces button to be displayed to the left of the last element */
	zoom:1; /* forces button to be displayed to the left of the last element */
	*display:inline; /* forces button to be displayed to the left of the last element */
	margin-top: 1px; /* lines the button up better with the input field to the left */
}
.ipt-orange span span,
.ipt-orange input {
	font-size: 12px;	
}
.ipt-orange span, 
.ipt-orange span span {
	background-image: url(img/btn-orange.png);
	background-repeat: no-repeat;
	height: 22px; /* height of the background image */
}	
.ipt-orange span{
	float: left; /* keeps the right next to the left, ignoring the input element */
	background-position: 100% -50px; /* use second part of the image */
	padding-right: 15px; /* space between text and right edge of button */
}
.ipt-orange span span {
	background-position: top left; /* use the left part of the image */
	padding-left: 18px; /* space between text and left edge of button */
	padding-right: 0; /* undoes the parent div padding */
	padding-top: 3px; /* space between top of image and link text */
	color: #FFFFFF; /* text color */
}
.ipt-orange input { /* be sure input text matches span's text for widths to work out the same */
	position: absolute; /* overlaps input over divs */
	left: 0px; /* overlaps input over divs */
	filter:alpha(opacity=0); /* make the input button invisible */
    opacity:0; /* make the input button invisible */
    overflow: visible; /* fixes problem with ie adding extra padding around button text */
    padding-left: 14px; /* match padding to divs padding (minus a few pixels) */
    padding-right: 13px; /* match padding to divs padding (minus a few pixels) */
    cursor: pointer; /* make it look like a link */
}