body {
	background: white;
	margin-top: 10px;
	text-align: center;
}

.shadow-top {
	background: url('../images/shadow-top.jpg') no-repeat;
	padding-left: 9px;
}
.shadow-sides {
/*	background: url('../images/shadow.jpg') repeat-y;*/
	padding-left: 9px;
}
.shadow-bottom {
	margin-top: 20px;
	background: url('../images/shadow-bottom.jpg') no-repeat;
	background-position: 0px -18px;
	padding-left: 9px;
	padding-bottom: 7px;
}


.centered {
  clear: left;
  margin-left: auto;
  margin-right: auto;

  text-align: left;

  width: 85%;
  min-width: 767px;
  /* IE Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 903 ? "767px" : "85%" );
}

#white { color: white;   }
#green { color: #00CC00; }
#gray  { color: #C0C0C0; }
.gray { color: #C0C0C0; }

img { border: none; }

.blue-curve {
	background: url('../images/blue-curve.gif') no-repeat;
	background-position: top right;
}
.content h1 {

	font-family: Trebuchet MS;
	font-size: 25px;
	color: black;
	display: block;
}
.note { font-size: 11px; }

.content h2 { font-family: Arial; font-weight: normal; font-size: 19px; color: #3366FF; width: 90%; }
.content h3 { font-size: 16px; }
.content h4 { font-size: 15px; color: #555; font-style: italic; }
.content a { color: #3366FF; }
.content a:hover { text-decoration: none; }
.content {
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 0;
	padding-left: 163px;
	padding-right: 10px;

	text-align: left;
}
.contentarea {
	background: url('../images/layout/watermark.gif') no-repeat;
	background-position: center 30px;
}
.content blockquote {
	margin-top: 0px;
}
.indented { margin-left: 10px; }


.t {background: url('../images/layout/gray-dot.gif') 0 0 repeat-x; }
.b {background: url('../images/layout/gray-dot.gif') 0 100% repeat-x}
.l {background: url('../images/layout/gray-dot.gif') 0 0 repeat-y}
.r {background: url('../images/layout/gray-dot.gif') 100% 0 repeat-y}
.bl {background: url('../images/layout/gray-bl.gif') 0 100% no-repeat}
.br {background: url('../images/layout/gray-br.gif') 100% 100% no-repeat}
.tl {background: url('../images/layout/gray-tl.gif') 0 0 no-repeat}
.tr {background: url('../images/layout/gray-tr.gif') 100% 0 no-repeat; padding:10px}

#errorMsg {
        font-weight: bold;
        color: red;
        }

.errorMsg {
        font-weight: bold;
        color: red;
        }



.sendpage {
	font-family: Tahoma;
	font-size: 11px;

	text-align: right;

	padding-bottom: 5px;
}
.sendpage span {
	margin: 0 8px 10px 0;
	padding-left: 20px;
	padding-bottom: 3px;

	background: url('../images/layout/email.jpg') no-repeat;

	background-position: 0px 2px;
}
.sendpage a:link,
.sendpage a:visited,
.sendpage a:active { color: #3366FF; }
.sendpage a:hover { text-decoration: none; }
