html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	margin: 0 5%;
	padding: 0;
	height: 100%;
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #401100;
	background-color: #FFFBE2;
}

/*#main {
    position:relative; /* needed for footer positioning*/
/*    margin:0; /* center, not in IE5 */
/*    height:auto !important; /* real browsers */
/*    height:100%; /* IE6: treaded as min-height*/
/*    min-height:100%;} /* real browsers */

#title {
	text-align: center;
}
#title img {
	max-width: 100%;
}

#content {
    margin: 10px 3% 0 3%;
   /* padding-bottom: 4em;*/
}

footer {
    clear: both;
    bottom:0; /* stick to bottom */
    padding: 1em 40px 0 40px;
    height: 4em;
}

footer p {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	color: #000044;
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	/*Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" */
}

footer a {
	text-decoration: underline;
	color: #594B00;
}

footer a:hover {
    text-decoration: underline;
}
footer p.company {
	font-size: 0.70em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 1em;
}
.center {
	text-align: center;
}
h2 {
    margin-bottom: .8em;
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

p {
    text-align: justify;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

p.nav  {
    font-family: times, serif;
    line-height: 150%;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0 auto;
	width: 40em;
	max-width: 95%;
	background-color: #401100;
	border: 1px solid #6B4E0A; 
}
p.nav a {
	font-size: 130%;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 .75em;
	display: inline;
}
.nav a:link  {
    color: #FFFBE2;
	background-color: #401100;
}
.nav a:visited  {
    color: #FFFBE2;
	background-color: #401100;
}
.nav a:active  {
    color: #FFFFFF;
	background-color: #401100;
}
.nav a:hover {
	background-color: #FBEED0;
	color: #000000;
}
#nav a:link, #nav a:active, #nav a:visited  {
    color: #401100;
}
#nav a:active  {
    color: #FFFFFF;
}
#nav a:hover {
	background-color: #FBEED0;
	color: #000000;
}


a:hover {
    text-decoration: underline;
}

img {
	border: 1px solid #999999;
    margin: 5px;
}

#logo {
    float: left;
    width: 240px;
    height: 50px;
}

#logo h1 {
    float: left;
    margin: 0;
    padding: 19px 0 0 1em;
    font-size: 1em;
}

#logo h2 {
    float: left;
    margin: 0;
    padding: 22px 0 0 .5em;
    font-size: .7em;
}

#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
}
img.index {
    clear: both;
    margin: auto;
}

.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imageleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper {
	margin: 1em auto;
	max-width: 80%;
	height: auto;
}
.floatleft {
	clear: left;
	float:left;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

@media (max-width: 768px){
	p {
		text-align: left;
		font-size: 90%
	}
	footer p {
		margin-left: 0px;
		font-size: 90%;
	}
}
/* this is a comment*/