body {
    padding: 0px ;
    margin: 0px ;
    background: url( 'tile.jpg' ) ;
    font: 12px/1.2 helvetica, arial, verdana, sans-serif ;
}

#container {
    position: relative ;
    margin: 0 auto ;
    padding: 0px ;
    width: 775px;
    border-left: 1px solid #4b1416 ;
    border-right: 1px solid #4b1416 ;
    background: white ;
	/*the full white content space*/
}

#container.bar {
    background: url( 'back.jpg' ) ;
}

#header, #header-front {
    width: 775px ;
    height: 123px ;
    background: url( 'header.jpg' ) bottom no-repeat ;
}

#header-front {
    background: white url( 'headerfront.jpg' ) bottom no-repeat ;
}

#nav {
    width: 775px ;
    height: 35px ;
    background: url( 'nav.jpg' ) ;
    color: white;
    font-weight: bold ;
    font-size: 20px ;
}
#footer {
    width: 775px ;
    height: 35px ;
    background: url( 'nav.jpg' ) ;
    color: white ;
    font-weight: bold ;
    font-size: 20px ;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 6px;
}
#footer a {
    float: right ;
    padding: 4px 20px 0px 20px ;
    color: #dea96d ;
    text-decoration: none ;
    height: 31px ;
	text-align: center;
}

#nav a  {
    float: right ;
    padding: 4px 20px 0px 20px ;
    color: #dea96d ;
    text-decoration: none ;
    height: 31px ;
}

#nav a:hover {
    background: #dea96d ;
    color: black
}
.copyright {
	color: #dea96d ;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center ;
}
.bc {
	font-size: 12px;
	color:  #000000;
	text-decoration: none;
	margin-left: 15px;
}

#title {
    position: absolute ;
    color: #dea96d ;
    left: 0px ;
    top: 123px ;
    font-size: 20px ;
    padding: 4px 20px 0 20px ;
}

#bar {
    width: 240px ;
    float: left ;
    padding: 5px ;
}

#bar em {
    font-weight: bold
}

#content.bar {
    width: 500px ;
    padding: 5px;
	float: left;
}

#content.full {
    padding: 5px ;
    width: 765px ;
    background: white;
}
.text {
    padding-left: 20px;
	padding-right: 20px;
    width: 725px ;
    background: white;
	/*this style indents text 20 pixels left and right .. to use on development pages under full sized map*/
}
.textr {
    padding-left: 220px;
	padding-right: 20px;
    background: white;
	/*text on right with th on left development page*/
}
.imgth { 
	padding:5px;
	float:left;
	width:210px;
}
.lgimglk {
	text-align: center;
	float:left;
	width:210px;
}

/* common classes */
h1 {
    font-size: 17px;
	color: #000000;
	font-style: bold;
	font-family: verdana, sans-serif;
}

h2 {
    font-size: 14px;
	color: #000000;
}

h1, h2, a, em {
    color: #7D0C00 ;
}

.label {
    font-weight: bold ;

}

.input {
    font-weight: bold ;
}

.row1 {
    background: #dddddd;
}


.header {
    background: black ;
    font-weight: bold ;
    text-align: center ;
    color: white
}
/* datatable  data table */

.dataTable {
	background: #FFFFFF;
	padding: 5px;
	font: 12px/1.2 helvetica, arial, verdana, sans-serif ;
}

