body {
    font-family: 'Taviraj', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
}

.entry-title, .page-title {
    font-size: 2.7142857em;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 0.35em;
    letter-spacing: -0.0263157em;
}

p {
    font-family: 'Taviraj', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 12px;
}

body {
	background-color:#d7e5f5;
	overflow-y: auto;
	overflow-x: auto;
	margin: 0;
	padding: 0;
	font-family: 'Taviraj', sans-serif;
	font-size: 14px;
}

#main {
	overflow-y: auto;
	overflow-x: auto;
}

#heading {
	background-image:url('head.png');
	font-family: 'Taviraj', sans-serif;
	font-size: 1.5em;
	color: white;
	margin-left:20px;
//	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	width:936px;
	margin-left:auto; margin-right:auto;
	text-align: center;
}
#heading a:link {color:white; text-decoration:none; }
#heading a:visited {color:white; text-decoration:none; }
#heading a:hover {color:yellow; text-decoration:none; }
#heading h1 {line-height: 18px; padding-top:20px; padding-bottom:0px;}
#heading h2 {line-height: 12px; padding-top:0px; padding-bottom:5px;}

#heading_right {
	float:right;
	margin-right:50px;
	font-family: Gotham,Calibri,Arial,sans-serif;
	font-size: 12px;
}

#heading_right a:link {color:white; text-decoration:none}
#heading_right a:visited {color:white; text-decoration:none}
#heading_right a:hover {color:yellow; text-decoration:none}

#content {
	background-color:#ffffff;
	color:#736357;
	width:936px;
	padding-left:10px;
	font-family: 'Taviraj', sans-serif;
	margin-left:auto; margin-right:auto;
}

#menu {
	color:#774f84;
	font-family: Gotham,Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
	vertical-align:text-top;
}

#menu_sel {
	background:#b5678e;
	color:#ffffff;
	width:180px;
	padding:5px;
	padding-top:10px;
}

a:link#menu_sel {color:#ffffff; text-decoration:none}
a:visited#menu_sel {color:#ffffff; text-decoration:none}
a:hover#menu_sel {color:#794e87; text-decoration:none}

#menu_pick {
	width:180px;
	padding:5px;	padding-top:10px;
}

a:link#menu_pick  {color:#794e87; text-decoration:none}
a:visited#menu_pick  {color:#794e87; text-decoration:none}
a:hover#menu_pick{color:#b5678e; text-decoration:none}

#submenu {
	float:left;
	font-family: 'Taviraj', sans-serif;
	font-size: 12px;
}

#submenu a:link {color:#736357; text-decoration:none}
#submenu a:visited {color:#736357; text-decoration:none}
#submenu a:hover {color:#b5678e; text-decoration:none}

#submenu p { margin-top: 4px;
	margin-bottom: 10px;
}

#body {
	overflow:auto;
}

#body a:link {color:#b5678e; text-decoration:none}
#body a:visited {color:#b5678e; text-decoration:none}
#body a:hover {color:#b5678e; text-decoration:none}

#body h3 {margin-top: 4px;}

#body li {margin-bottom: .5em;}

#callout {
	font-weight: bold;
}

#foot {
	font-family: Georgia,serif;
	font-size: 11px;
	font-style: italic;
	margin-left:20px;
	color:#736357;
	width:936px;
	margin-left:auto; margin-right:auto;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 516px;
  height: 230px;
  background-color:#59b300;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 8px;
  position: fixed;
  z-index: 1;
  top: 10%;
  bottom: 75%;
  left: 25%;
  margin-left: 0px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}