* {
  box-sizing: border-box;
}

/* Create three unequal columns that float next to each other */
.column {
  float: left;
  
}

.left, .right {
  width: 15%;
  padding: 10px;
  float:left;
}

.middle {
	width: 65%;
	margin-left: 10px;
	float:left;
}

.country-page-middle {
	width: 60%;
	margin-left: 10px;
	padding: 10px;
	 float:left;
}

.two-column-page {
	width: 80%;
	margin-left: 10px;
	padding: 10px;
	 float:left;
}

.two-column-page table{
	margin-left: 10px;
}

.side-menu-left, .image-column-right {
  width: 18%;
  padding: 10px;
  float:left;
}

.side-menu-left p {
	margin-bottom: 10px;
	background-color:#FC6;
	}
.side-menu-left a {
	color: #006;
	}

/*Clear floats after the columns*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

.logoline {
  margin-bottom:-30px;
  margin-top: -10px;
  text-align:center;
}

.maintext p {
  text-align:left;
}
 
.menuline {

}

.logoline p { 
  font-family: Times New Roman, Georgia, Times;   	  font-size:36px; 
}

.logoline img {
  margin-top: -20px;
}

.list-spaced li {
  margin-bottom: 20px;
	}

.adverts {
  margin-top: 20px; 
  margin-bottom: 50px;
}
  
body {
	margin: auto;
	max-width: 1010px;
	background-color:#ffffcc;
}

#bold {
	font-weight: bold;
}
    #blacktext {
	color: #000;
}

    .bookheading {
	color: #F00;
}
    .newbooktext {
	color: #F00;
}
    .redtext {
	color: #F00;
}

	.StandardFont {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
    .CountryText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFC;
	text-align: left;
}
.CircleTitle {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}
.h2 {
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	overflow: visible;
}
.PanAmText table tr td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
#PanAm {
	background-image: url(NewFiles/Pan-Am%20documents/Maps%20route%204light.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	background-color: #FFC;
	height: 679px;
	width: 896px;
	background-repeat: no-repeat;
	background-position: center;
}


.PubPrice {
	text-align: center;
	vertical-align: middle;
}
#PanAm .PanAmText p {
	text-align: center;
	padding-top: 15px;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 75px;
	font-weight: bold;
}

.PubTitle {
	text-align: left;
	vertical-align: middle;
}
.h1 {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

/*body {
	background-color: #ffffcc;
	text-align: center;
	color: black;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
} */

a {
	color: blue;
}

/*.advert {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #36F;
	border-right-color: #36F;
	border-bottom-color: #36F;
	border-left-color: #36F;
	text-align: center;
}
.advertiser {
	color: #FF3333;
}
 
 .HeaderText b {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
 */
 
.redfont {
	color: #F00;
	font-weight: normal;
	text-align: center;
}
.centre {
	text-align: center;
}
.greenfont {
	color: #090;
}
midbody {
	background-color: #ffffcc;
	text-align:center;
	font-size:medium;
}

.midbody {
	font-size: medium;
}

.PageHeader {
	font-size: large;
}
.WASC {
	font-size: large;
	font-weight: bold;
}
.WASC font {
	font-size: x-large;
	font-weight: normal;
}
.PageHeader b {
	font-size: large;
	font-weight: bold;
}
 /* Responsive layout - makes the three columns stack on top of each other instead of next to each other*/ 
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.large-text {
	font-size: 24px;
}
