/* Global Styles */

body {
	margin: 0px;
	background-image: url(../images/BG-Main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DE691A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	vertical-align: top;
	}

td {
	font-size: 11px;
}	

a {
	color: #3C81A8;
	text-decoration: none;
	border: none;
	font-size: 11px;
	}
	
a:hover {
	color: #FFCC00;
	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: #1C2C83;
	}

.HL2 {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3C81A8;
	}
	
.HL3 {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #003399;
	}

.bold {
	color: #333333;
	font-weight: bolder;
	}
	
.bodytext {
	font-size: 11px;
	color:#666666;
	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; 
	}
	
.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: 1px solid #D6D4C7;
	list-style: none;	
	background: url(../images/BG-Table.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #EFF0E7;
	}

.agenda th {
  	font-weight: bold;
	color: #1C2C83;
	padding: 12px 3px 3px 12px;
	font-size: 12px;
	}

.agenda .even {
	background-color: #E8E9DF;
	}

.agenda td {
	color: #666666;
	padding: 6px 0px 6px 12px;
	border-right: 1px solid #D6D4C7;
	text-wrap: suppress;
	word-wrap: break-word;
	}

.agenda .none {
	border: none;
	}

.agenda .title {
  	font-weight: bold;
	color: #333333;
	padding: 12px 0px 0px 12px;
	border: none;
	}

/* ID Styles */

#mainwrapper { /*TPGI*/
	width: 980px;
	background-image: url(../images/BG-Body.png);
	background-repeat: repeat-y;
	background-color: #AB450F;
	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;
	}
	
	

