@charset "utf-8";

/* @import url("../webfonts/Droid_Sans_Bold/stylesheet.css"); */

article {
   display: block;
   text-align: left;
}

header, footer, section, nav, aside {
	text-align: center;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
}

@font-face {
font-family: Tahoma, Helvetica, Arial, sans-serif;
}
a {
	color: ##83572C;
}
a:visited {
	color: #D45F55;
}
a:hover {
	color: #D45F55;
}
a:active {
	color: #83572C;
}

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #000000;
}
h1 {
	font-size: 36px;
	color: #5E0000;
	/*
	text-align: center;
	text-shadow: 0px 0px 7px #C6AD94;
	*/
	text-transform: uppercase; 
}
h2 {
	font-size: 24px;
	color: #7F1F00;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-size: 18px;
	color: #7F3F00;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #990000;
	font-weight: bold;
	
}

h5 {
	font-size: 14px;
	color: #7F3F00;
}
h6 {
	font-size: 14px;
	color: #7F3F00;
}
.brown-bold {
	color: #83572C;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.red-bold {
	color: #FF0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.teal-bold {
	color: #008080;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.black-bold {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
}
.column {
	position: relative;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}
#LayoutDiv1{
	background-image: url(../images/Heavy-Blur.jpg);
}
#header{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px;
	border-width: 0px;
	background-repeat: repeat;
	background-position: center center;
	background-size: 709px 103px;
	line-height: inherit;
	vertical-align: baseline;
	text-align: center;
	letter-spacing: 0.1em;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/Heavy-Blur.jpg);
	clear: both;
	margin: 0px;	 
}
 .img {
  	 border-width: 0px;
	max-width: 90 %;
    max-height: 90%;
	float: none;
	margin-top: 8px;
	vertical-align: middle;
}
.imgborder {
	border-left: thin solid #000000;
	border-right: thick solid #000000;
	border-top: thin solid #000000;
	border-bottom: thick solid #000000;
	margin: 5px;
	border-radius: 10px;
}
.imgbordertxtleft {
	border-left: thin solid #000000;
	border-right: thick solid #000000;
	border-top: thin solid #000000;
	border-bottom: thick solid #000000;
	margin: 10px;
	border-radius: 10px;
	float: left;
}
.imgbordertxtright {
	margin: 10px;
	border-radius: 10px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/* Styles for Navigation */
#leftside ul {
	list-style-type: none;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
	clip: rect(0px, auto, auto, auto);
	text-align: center;
}
#leftside li {
	border-color: 0;
	border-style: none;
	border-width: 0px;
	display: block;
}
#leftside a {
	box-shadow: 5px 5px #000000;
	color: #000000;
	margin: 0 0px 0px 0px;
	width: 120px;
	height: 30px;
	display: block;
	background-image: url('../images/robepbt.jpg');
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
	clip: rect(auto, auto, auto, auto);
	clear: both;
	padding-top: 0px;
	vertical-align: middle;
	font-family: Tahoma, helvetica, Arial, sans-serif;
	font-variant: small-caps;
	padding-bottom: 0px;
	line-height: 30px;
}
#leftside a:hover {
	box-shadow: 5px 5px #000000;
	color: #000000;
	background-image: url('../images/robepbt.jpg');
	background-color: #FFCC99;
	background-repeat: no-repeat;
	color: #FF3300;
}
.author {
	font-size: small;
	font-style: italic;
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
#content .left {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
.txtshadow36
{
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	color: #5e0000;
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
}
.txtshadow24
{
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	color: #5e0000;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: bolder;
	text-decoration: none;
}
.txtbkgnd {
	margin-left: 40px;
	margin-right: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	background-color: #CABDAC;
}

#content article {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	text-shadow: 2px 2px 5px #999;
	line-height: 1em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Styles for Footer */
#footer a {
color: #FFFFFF;
text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
.styledtable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #AA3F55;
	border-collapse: collapse;
	font-weight: bold;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oddrow {

}
.styledtable tr th {
	text-transform: capitalize;
}
.styledtable tr td {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.c5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5E0000;
	text-align: center;
	background-color: #7E5953;
	width: 90%;
	clear: both;
	margin-right: 5%;
	margin-left: 5%;
	border-radius: 15px;
	 box-shadow: 5px 5px 5px #000000;
}
 .textbottom {vertical-align:text-bottom;} 
  .textmiddle {vertical-align:middle;} 
   .texttop {vertical-align:top;} 
   .textbaseline {vertical-align:baseline;} 
a:link {
	color: #755668;
}
#left {
	text-align: left;
	margin-right: 20px;
	margin-left: 40px;
}