/* Global Styles */

body {
	margin: 0px;
	background-image: url(../images/BG-Main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #faf1d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #553d06;
	text-align:left;
	vertical-align: top;
	}

td {
	font-size: 11px;
}	

a {
	color: #6D4F09;
	text-decoration: none;
	border: none;
	font-size: 11px;
	}
	
a:hover {
	color: #BABABA;
	text-decoration: none;
	}

img {
	border: none;
	}
	
td #sidebar {
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #E52F2C;
	}
	
hr {
	height: 1px;
	}
	
/* Class Styles */

.HL1 {
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #B51414;
	}

.HL2 {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #128592;
	}
	
.HL3 {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #9E7B5E;
	}

.bold {
	color: #666666;
	font-weight: bolder;
	}
	
.bodytext {
	font-size: 11px;
	color:#553d06;
	text-align:left;
	padding-right: 10px;
	width: 595px;
	}
	
.paddingleft {
	padding-left: 110px;
	}

.bulletlist li {
	list-style-type: none;
	list-style-image: url(../images/Bullet-Seagrass.gif);
	list-style-position: outside;
	}

.numberlist li {
	list-style-type: decimal;
	list-style-image: none;
	}

.backtotop {
	text-align: right;
	padding: 10px; 
	position: relative;
	top: 10px;
	}
	
.featureimage_left {
	font-size: 9px;
	color: #000000;
	line-height: 14px;
	padding: 5px 15px 14px 0px;
	float: left;
	}
	
.featureimage_right {
	font-size: 9px;
	color: #000000;
	line-height: 14px;
	padding: 5px 0px 14px 15px;
	float: right;
	}

.agenda {
  	text-align: left;
	border: 3px solid #6c5310;
	list-style: none;	
	background: url(../images/BG-Table.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #fbf8f5;
	}

.agenda th {
  	font-weight: bold;
	color: #1F1000;
	padding: 12px 3px 3px 12px;
	font-size: 12px;
	}

.agenda .even {
	background-color: #dfdace;
	}

.agenda td {
	color: #333333;
	padding: 6px 0px 6px 12px;
	border-right: 1px solid #4c5d10;
	text-wrap: suppress;
	word-wrap: break-word;
	}

.agenda .none {
	border: none;
	}

.agenda .title {
  	font-weight: bold;
	color: #B51414;
	padding: 12px 0px 0px 12px;
	border: none;
	}
		
.registerbox, .registerboxbody, .registerboxhead, .registerboxhead h3 {
    background: url(../images/BG-QuoteBox.jpg) no-repeat bottom right; 
	} 

.registerbox {
    width: 580px !important; /* intended total box width - padding-right(next) */
    margin: 0; /* use to position the box */ 
	} 

/* set the top-right image */ 
.registerboxhead { 
    background-position: top right; 
    padding-right: 20px; /* right-image-gap + right-inside padding */ 
	} 

/* set the top-left image */ 
.registerboxhead h3 {
	color: #1F1000;
	font-weight: bold;
	font-size: 14px;
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 9px 15px 15px 14px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	} 

/* set the lower-left corner image */ 
.registerboxbody { 
    background-position: bottom left; 
    margin-right: 7px;  /*move the ul to the left to expose background*/
    padding: 0px 10px 12px 14px; 
	}
	
/* ID Styles */

#mainwrapper { /*TPGI*/
	width: 980px;
	/*background-image: url(../images/BG-Body.png);
	background-repeat: repeat-y;*/
	margin-left: auto ;
	margin-right: auto ;
	}

#etymology {
	font-size: 10px;
	color: #999999;
	}

#flashheader {
	position: absolute; 
	top: 72px;
	left: 200px; 
	width: 786px;
	height: 191px;
	z-index: 4;
	}
	
	

