body 	{
	/*background: #DCDCDC url(/images/WebBack-lite.gif) top center no-repeat;*/
	background: #A19987;
	background-attachment:fixed;
	color: #000;
	text-align: center;
	min-width: 800px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: none #fff;
	/*---background-image: url(../images/Logo.ver2.8-sides.gif);---*/
	/*---background-repeat: repeat-x;---*/	/*---background-repeat: no-repeat---*/
	/*---background-attachment: fixed---*/
	/*---background-position: 30% 50%---*/
	/*---background-position: top center---*/
}
img		{
	border: none;
	margin: 0px;
		}
.\88x31	{
	width: 88px;
	height: 31px;
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #3F5A69;
}

h2 {
	font-size: 14px;
	color: #3F5A69;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 10px;
	color: #3F5A69;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}

ul	{
	/*list-style-type: square;*/
	list-style: none;
	padding: 0 0 16px 0;
	margin: 0;
}
li {
	background: url(/images/dots.png) no-repeat 0 50%;
	padding-left: 14px;
}

.linklists {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}
.linklists li {
	background: url(/images/dots.png) no-repeat 0 50%;
	padding-left: 14px;
	/*float: top;*/
}

#header {
	width: 800px;
	/* Set left and right margins to auto, thus centering the 
	 element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
}
/* Header nav bar using lists */
#header ul {
	margin: 0;
	padding: 0 0 20px 10px;
	list-style: none;
	text-align: left;
	/* vertical-align: bottom; */
	border-bottom: 1px dotted #3F5A69;
}
#header li {
	margin: 0;
	padding: 0px;
	display: inline;
	list-style: none;
}
#header ul a {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #3F5A69;
}
#header ul a.active, #header ul a:hover {
	border-bottom: 4px solid #3F5A69;
	padding-bottom: 2px;
	color: #482932;
}
#header ul a:hover {
	color: #482932;
}


li.inline {
  display: inline;
  padding-left: 4px;
  padding-right: 6px;
  border-right: 1px dotted #3F5A69;
}
li.last {
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
  border-right: 0px;
} 

a:link    {
	 color: #3F5A69;
	 text-decoration: none;
}
a:visited {
	 color: #3F5A69;
	 text-decoration: none;
}
a:hover	 {
	 color: #482932;
	 text-decoration: none;
}
a:active  {
	 color: #482932;
	 text-decoration: none;
}
.cprt	{
	font-size: 8pt;
	font-variant: small-caps;
}
		
p {
	color: black;
}

p.opener:first-letter {
	color: #3F5A69;
	font-size: 200%;
}

/* == layout ===============================================[start]== */
/*--Box model courtesy of Owen Briggs http://www.thenoodleincident.com/--*/
tr {
   	background: #C7C4B9;
   	vertical-align: top;
}
img {

	margin: 0px;
	border: 0px solid #9B9786;
	padding: 0px;
	vertical-align: top;
}
#header {
	width: 800px;
	margin: 0px;
	border: 1px none #9B9786;
	padding: 0px;
	/*--height: 90px;--*/
	text-align: right;
	vertical-align: bottom;
}
/*--Menu Navigation Box--*/
#menu {
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
	width: 600px; 
	text-align: left;
}
#container {
	text-align: left;
	width: 800px;
	/* Set left and right margins to auto, thus centering the 
	 element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
}
/*--Central Content Box--*/
#main {
	/* position: relative; */
	border: 1px solid #bbbbbb;
	width: 580px;
	height: 680px;
	text-align: left;
	font-size: 12px;
	padding: 10px; /* 10px 0px 10px; */

    float: left;
}

/*--Rotating Banner Images--*/
#banner {
	margin: 0px;
	padding: 0px;
	border: 1px none #fff;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#banner img {
	z-index: 1;
	width: 580px;
}


/*--Right link Box		filter: alpha (opacity=20, finishopacity=30, style=1, startx=0, starty=0, finishx=150, finishy=150);--*/
#links {
	/* position: relative; */
	/* left: 310px; */
	/* margin: 0px auto; */
	padding: 10px; /* 10px 0px 10px; */
	border: 1px dotted #bbbbbb;
	/*background: #EEEEEE; */
	width: 160px; 
	text-align: left;
	z-index: 2;
	font-size: 11px;
	height: 680px;

    margin-left: 620px;
    /*margin-top: .5em;*/
}

/*--Footer - copyright Box--*/
#footer {
	/* position: relative; */
	width: 790px;
	bottom: 30px;
	right: 0px;
	/* margin: 0px auto; */
	/* margin: 0px 10px 10px 10px; */
	border: 1px dotted #bbbbbb;
	/*background: #EEEEEE; */
	text-align: center;


	clear: both;
	margin: 0;
	margin-top: 10px;
	padding: 5px; /* .5em;*/
}
div.float {
  float: left;
  border: 0px dotted #066;
  padding: 6px;
}
  
div.float p {
   text-align: center;
}
.oops {
	display: none;   /*--Support for upgrading to a modern browser--*/
	background: #bbbbcc;
}


/* == layout =================================================[end]== */









/* <!--++++++++++++++++++++++++++++++++++++++++++++ testing--> */
/*
ul		{
	list-style-type: square;
	list-style-type: disc;
	}
*/
/* <!--+++++++++++++++++++++++++++++++++++++++++++--> */
