body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #6f3b41;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
 
}
/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233;
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #51a4dc;
}
IMG {
	border:0px;
}
/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #eae5cb;
	padding-left:0px;
	margin-left:0px;
	border-bottom: 1px dotted #98836d;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;
	color: #666666;
}
/* images */

img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
h2, h3, p {
	margin: 25px 0px 10px 0px;
	padding: 0;
}
h3.commentTitle, h3.commentTitle a {
	color: #2666C3;
}
h1.title, h2.title {
	color: #2666C3;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}
ul li a, ul li a:visited {
}
ul.menu li {
	border-bottom: 1px solid #D2E8F7;
	margin: 0px 5px 0px 10px;
}
ul.menu li.last {
	border-bottom: none;
}
li.leaf {
	list-style-image: none;
	list-style-type: none;
}
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */

  border: 1px solid #E5F0FB;
	background: #F4F8FD;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px 15px;
	padding: 0 0 0 25px;
	font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
	color: #2361BA;
	border: 1px solid #E5F0FB;
	background: #F4F8FD url(images/quote.jpg) no-repeat 8px 6px;
}
/* start - table */


/* end - table */



/* form elements */

form {
	margin:0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #E5F0FB;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;
	border: 1px solid #306bc1;
}
/********************************************

   LAYOUT

********************************************/ 
#main {
	width:100%;
	position:absolute;
	z-index: 9;
	text-align:center;
	padding-top:36px;
}
#mainTable {
	background-image:url(../images/curve.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:517px;
	position:absolute;
	width:100%;
	z-index: 8;
	left:0px;
}
#tbar {
	background-image:url(../images/top_bg.png);
	background-repeat:repeat-x;
	height:50px;
	position:absolute;
	z-index: 10;
	width:100%;
	left:0px;
}
#tbar_nav {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#81786e;
	padding-top:8px;
	padding-right:70px;
}
#tbar_nav A {
	color:#e7eee5;
	text-decoration:none;
}
#tbar_nav A:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#logo {
	position:absolute;
	width:477px;
	height:316px;
	z-index:7;
	padding-top:150px;
}

.mainTD {
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#head_img {
	
}
#content {
	z-index:1000;
	width:100%;
	padding-top:440px;
	display:block;
}
.dataTD {
	padding-left:5px;
	padding-right:15px;
	color:#d9d2b0;
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.dataTD TD {
	color:#d9d2b0;
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.leftTD {
	padding-left:15px;
	width:200px;
	padding-top:5px;
}
.leftTD TD {
	font-size:11px;
}
.contentTable {
	background-image:url(../images/people_img.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}
.dataHTD {
	padding-left:5px;
	padding-right:0px;
}
.dataHTD TD {
	font-size:11px;
}
.dataTD .subHead {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:21px;
	color:#6f3a40;
	border-bottom: 1px dotted #baa3a5;
}
.sub_head {
	background-color:#867360;
	padding:3px;
	border: 1px solid #a89b8e;
}
.sub_head1 {
	border-right: 1px solid #a89b8e;
	border-left: 1px solid #a89b8e;
	border-bottom: 1px solid #a89b8e;
	background-color:#8b7a6a;
	padding:10px;
}
.sub_head2 {
	border: 1px solid #a89b8e;
	background-color:#46301b;
	padding:2px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	
}
.ptxt {
	padding:5px;
}
.ttxt {
	color: #eec1c7;
	padding: 5px;
	font-weight:bold;
	line-height:20px;;
}
#foo {
	height:119px;
	background-image:url(../images/foo_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#foo TD {
	font-size:11px;
}
#foo TD A {
	color:#FFFFFF;
	text-decoration:none;
}
#foo_leaf {
	background-image:url(../images/foo_leaf.png);
	background-repeat:no-repeat;
	width:259px;
	height:119px;
}
#foo .copyrights {
	font-size:10px;
	color:#d2b0b5;
	padding-left:20px;
	padding-top: 20px;
}
#foo .foo_loc {
	padding-right:20px;
	padding-top: 15px;
}
#foo .foo_loc TD {
	color:#ebdada;
	font-size:10px;
}
#txt_nav {
	position:absolute;
	z-index:5;
	text-align:right;
	width:860px;
	padding-top:10px;
	color:#d7a3a4;
	font-weight:bold;
	font-size:10px;
}
#txt_nav A {
	color:#fdc8c9;
}
#txt_nav A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#navigation {
	position:absolute;
	z-index:4;
	padding-top:50px;
	padding-left:270px;
}
#tnav {
	background:transparent url(../images/menu.png) no-repeat 0 0;
	height:195px;
	padding:0px;
	margin:0px;
}
#tnav LI {
   display:block;
   float:left;
   list-style-type:none;
}
#tnav li a {
   display:block;
   height:195px; 
   width:100%;
   text-indent:-9009px;
   background:transparent url(../images/menu.png) no-repeat 0 0;
}
#tnav li#navigation1 a {
   width:119px;
   background-position: 0 0;
}
#tnav li#navigation1 a:hover {
   background-position: 0 -195px;
}
#tnav li#navigation2 a {
   width:134px;
   background-position: -119px 0;
}
#tnav li#navigation2 a:hover {
   background-position: -119px -195px;
}
#tnav li#navigation3 a {
   width:98px;
   background-position: -253px 0;
}
#tnav li#navigation3 a:hover {
   background-position: -253px -195px;
}
#tnav li#navigation4 a {
   width:106px;
   background-position: -351px 0;
}
#tnav li#navigation4 a:hover {
   background-position: -351px -195px;
}
#tnav li#navigation5 a {
   width:110px;
   background-position: -457px 0;
}
#tnav li#navigation5 a:hover {
   background-position: -457px -195px;
}
#tnav li#navigation6 a {
   width:96px;
   background-position: -567px 0;
}
#tnav li#navigation6 a:hover {
   background-position: -567px -195px;
}
#tnav li#navigation7 a {
   width:109px;
   background-position: -663px 0;
}
#tnav li#navigation7 a:hover {
   background-position: -663px -195px;
}
#tnav li#navigation8 a {
   width:100px;
   background-position: -738px 0;
}
#tnav li#navigation8 a:hover {
   background-position: -738px -195px;
}
#tnav li#navigation9 a {
   width:99px;
   background-position: -838px 0;
}
#tnav li#navigation9 a:hover {
   background-position: -838px -58px;
}
.stimes {
	color:#573808;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.stimes A {
	color:#573808;
	text-decoration:underline;
}
.stimes A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#hp_flash_banner {
	position:relative;
	float:left;
	width:518px;
	height:316px;
	margin:0;
	padding:0;
	display:inline;
}
#flush {
	position:absolute;
	width:518px;
	height:316px;
	z-index:6;
	padding-top:100px;
	padding-left:400px;
}
#whatN {
	width:508px;
	height:225px;
	background-image:url(../images/whats_new.png);
	background-repeat:no-repeat;
	color:#46301b;
	padding-left:20px;
}
#vscroll0 {

}
.ticker {
	background-image:url(../images/ticker_img.png);
	background-repeat:no-repeat;
	height:110px;
	padding-left:20px;
	color:#ffffff;
}
.ticker UL {
	margin:0px;
	padding:0px;
}
.ticker LI {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	list-style:0px;
	list-style-type:none;
	width:450px;
}
