* {margin: 0;
    padding: 0;
}

html 
{
height: 100%;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
	   height: 100%;
}

ul
{
margin-left: 20px;
}

ul ul
{
margin-left: 40px;
list-style-type: disc;
}

#header {
	background-color: Black;
	height: 169px;
}

#header_menu{
	background-image: url(../images/header_menu_red.jpg); /*url(images/header_menu_orange2.jpg);*/
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;
}


#LeftHeaderImg
{
float: left;
	width: 221px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 0px;
}

#RightHeaderImg
{
height: 169px;
width: 235px;
position:absolute; 
	top:0px; 
	right:10px; 
}

#centerHeader 
{

    margin-right: 250px;
	margin-left: 240px;
	padding: 5px;
}


h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color:  #bb0000;/*#800517;/*#c3670e;/*#d86705;/*#FF9900;*/	
}

.smaller_header {
	font-size: 0.7em;
}

#container {
	font-size: 1.2em;
	min-height: 100%;
    margin-bottom: -73px;
    position: relative;
}

#left {
	position: absolute;
	width: 161px;
	left: 20px;
    top: 269px;
}

#right {
	position: absolute;
	width: 161px;
	right: 10px;
    top: 269px;
	margin-bottom: 5px;
}

#content {
	margin-right: 210px;
	margin-left: 210px;
	padding: 5px;
}

#footer {
	background-image: url(../images/footer_bg_red.jpg); /*url(images/footer_bg_orange2.jpg);*/
	background-repeat: repeat-x;
	height: 23px;
	width: 100%;
	position: relative;
	padding-top: 50px;
	text-align: center;
	font-size: .9em;
	
	/*position:absolute; 
	bottom:0px; 
	left:0px; 
	right:0px;*/
	/*
	background-attachment: scroll;
	overflow:hidden;*/
}

.clearfooter {
height: 73px;
clear: both;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

p.short
{
text-align: center;
}

p.centeredImg
{
text-align: center;
padding-bottom: 30px;
}

img.largeImg
{
width: 90%;
}

h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(../images/menu_tab_red.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

.navlist li a:hover
{
	color: #ffffff;
}

/********************************photo pages ***********************/
table.outline 
{
width: 90%;
text-align: center;
}

table.outline  td
{
width:33%;
}
