/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	min-height:750px;
	background-image: url(images/bg3.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	
}

img {border: none;}

.header {width:800px;
margin-left:auto; margin-right:auto; margin-bottom:0px; height:50px; margin-top:10px;}

.main {width:540px;
margin-left:auto; margin-right:auto; line-height: 16px;}

.footer {width:100%;
font-size:12px; text-align:center; margin-top:28px; line-height:28px; font-weight:bold;}

h2 {font-family:Georgia, "Times New Roman", Times, serif;
font-size:60px; margin:0 0; color:#D10000; }

h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 21px; margin:0 0 12px 0;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 20px; margin:12px 0 0 0; color:#D10000; line-height: 28px;}

a {color:#D10000; text-decoration:none;}
a:hover {text-decoration:underline;}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 16px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0 0 0 40%;
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 11px Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
text-transform:uppercase;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
text-transform:uppercase;
}

div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #FFF;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}

blockquote.withimage {
background: url(images/quote.gif) no-repeat;
text-align: justify;
padding-left:20px;}
