body {
	margin:10px 0 0 0;
	padding:0;
	background-color: #786B63;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
}

p { margin:0; padding:5px 0 5px 0; display:block;}
/* ul { display:block; list-style-type:none; margin:0; padding:0;} */
a { text-decoration: none; color:#176182;}
a:hover { text-decoration: none; color:#26083A;}

img { border:none; }

#container {
	width:920px;
	padding: 0;
	margin:0 auto 10px auto;
	font-size: .9em;
	background-color: #ffffff;
}
#masthead {
	height:120px;
	background: url(../graphics/cwlogo.jpg) no-repeat;
	background-color: #786B63;
	padding-bottom: 16px;

}

#masthead a {
	padding-right: 10px;
	font-size: .9em;
	font-weight: bold;
	color: #F1E7DD;
	}	

#masthead a:hover {
	color: #ffffff;
	}	

#topmenu {
	background-color: #000022;
	position:relative; top:100px; left:0; 
	margin-right: 3px;
	padding: 1px 0px 1px 8px;
	float: right;
}

#contentfull {
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #444444;
	text-align: justify;
	line-height: 1.5em; 
	font-size: 1em;
	background-color: #786B63;
}

#lftcolumn {
	position:relative; top:0; left:0; 
	clear:left;
	float:left; 
	margin: 0px 10px 0px 0px;
	width:180px;
	line-height: 1.3em; 
	font-size: .8em;
	text-align: left;
	border:2px solid #27221C;
	background-color: #AB9185; /* #73574B; */
	}

#lftcolumn img {
	margin: 6px auto 3px 10px;
	float: none;
	}

#lftcolumn a {
	text-decoration: none;
	color: #000000;
	}
#lftcolumn a:visited {
	color: #152E1A;
	}
#lftcolumn a:hover {
	text-decoration: none;
	color: #FFC1A6;
	}
#lftcolumn a:active {
	text-decoration: none;
	color: #ff00ff;
	}

#lftcolumn p {
	display: block;
	margin: 0;
	padding: 3px 0px 3px 10px;
	}


h1 {
	font-size: 1.4em;
	}


.tesblock {
	border: 1px solid #000066;
	padding: 0em 1em 0em 1em; /* t r b l */
	margin: .5em 1em .5em 1em; /* t r b l */
	}

p.tesby {
        text-align: right;
        padding-top: 0em;
	padding-bottom: 0em; 
        margin-top: -10px;
	font-weight: bold;
        font-style: normal;
        font-size: .9em;
        }

#contentoffset {
	color:#333333;
	float:left;
	width:685px;
	margin: 0 0 0 0px;
	padding: 10px 15px 16px 20px;
	background-color: #ffffff;
	border:1px solid #27221C;
	}
#contentoffset a {
	text-decoration: underline;
	}


/* marginreset is used to force dump of accummulated margin */
/* <div class="marginreset"></div> */
.marginreset {
	margin: 0;
	height: 0;
	padding: 0;
	width: 100%;	/* this is the magic element to fix the h1 clump */
	clear: left;	/* magic elment to fix the fullwrapper not showing background at bottom of index */
}

a.point {
	padding-right: 22px;
	background: transparent url(../graphics/arrowdn.gif) no-repeat center right;
}
a:hover.point {
	padding-right: 22px;
	background: transparent url(../graphics/arrowup.gif) no-repeat center right;
}

.box1 {
        padding: 10px 10px 10px 10px; /* trbl */
        margin: 10px 10px 10px 10px; /* trbl */
        float: right;
        color:#000000;
        background-color:#ffeedd;
        width:300px;
        border: 3px solid #000044;
        }

.picncap {
        margin: 5px;
        border: 1px solid #777777;
        padding: 1px;
        font-size: .9em;
        text-align: center;
	line-height: 1em;
        }
.picncap a {
        text-decoration: none;
        }
.picncap p {
        padding: 0;
        margin: 0;
        }

.floatright {
        float: right;
        margin: 6px 5px 0px 8px;
}
.floatright img {
        padding: 0;
        margin: 0;
        }
.floatright p {
        padding: 0;
        margin: 0;
        }

.floatleft {
        float: left;
        margin: 6px 8px 0px 5px;
}
.floatleft img {
        padding: 0;
        margin: 0;
        }
.floatleft p {
        padding: 0;
        margin: 0;
        }

.centerme {
	overflow: auto;
	display: block;
	text-align: center;
	}

