body {
	width: 100%;
	min-width: 722px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size:100%;
}

#header {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #FFFFFF;      /* white */
	background-color: #666666;    /* dim gray  */
}

#container  {        /* wrapper for below header - above afterword  */
	height: 100%;
	color: #FFFFFF;      /* white */
	background-color: #666666;    /* dim gray  */
    line-height: 1.25em; /* 16×1.125=18 */

}

#frame{                   /* wrapper creates gray gutter right of navbars*/
	margin-left: 192px;    /* CC padding */
	padding-left: 20px;
	height: 100%;
	color: #FFFFFF;      /* white */
	background-color: #666666;    /* dim gray  */
}

#center {                 /* main content section */
	    /* CC padding */
	padding-left: 20px;
	height: 100%;
	color: #000000;      /* black */
	background-color: #FFFFFF;    /* white  */
}

.column  {
	padding-top: 3px;
	color: #000000;      /* black */
	background-color: #FFFFFF;    /* white  */
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.875em;
	line-height: 1.25em;
}

.column p {
    font-size: 0.875em;
	line-height: 1.25em;
}

.column h1 {
    font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	font-style: normal;

}
.column h2 {
    font-size: 0.875em;
	line-height: 1.25em;
	font-weight: bold;
	font-style: italic;
}

.column h3 {
    font-size: 0.875em;
	line-height: 1.25em;
	font-weight: normal;
	font-style: italic;
}

.column img  {
	vertical-align: top;
}

.sidle  {
	background-color: #FFFFFF;
	display: block;
	float: right;
	width: 344px;
	height: 565px;
	padding-left: 20px;
}

#quo {
    border-style: dotted;
	border-color: #ff9933;
	border-width: thin;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}

ul {
	font-size: .875em;
	line-height: 1.25em;
	list-style-type: square;
	list-style-position: inside;
	color: #ff9933;        /* orange like quote border  */
}

ul span {
	color: #000000;
}

.nobull ul  {
	font-size: .875em;
	line-height: 1.25em;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.nobull li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}



#footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: both;
	color: #FFFFFF;      /* white */
	background-color: #666666;    /* dim gray  */
}

#footer p  {
	font-size: 0.7em;
	line-height: 1.25em;
}

.crumb {                         /* text links below rule */
	border-top-style:  solid;
	border-top-color: #FFFFFF;
	border-top-width:  thin;
	padding-top: 10px;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.25em;
}

.crumb span {
	color: #999999;      /* light gray */
	background-color: #666666;    /* dim gray  */
}

#afterword  {                   /* container for everything below footer */
	font-size: 0.7em;
	line-height: 1.25em;
	color: #ffffff;      /* white */
	background-color: #000000;    /* black*/
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


#homecore {                     /* artwork in lieu of navbars  */
	background-color: #666666;
	display: block;
	float: left;
	width: 172px;
	height: 264px;
	padding-left: 20px;
	
}

div.homeside {
	width: 172px;
	height: 264px;
	float: left;
	background: url("../images/homecore.jpg") -172px 0px no-repeat;
}


div.homeside a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	background: url("../images/homecore.jpg") 0px 0px no-repeat;
}

div.homeside span {
	display: none;
}

img {
		border: 1px solid #000000;      /*  black */
}

img.click  {
		border: 2px dotted #ff9933;      /*  rust */
}


img.bare  {
	border: none;
}
img.bare {
	border: none;
}
img.bare {
	border: none;
}
img.bare {
	border: none;
}




img.bare  a:link {
	border: none;
}
img.bare a:visited {
	border: none;
}
img.bare a:hover {
	border: none;
}
img.bare a:active {
	border: none;
}

a:link  {
	color: #669900;     /* olive like */
	text-decoration: none;
}
a:visited  {
	color: #3300cc;      /* blue */
	text-decoration: none;
}
a:hover  {
	color: #9900ff;      /*  light grape */
	text-decoration: none;
}
a:active  {
	color: #999999;     /*  medium gray */
	text-decoration: none;
}

p.crumb a:link  {
	color: #ccff33;     /* light lime */
	text-decoration: none;
}
p.crumb a:visited  {
	color: #ccffff;      /* light blue */
	text-decoration: none;
}
p.crumb a:hover  {
	color: #ffff00;      /*  yellow */
	text-decoration: none;
}
p.crumb a:active  {
	color: #000000;     /*  white  */
	text-decoration: none;
}




[if !IE]>

<style type="text/css">
body {
    font-size:16px;
}
</style>

<[endif]


/*** IE Fix ***/
* html #left {
  left: 172px;           /* RC fullwidth */
}
