/* Last updated on April 21, 2019 */
*
{
	margin: 0;
	padding: 0;
}

body
{
	padding: 10px 0 10px 0; /* top, right, bottom, left */
	font: 12px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	background: maroon;
}

h1
{
	padding: 15px 0 0 0px; /* top, right, bottom, left */
	font-weight: bold;
	font-size: 48px;
	color: maroon;
	text-align: center;
}

h1 a
{
	font-weight: normal;
	text-decoration: none;
	color: White;
}

h1 a:hover
{
	text-decoration: none;
	color: White;
}

h2
{
	padding: 3px 0 0 25px; /* top, right, bottom, left */
	font-weight: bold;
	font-size: 24px;
	color: maroon;
    text-align: center;
}

p
{
	padding: 8px 10px; /* top, right, bottom, left */
	text-align: justify;
	font-size: 16px;
	width: 100%;
}

.hi /* bold and highlighted text */
{
	padding: 1px 5px 1px 5px;
	font-size: 14px;
	color: White;
	font-weight: bold;
	background-color: #05535A;
}

a
{
	font-weight: bold;
	text-decoration: underline;
	color: #05535A;
}

a:hover
{
	text-decoration: underline;
	color: #20949E;
}

#main
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#header
{
	height: 353px;
	background: #375323 url(../images/header.jpg) no-repeat;
    border: 4px solid gold;
}

#menu
{
	padding: 0 0 0 215px;
    height: 46px;
	background: maroon /*url(../images/menu.jpg)*/ no-repeat;
    border: 4px solid gold;
    border-top: none;
}

#menu ul
{
	list-style: none;
	padding: 0 0 0 10px;
}

#menu ul li
{
	padding: 0 19px;
	display: block;
	float: left;
}

#menu ul li a
{
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 46px;
	text-decoration: none;
	color: #A9B59F;
}

#menu ul li a.active, #menu ul li a:hover
{
	text-decoration: none;
	color: White;
}

#middle
{
	background: White no-repeat bottom;
	border: 4px solid gold;
	border-top: none;
    padding: 10px 40px; /* top, right, bottom, left */
}

#middle2
{
	height: 1%;
	background: url(../images/middle.gif.bak) repeat-x top;
}

#sidebar
{
	float: left;
	padding: 0 0 30px 36px;
	width: 265px;
	font-size: 16px;
}

#sidebar h3
{
	padding: 20px 0 10px 0;
	font-weight: normal;
	font-size: 24px;
	color: #05535A;
}

#sidebar ul
{
	list-style: none;
	padding: 8px 0 2px 0;
}

#sidebar ul li
{
	padding: 0 0 8px 0;
}

#sidebar ul li a
{
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: #05535A;
}

#sidebar ul li a.active, #sidebar ul li a:hover
{
	text-decoration: none;
	color: #20949E;
}

#right
{
	float: right;
	padding: 0 36px 30px 44px; /* top, right, bottom, left */
	width: 560px;
	background: url(../images/right.jpg.bak) no-repeat;
}

#right h3
{
	padding: 20px 0 10px 0;
	font-weight: normal;
	font-size: 24px;
	color: #05535A;
}

#right ul
{
	list-style: none;
	padding: 8px 0 8px 35px;
}

#right ul li
{
	text-align: justify;
}

#leftright
{
	float: left;
	padding: 0 36px 30px 44px; /* top, right, bottom, left */
	width: 930px;
	background: url(../images/right.jpg.bak) no-repeat;
}

#leftright h3
{
	padding: 20px 0 10px 0;
	font-weight: normal;
	font-size: 24px;
	color: #05535A;
}

#leftright ul
{
	list-style: none;
	padding: 8px 0 8px 35px;
}

#leftright ul li
{
	text-align: justify;
}

.clearing
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer
{
	clear: both;
	padding: 0 0 0 0px; /* top, right, bottom, left */
    text-align: center;
}

img
{
	border-color: #20949E;
    padding: 10px 10px 0 10px; /* top, right, bottom, left */
}

p.pic
{
	text-align: left;
	font-size: 10px;
}

form
{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 110%;
}

.forminput
{
    background-color: #fff;
    color: #000;
    border: 2px solid #c0c0c0;
    padding: 2px;
    margin: 2px 0;
    font-size: 110%;
    font-family: Verdana, Arial, sans-serif;
}

.inside
{
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    font-size: 150%;
    margin: auto;
}

.inside td
{
    padding: 6px;
    margin: 10px 0px 10px 0px; /** top right bottom left **/
    /* border-color: #C0C0C0; /** red rock **/
    border-style: outset; 
    font-size: 110%;
    color: #000000; /** black **/
}

.inside a:link
{
    color: #000000; /** Was #7c715c; **/
    text-decoration: none;
    font-weight: bold;
}

.inside a:visited
{
    color: #9D4444; /** Was #D9D1D1; **/
    text-decoration: none;
    font-weight: bold;
}

.inside a:hover
{
    color: #9035A7; /** Was #B3ADED; **/
    text-decoration: underline;
    font-weight: bold;
}

.inside a:active
{
    color: #3D5229;
    text-decoration: none;
    font-weight: bold;
    background-color: #FFFFFF;
}


.video {
	margin: 0;
	margin: 0;
	width:100%;
	height: 0;
	padding-top:56.25%;
	position: relative;
}

.video iframe {
	width: 100%;
	hieght: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
}







