@charset "utf-8";

*{
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
body  {
  	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    /*background:#E4DBDB;*/
    background:#FFFFFF;
	margin:0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
    color:black;
    font-weight: normal;
    font:400%;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.header {
    font-size: 250%;
    max-width: 100%;
    max-height: auto;
  	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	background:#4592E3;
	margin:0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
    text-decoration: underline;
	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:white;
}

.header img{
    max-width:100%;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;    
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.container {
	max-width:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    max-height:auto;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding:0px;
	/*border: thin solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.container section {
    border: thin solid #000; 
    max-width:100%;
    padding-left:5px;
}

.container img {
    max-width:100%;
}
.container form {
	position:relative;
	top:0px;
	left:0px;
	padding:5px;
	max-width:100%;
    max-height:auto;
    margin:0 auto;
    clear:both;
}

#header { 
	position:relative;
	left:150px;
	margin:auto 0;
	max-width:auto;
	max-height:auto;
	padding:0px;
	/* background: #F00;*/
	/* border:2px solid #F0F; */
	/* padding-bottom: 5px; */
} 
/*#header img{ 
	position:relative;
	top:0px;
	margin:auto 0;
	text-align:center;*/
	/* background: #F00;*/
	/* border:solid 1px #000; */
	/*padding-bottom: 5px;*/
/*}*/
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/

#header img1{ 
	position:relative;
	top:-20px;
	lwft: 250px;
	border:solid 1px #000;
	/*padding-bottom: 5px;*/
} 

#header img2{ 
	position:relative;
	top:-20px;
	right: 250px;
	border:solid 1px #000;
	/*padding-bottom: 5px;*/
}
.mainContent {
  position:relative;
  /* float: left; */
  max-width:100%;
  max-height:auto;
  margin:0 auto; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  /* padding:5px; */
  color:#000;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:16px;
  font-weight: normal;
  background:#FFFFFF;
  /* border: thin solid #ffffff; */
} 

mainContent div{
	position:relative;
    top:0px;
    max-width:90%;   
    max-height:auto;
	padding-top:15px;
    border: thin solid #000;
}
.mainContent h1 {
	/*font-variant:small-caps;*/
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	text-decoration:underline;
}
#mainContentThanks span{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:medium;
	color:#F00;
	border:2px solid #F00;
	padding:10px;
}
#mainContentImg{
	position:relative;
	top:0px;
	left:0px;
	float: left;
	padding: 5px;
	border:thin solid 1px;
}

.mainContent aside h1 {
    font-weight:bolder;
    font-size: 30px;
	color:black;
}

.mainContent table {
    position: relative;
    background-color:#FFFE3E;
    text-transform:capitalize;
    color:#000;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size:14px;
    font-weight:bolder;
    border: thin solid #000;
    max-width: auto;
    max-height: auto;
    margin:0 auto;    
}

.mainContent p {
    font-size: 18px;
}

.aside p {
    font-size: 16px;
    color:black;
}

.sidebar1 {
	position:relative;
	/*right:auto;
	right:0px;*/
    top:0px;
    left:0px;
	float:left;
	max-width:55%;
    max-height:auto;
    margin:0 auto;
	/*background:#E3E9BE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div  */
	/*border:2px solid #FFF;*/
	border-radius: 10px;
    clear:right;
}
.sidebar2 {
	position:absolute;
	/*right:auto;
	right:0px;*/
    top:10px;
    right:12px;
	float:right;
    max-width:45%;
    max-height:auto;
    margin:0 auto;
	/*background:#3f8f61;  the background color will be displayed for the length of the content in the column, but no further */
    background:#0E6BA0;
	padding: 15px; /* top and bottom padding create visual space within this div  */
	border: 2px dashed #FFF;
	border-radius: 25px;
    clear:left;
}

.sidebar2 a:link{
	color:white;
}

.sidebar2 a:visited{
	color:navajowhite;
}

.sidebar2 a:hover{
	color:yellow;
}

sidebar1 h4{
	position:relative;
	top:0px;
	left:0px;
	width: 258px;
	color:#000;
	font-size:14px;	
	font-weight:bolder;
  	text-decoration:underline;
	font-variant:small-caps;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
sidebar1 img{
	position:relative;
	top:38px;
	left:48px;
	border:none;
}
sidebar1 div img{
	position:relative;
	top:10px;
	left:-20px;
	border:none;
}
sidebar1 div{
	position:relative;
	top:0px;
	left:0px;
	width:320px;
	min-width:320px;
	height:auto;
	min-height:445px;
	padding:3px;
	background-image:url(images/sidebarimg3a1.png);
	background-repeat:no-repeat;
	font-family:"Benguiat Bk BT",Georgia, "Times New Roman", Times, serif;
  	font-size:small;
	text-align:center;
}
sidebar1 div p{
	position:relative;
	top:10px;
	left:10px;
	width:260px;
	min-width:260px;	
	font-family:"Benguiat Bk BT",Georgia, "Times New Roman", Times, serif;
  	font-size:small;
	text-align:center;
	border:2px dotted #fff;	
}
sidebar1 p {
	position:relative;
	top:-40px;
	left:-20px;
}
.footer{ 
    clear:both;
	max-width:100%;
	margin:0 auto;
	padding-top: 15px; /*this padding matches the left alignment of the elements in the divs that appear above it. */
 	padding-bottom: 15px; /*this padding matches the left alignment of the elements in the divs that appear above it. */   
	/*background: #eedd82;*/
	background: #4592E3;
	color:white;
	font-family:"Benguiat Bk BT",Georgia, "Times New Roman", Times, serif;
  	font-size:16px;
	text-align:center;
	/*border: thin dashed #000;*/
} 
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.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;
}

a:link {
  color: chocolate;
  background-color: transparent;
  text-decoration: underline;
  font-weight:bold;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: blueviolet;
  background-color: transparent;
  text-decoration: underline;
  font-weight:bold;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: none;
  font-weight:bold;
}
