/* --- GENERAL STYLES--- */
body {
	font-family: Tahoma, Geneva, Arial, san-serif;
	background: #FFFFFF;
}
a:link, a:visited { color: #994F21;
	text-decoration: none; /* 10 June 2005 */
	border-bottom: 1px dotted #994F21; } /* 10 June 2005 */
	
a:hover, a:active
{
	color: #fff;
	background-color: #994F21;
}

blockquote
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #E8CDB9;
	background-color: #FAE3CC;
}

hr
{
	border: 0;
	background-color: #BFBBB7;
	height: 1px;
}

.floatright
{
	float: right;
	width: 180px;
	font-size: 80%;
	text-align: right;
}

.floatright img
{
	border: 1px solid #BFBBB7;
}

/* --- NAV STYLES--- */
#nav
{
	float: right;
	width: 150px;
	padding-left: 20px;
	border-left: 1px solid #BFBBB7;
	font-size: 110%;
}

/* --- MENU STYLES--- */
#menu
{
	padding: 10px;
	border: 1px solid #BFBBB7;
}

/* --- FOOTER STYLES--- */
#footer
{
	border-top: 1px solid #BFBBB7;
	padding-top: 5px;
	text-align: center;
}
img {
	border: 1px solid #333333;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
small {
	font-size: 90%;
}
.date {
	font-size: 90%;
	color: #999999;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
fieldset {
	color: #996633;
}
.toLeft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
}
.toRight {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.noBorder {
	border: none;
}

/* this is for wE instructions only */
.instructions {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.instructionsBlock {
	background: #cecebc;
	padding: 5px;
	border: medium dotted #FF0000;
	width: 445px;
}
.blogCont {
	margin: 0px;
	padding: 0px;
}
