body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:90%;
	margin-left:auto;
	margin-right:auto;
/*	background:#d57704;
/*	background-image:url('grad2.png');
	background-repeat:repeat-x;
*/
	min-width:770px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
    font-family:"bookman old style",georgia;
}
a {
	color:#369;
}
a:hover {
	color:#151B54;
/*	color:#dbe7d5;
	color:#fff;
	background:#369;*/
	text-decoration:underline ;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p, ul, ol {
    font-size: 15px;
    font-family:"bookman old style",georgia;
}
p{
/*    margin:.4em 0 .8em 0;*/
    margin:1em 0 0em 0;
	padding:0;    
}
.quote-indent {
	margin-right: 5%;
	margin-left: 5%;
}
it{/*italic*/
    font-style: italic;
    font-size:15px;
    font-family:"bookman old style", georgia;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */

#first-header {
	clear:both;
	float:left;
	width:100%;
	height:160px;
	background: #ffffcc;
	background-image:url('/img/banner-back5.png');
	background-repeat:no-repeat;
	border-bottom:5px solid #5d7802;
}

#header {
	clear:both;
	float:left;
	width:100%;
	background:#5d7802;
}
#header {
	border-bottom:5px solid #5d7802;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	background:#dbe7d5;
/*	background-image:url('face.png');
	background-repeat:no-repeat;*/
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:3px 10px;
	text-align:center;
	background:#dbe7d5;
	color:#000;
	text-decoration:none;
	position:relative;
	left:17%;
	line-height:1.3em;
	border-left:1px solid white;
	border-right:1px solid white;
}
#header ul li a:hover {
	background:#d57704;
	color:#fff;
}
/*
#header ul li a.dactive {
	color:#000;
	background:#ffbc66;
	font-weight:bold;
}
*/
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#5d7802;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
/*	background:#eee;
	background:#ffffcc;*/
	border-top:0px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0em 0;
	overflow:hidden;
}
.leftop {
/*	background:#ffffcc;		/* right column background colour */
/*	background:purple; 
	background-image:url('grad1.png');
	background-repeat:repeat-y;*/
}
.leftop .colleft {
	right:83%;			/* right column width */
/*	background:green;/*#f4f4f4;	/* left column background colour */
	border-right:0px solid #dbe7d5;
}
.leftop .col1 {
	width:79%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	padding-left:0%;
	padding-right:2%;
/*	background:#ffffcc;*/
}
.leftop .col2 {
	width:13%;			/* left column content width (column width minus left and right padding) */
	left:4%;			/* (right column left and right padding) plus (left column left padding) */
/*	background:red;*/
}

/* 2 Column (left menu) settings */
.leftmenu {
/*	background:#ffffcc;		/* right column background colour */
/*	background:purple; 
	background-image:url('grad1.png');
	background-repeat:repeat-y;*/
}
.leftmenu .colleft {
/*	background: #ffffcc;*/
	right:83%;			/* right column width */
/*	background:green;/*#f4f4f4;	/* left column background colour */
	border-right:1px solid #dbe7d5;
}
.leftmenu .col1 {
	width:79%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	padding-left:0%;
	padding-right:2%;
/*	background:white;*/
}
.leftmenu .col2 {
	width:17%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
}
.item {
	display:block;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	border-bottom: 0px solid #dbe7d5;
	text-align:right;
	font-size:16px;
	margin: 1px 0 1px 0px;
}
.item a {
	display:block;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom: 1px solid #dbe7d5;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}

.item a:hover {
	background:#66ccff;
	color:#fff;
}
.item a.dactive {
	color:#000;
	background:#ffbc66;
}
.item a.active,
.item a.active:hover {
	color:#fff;
	background:#66ccff;
}
.item a span {
	display:block;
}

.footer {
	display:block;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	border-bottom: 0px solid #dbe7d5;
	text-align:center;
	font-size:12px;
	margin: 1px 0 1px 0px;
}
.footer a {
	display:block;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom: 0px solid #dbe7d5;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}

.pTitle {color:#66ccff;}

/*
tr.top td {
  border-top: thin solid black;
}

tr.bottom td {
  border-bottom: thin solid black;
}

tr.row td:first-child {
  border-left: thin solid black;
}

tr.row td:last-child {
  border-right: thin solid black;
}
*/

table#t01 {
    border-collapse: collapse;
}
table#t01 td {
    position: relative;
    border: 0px solid #000;
    padding: 2px;
}
table#t01 td.selected:after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    border-bottom: 1px solid red;
}



/* Slideshow */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color: #fdbc6f;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  background-color: #6bcafc80;
}

/* Caption text */
.ctext {
  color: #6bcafc;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.65);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #6bcafc;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #6bcafc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #fdbc6f;#717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
