body {
	background-image: url(../images/global/bg-tile.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: 0px;
	padding: 0px; 
}
	
a, a:link, a:visited { 	
	color: #DD852A; 
	text-decoration: underline;
} 

a:hover { 
	color: #999645;
	text-decoration: underline;
} 

form { 	
	padding: 0px; 	
	margin: 0px;  
} 
.input { 
	border: 1px  solid  #000000; 
	}
h1, .h1 {
	font-size: 18px;
	font-weight: bold;
	color: #DD852A;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 
h2, .h2 { 
	font-size: 16px; 	
	font-weight: bold; 	
	color: #999645;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 
h3, .h3 {
 	font-size: 14px;
	font-weight: bold; 
	} 
h4, .h4 {
 	font-size: 12px; 	
	font-weight: bold; 	
	}   
.small {
	font-size: 10px;
}
#Logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#Layout {
	width: 794px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/global/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}
#LeftNav {
	position: absolute;
	left: 22px;
	top: 100px;
	width: 130px;
}
#LeftNav a, #LeftNav a:link {
	display: block;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #C9C6B3;
	text-decoration: none;
	color: #999645;
}
#LeftNav a:hover {
	text-decoration: underline;
	color: #DD852A;
}
#BodyContainer {
	width: 596px;
	position: absolute;
	left: 160px;
	top: 80px;
}
#BodyHead {
	background-image: url(../images/global/body-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 596px;
	height: 59px;
	text-align: center;
}
#BodyFoot {
	background-image: url(../images/global/body-foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 596px;
	height: 28px;
}
#Body {
	padding: 10px 20px;
	background-image: url(../images/global/body-panel.gif);
	background-repeat: repeat-y;
}
#Body img {
	padding: 5px;
}
#Footer {
	padding: 20px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/* Index Styles */
#tipDiv {
	 position:absolute; 
	 visibility:hidden;  
	 z-index:100; 
	 left: 145px; 
	 top: 161px; 
	 width: 658px; 
	 height: 109px;
	}
#tipTable {
	color: #DD852A;
	background-image: url(../images/global/bg-tile.jpg);
	border: 1px solid #DD852A;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 170px;
}

#tentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	margin-right: 15px;
	margin-left: 15px;
}
#tentText a, #tentText a:link, #tentText a:visited {
	text-decoration: none;
	color: #000000;
}
#tentText a:hover {
	text-decoration: underline;
	color: #003300;
}
.verysmall {
	font-size: 9px;
	color: #006633;
}

.rightfloat {
	float: right;
}
.leftfloat {
	float: left;
}
