/* base
----------------------------------------------- */

body {
        margin:0;
	padding:0;
        background-color: #fff; 
	font-family: "hoefler text", "book antiqua", palatino, times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: right;
	}

#container {
	width: 830px;
	\width: 850px;
	w\idth: 830px;
	border: 0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}

#banner {
	padding: 5px 65px 5px 5px;
	margin-bottom: 5px;
	background-color: #fff;
	}


#content {
	padding: 5px;
	background-color: #fff;
	}

#content p {
	padding: 22px 60px 5px 5px;
	margin-top: 5px;
	background-color: #fff;
	}

p {	
	padding: 0px;
	}




.title {
       font-weight:bold; 
       font-size: 0.857em;
       text-transform: uppercase;
       letter-spacing: 0.05em;
       line-height: 18px;
       padding-top: 1px;
       }


.caps {
       font-size: 12px;
       letter-spacing: 1px;
       }

a { text-decoration: none; color: #000; }	
a:hover { text-decoration: none; color: rgb(119,105,85); }
a:active { text-decoration: none; color: rgb(119,105,85); }

a.highlight { text-decoration: none; color: rgb(119,105,85); }	
a.highlight:hover { text-decoration: none; color: rgb(119,105,85);	}
a.highlight:active { text-decoration: none; color: rgb(119,105,85); }

img {
	border:0;
	}
#banner img { float:left;}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

}

/* accessibility
----------------------------------------------- */

#accessibility
{
position: absolute;
top: -10000px;
}