@charset "utf-8";
/* LAYOUT */

body {
  padding: 0; 
  margin:0;
  color: #000000;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
  min-width: 800px;
}

#topcorners {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#borderpage {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(images/border-02.png);
	background-repeat: repeat-y;
	overflow-y: hidden;
	overflow-x: hidden;
}
#headerlogo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#line01 {
	background-color: #B70101;
	width: 725px;
	height: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	
}
#pgContent {
	width: 725px;
	display: block;
	margin-left: 37px;
	margin-top: 20px;
}
#contentLF{
	width: 300px;
	display: block;
	float: left;
}
#contentRT {
	width: 400px;
	display: block;
	float: right;
	text-align: center;
}
#slideshow {
	margin-top:0px;
}
#contentBottom {
	display: block;
	float: left;
	width: 725px;
}
#bottomcorners {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#footer {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
}

/* FORMATTING */

.txtTitle {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 32px;
	font-style: normal;
	color: #B70101;
	line-height: 0em;
}
.txtParagraph {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
}
.txtParagraphBullets {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.txtCaptionSlides {
	font-size: 16px;
  line-height: 20px;
  padding: 0 5px 5px;
  margin: 0;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style:italic;
  color: #B3A161;
}
li {
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 12px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}
ul
{
  list-style-type: none;
	margin-left:-20px;
}
