@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #F0F0F0;
	/*background-image: url(images/body-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top;

	
}
/*table
{
border-collapse:collapse;
}*/
.thrColFixHdr #container {
	width: 1404px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 100%;
	
} 

.thrColFixHdr #header {
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 106px;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 100px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the 
	 in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
}
.thrColFixHdr #mainContent {
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/contentback.html);
	background-repeat: repeat-x;
	min-height:964px;
	font-family: "Times New Roman", Times, serif;
	


} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FDCD6C;
	margin-bottom:10px;
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	
	font-size:10px;
	
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headertop {
	background-image: url(images/boxtop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: ;
	height: 11px;
}
.headerbottom{
	background-image: url(images/boxbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	height: 11px;
	margin-bottom:5px;
}
.headercontent{
	background-color: #FDCD6C;
	height: 115px;
	padding: 0px;
	font-size: 12px;
	padding-left:10px;

}
h1{font-size: 25px;
vertical-align:bottom;
color:#333;
	}
.sidebarcontent{



	background-repeat: repeat-y
	background-position: center top;
	background-repeat: no-repeat;
	min-height:350px;
	background-color: #FDAC2F;
	

}
ul{
	text-decoration:none;
	
	
	
	
	
	}
.sidebarend {
	background-image: url(images/sidebarbackgroundbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 30px;
	background-color: #FDAC2F;
}
.buttonstyle {
	background-image: url(images/buttonback.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #C60;
	text-align: center;
	font-weight: bold;
	height:20px;
	padding-top:5px;
}

.result{
	background-image:url(images/back.gif);	
font-size:10px;
padding-left:50px;



	}
.newbuttonstyle {
	background-image: url(images/newbutton.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #C60;
	text-align: center;
	font-weight: bold;
	margin-bottom: -12px;
	height: 28px;
	margin-top: -15px;
	text-decoration:none;
	
}
2
img{
	border:none;
	text-align: center;

	}
fieldset {
	border:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;padding-bottom:0px;
	}

fieldset:hover{
	background-image:url(images/topmenufadeimage.png);
	background-repeat:repeat-x;
margin-top:4px;


	
	}

a {color:#330;
 text-decoration:none;
}
 a:hover{ color:#63F;

}
.tableback
{
	background-image:"images/topmenufadeimage.png";
	background-repeat:repeat-x;}
.imagebox {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FDAC2F;
	border-right-color: #FDAC2F;
	border-bottom-color: #FDAC2F;
	border-left-color: #FDAC2F;
}
.specialback {
	background-image: url(images/spcialback.png);
	background-repeat: no-repeat;
	border: medium none #039;
	background-position: center center;
	min-height:231px;
	margin: 0px;
	padding-top: 24px;
	
}

.simpletable{
	border: 1px solid #000;
}

.shadowbox {
	width:1000px;
	height: 500px;
margin-left:05px;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.alert {
  padding: 20px;
  background-color: skyblue;
  color: white;
  height: 600px;
  width: 1000px;
  margin-left: 190px;
margin-top:10px;
position:absolute;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 50px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: red;
}

article {
height: 100%;
margin-top: 1PX;
    margin-left: 190px;
    
    
    overflow: hidden;
    width: 1230px;
height:1200px;
position: absolute;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

.active {
  background-color: #717171;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
