@charset "utf-8";
/* CSS Document */
#wrapper {width:86%;  border:3px #F59E46 solid; margin:0 auto;}

#header{padding-top:0.5em; 
background: linear-gradient( rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -o-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -moz-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -webkit-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -ms-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);

background: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.26, rgb(208,137,82)),
	color-stop(0.55, rgb(32,199,177)),
	color-stop(0.84, rgb(60,84,240)),
	color-stop(1, rgb(89,118,255))
);}

#nav{  text-align:center;
		 display:inline;
		  
		  padding:1em;
		  border-top-left-radius: 80px 50px;
		border-top-right-radius: 80px 50px;
		border-bottom-left-radius: 60px 40px;
		border-bottom-right-radius: 60px 40px;
		-webkit-border-top-left: 80px 50px;
		-moz-border-radius-top-left: 80px 50px;
		
		text-align:center; margin-bottom:5px;
}
		  
#nav ul li {text-decoration:none;
			 list-style-type:none; 
			 display:inline; 
			 margin: 0;
              padding: 0;}
.button{ 
	padding: 7.5px 10px;
    background: #4479BA;
    color: #FFF;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);} 
	
	.button:hover, .button:focus {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

	.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
 .sidebar1{float:left; border:solid #1C3B01; padding:1em; margin-right:15px;}
 .sidebar2{float:right; margin-left:3px; }
			  
#content a {color:RGB(0, 95, 255);}
#content a:hover{color:RGB(61, 66, 53); text-decoration:overline;}



#content { border:3px #F59E46 solid; background-color:#CEB49B; padding:2em;}
h1, h3 {text-align:center;}
h3{font-family:Arial, Helvetica, sans-serif;}

fieldset{border:solid 2px #EEEEEE;}
input{margin:1em;}

.info{width:50%; float:left;  padding-bottom:5.8em;}
.submit{width:97.5%;  text-decoration:none; text-align:center; }
.news{float:left; width:50%;}
.com{float:right; width:44%;}
.top{padding:.5em;}
.fqa{display: block;  margin-left: auto;   margin-right: auto; }
.imgfloat{float:left; margin-right:10px;}
.nobullets li{list-style-type:none;}



.table1{margin-left:auto; margin-right:auto; margin-bottom:2em; border: solid #4251F9;}
.table1 th {padding:10px; background-color:#7DA28D; }
.table1 td {padding-right:60px; background-color:#29A2C5; border: solid #4251F9; }
.table1 tfoot{text-align:center;}
.table1  :hover {background-color:#4251F9; }

.table2{padding:3px; margin-left:auto; margin-right:auto;}
.table2 th{text-align:center;}

.def dt{font-family:"Comic Sans MS", cursive;}

#footer a {color:RGB(0, 95, 255);}
#footer a:hover{color:RGB(61, 66, 53); text-decoration:overline;}

#footer{ border:3px #F59E46 solid; width:99.8%; background-color:#CEB49B; text-align:center;
background: linear-gradient( rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -o-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -moz-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -webkit-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);
background: -ms-linear-gradient(right bottom, rgb(208,137,82) 26%, rgb(32,199,177) 55%, rgb(60,84,240) 84%, rgb(89,118,255) 100%);

background: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.26, rgb(208,137,82)),
	color-stop(0.55, rgb(32,199,177)),
	color-stop(0.84, rgb(60,84,240)),
	color-stop(1, rgb(89,118,255))
);}


body{background: linear-gradient( rgb(168,107,42) 30%, rgb(64,35,3) 51%, rgb(125,80,59) 91%);
background: -o-linear-gradient(top, rgb(168,107,42) 30%, rgb(64,35,3) 51%, rgb(125,80,59) 91%);
background: -moz-linear-gradient(top, rgb(168,107,42) 30%, rgb(64,35,3) 51%, rgb(125,80,59) 91%);
background: -webkit-linear-gradient(top, rgb(168,107,42) 30%, rgb(64,35,3) 51%, rgb(125,80,59) 91%);
background: -ms-linear-gradient(top, rgb(168,107,42) 30%, rgb(64,35,3) 51%, rgb(125,80,59) 91%);

background: -webkit-gradient(
	linear,
	right top,
	right bottom,
	color-stop(0.3, rgb(168,107,42)),
	color-stop(0.51, rgb(64,35,3)),
	color-stop(0.91, rgb(125,80,59))
);}