body {
    background: #CECB9C;/*#CCCBAB; Desaturate by 8*/ 
    color: #333300;
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 12px;
    padding: 0px;
    text-align: center;
    /*text-align: -moz-center; Mozilla centering */
}

a {
    color: #92000E;
    font-weight: normal;
}

#message {
	font-size: 14px;	
}

a:visited {
    color: #92000E;
}

a:hover {
    background-color: transparent;
    color: #D00014 !important; 
    text-decoration: underline;
}

a img { 
	border: 0;
}

hr {
	color: #656646;
	height: 1px;
}

ul {
	margin-top: 6px;
	margin-bottom: 6px;
    /*list-style: url(../images/aquadot.jpg) disc outside;*/
    vertical-align: top;
    line-height: 1.5;
}

form, table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    /*border: 1px solid black;*/
}

th, td, pre, code {
	font-size: 11px;
    padding: 0px;
    border-collapse: collapse;
    /*border: 1px solid black;*/
    vertical-align: top;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
    color: #000;
}

form input.focus, form textarea.focus {
    border-color: #cc0099;
    color: #000;
}

input.error {
    border-color: red;
    background-color: #ffd;
}

form select {
    padding-left: 0px;
    /*background-color: #D5D6AE;*/
    color: #333300;
}

h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

br {
	clear: left;
}

table#main {
	background-color: #D5D6AE;
	text-align: left;
	margin-right: auto; /* For centering the table in browsers other than IE */
	margin-left: auto; /* For centering the table in browsers other than IE */
}

td#header {
	padding: 6px;
}

td#headerCell {
	background: #CECB9C;
}

span#headerText {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

div#logo {
	position: relative;
	z-index: 102;
}

div#headerBorder {
	position: absolute;
	top: 79px;
	z-index: 101;
}

td#sectionHeader {
	font-size: 14px;
	font-style: italic;
}

div#contextImage {
	position: absolute;
	top: 99px;
	z-index: 100;
	background-color: #B8B789;
	width: 770px;
	height: 166px;
}

td#contentBody {
	position: relative;
	z-index: 200;
}

td#contentBodyMain {
	padding: 15px; /* was 18px; but home page images were too wide */
	padding-bottom: 24px;
}

td#contentBodyHeader {
	padding: 18px;
	padding-right: 3px;
	padding-bottom: 0px;
}

div#contentEditLinkWrapper {
	float: right;
	right: 30px;
	position: relative;
	/*text-align: right;
	width: 100%;*/
}

div#contentEditLink {
	position: absolute;
}	

td#note {
	color: #FFFFCC;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 12px;
	padding-bottom: 12px;
}

td#footer {
	font-size: 10px;
	padding: 8px 12px 8px 12px;
	background-color: #B8B789;
}

.label {
	vertical-align: center;
	padding: 2px 6px;
}

div#formError {
	color: red;
	padding: 2px 6px 18px 6px;
}