html {
scrollbar-arrow-color: #982D10;
scrollbar-base-color: #eee;
scrollbar-dark-shadow-color: #eee;
scrollbar-track-color: #eee;
scrollbar-face-color: #fff;
scrollbar-shadow-color: #eee;
scrollbar-highlight-color: #eee;
scrollbar-3d-light-color: #eee;
}

body {
	font-family: Tahoma, sans-serif;
	width: 790px;
	margin: 10px auto 0px auto;
	background-color: #eee;
}

a, active, visited {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1 {
display: none;
}
h2 {
display: none;
}
h3 {
display: none;
}
fieldset {
	border: 0;
}
.tdhead {
	background-color: #666;
	color: #fff;
}
.tdsubhead {
	background-color: #999;
}
.tdsubhead2 {
	background-color: #ccc;
}
td {
	padding: 5px;
	vertical-align: top;
}
/***********************************************************
* DIV IDs
***********************************************************/
#top_banner {	
	position: relative;
	border-top: 2px solid #2D7B78;
	padding-top: 3px;
}
#hold_all {	
	margin: 3px 0px 0px 0px;
	position: relative;
	width: 790px;
}
#leftmenu {	
	float: left;
	width: 150px; 
}
#content {
	position: relative;
	clear: right;
	float: right;
	width: 630px;
}
#bottom_banner {	
	position: relative;
	margin-top: 10px;
	padding-top: 5px;
	width: 790px;
	clear: both; /* ensures the footer always appears beneath */
}

.imagestd {
	padding: 5px 3px 5px 3px;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}
.images {
	padding: 5px 3px 5px 3px;
	border: 1px solid #999;
	background-color: #fff;
}
.rightimg {
	float: right;
	padding: 5px 3px 5px 3px;
	border: 1px solid #999;
	background-color: #fff;
	margin: 0px 0px 0px 10px;
}
/***********************************************************
* DIV CLASSES
***********************************************************/
.tani_tops {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #982D10;
	font-weight: bold;
}
.tani_describe {
	background: #fff url(../grafix/layout/grad.jpg) bottom repeat-x;
	font-family: Tahoma, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
}
.tani_describe a:visited {
	text-decoration: none;
	color: #982D10;
}
.tani_describe a:hover {
	text-decoration: none;
	color: #982D10;
	background-color: #EE8062;
}
.tani_tops2 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #E64419;
	font-weight: bold;
}
.tani_tops3 {
	font-family: Tahoma, sans-serif;
	padding: 8px 0px 8px 10px;
	font-size: 16px;
	color: #184F4D;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	border-top: 2px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.tani_tops3small {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #5CA2A0;
	font-style: italic;
	font-weight: 200;
	letter-spacing: 1.7px;
}
.tani_main {
	font-family: Tahoma, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
}
.tani_main a:visited {
	text-decoration: none;
	color: #982D10;
}
.tani_main a:hover {
	text-decoration: none;
	color: #982D10;
	background-color: #EE8062;
}
.tani_main a:link {
	text-decoration: none;
	color: #982D10;
}
/*IF I shorten this width to 380px and place tani_mainright_home class div outside and before tani_mainleft_home class div, I will have 2 columns. 
This way the image is embedded in the tani_mainleft_home div class.
Need to change padding back to 5px 10px 10px 10px; margin back to 5px 0px 0px 0px; and delete text-align property and white b/g in tani_mainright_home*/
.tani_mainleft_home {
	font-family: Tahoma, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	width: 608px;
}
.tani_mainleft_home a:visited {
	text-decoration: none;
	color: #982D10;
}
.tani_mainleft_home a:hover {
	text-decoration: none;
	color: #982D10;
	background-color: #EE8062;
}
.tani_mainleft_home a:link {
	text-decoration: none;
	color: #982D10;
}

.tani_mainright_home {
	font-family: Tahoma, sans-serif;
	padding: 5px;
	margin: 0px 0px 5px 10px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	width: 200px;
	float: right;
	text-align: center;
	background-color: #fff;
}
.tani_mainright_home a:visited {
	text-decoration: none;
	color: #982D10;
}
.tani_mainright_home a:hover {
	text-decoration: none;
	color: #982D10;
	background-color: #EE8062;
}
.tani_mainright_home a:link {
	text-decoration: none;
	color: #982D10;
}

.tani_small {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding: 5px;
	border-top: 2px solid #2D7B78;
}
.tani_small a:link {
	text-decoration: none;
	color: #982D10;
}
.tani_small a:hover {
	text-decoration: none;
	color: #982D10;
	background-color: #90C0BE;
}
.tani_small a:visited {
	text-decoration: none;
	color: #982D10;
}

/***********************************************************
* FOR SHORTCUT ICON - IE ONLY
***********************************************************/
.tani_small_shortcut {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.tani_small_shortcut a:link {
	text-decoration: none;
	color: #336699;
	cursor: pointer;
}
.tani_small_shortcut a:hover {
	text-decoration: none;
	color: #336699;
	background-color: #ffcc00;
	cursor: pointer;
}
.tani_small_shortcut a:visited {
	text-decoration: none;
	color: #336699;
	cursor: pointer;
}

/***********************************************************
* OTHERS
***********************************************************/
.tani_hidden {
	display: none;
}
.title { /*FOR STRONG*/
	color: #E64419;
}
.plus { /*plus bullets*/
	color: #EE8062;
}
.centered { /*center images in content*/
	text-align: center;
}
.floatright { /*right float images in content*/
	float: right;
	padding-top: 4px;
	padding-right: 10px;
}
.newsimage { /*right float images in NEWS*/
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
}

/***********************************************************
* IMAGE STYLES
***********************************************************/
.lineimage { /*Iimages with links*/
	border: 1px solid #ccc;
	padding: 3px;
}
.lineimage a:link { /*Iimages with links*/
	text-decoration: none;
}
.lineimage a:hover { /*Iimages with links*/
	text-decoration: none;
}
.lineimage a:visited { /*Iimages with links*/
	text-decoration: none;
}
.tani_mainnolink { /*separate div class for these images*/
	padding: 0px 25px 10px 25px;
}
.nolink { /*CLASS nolink SET IN IMAGES*/
	border: 0px;
	text-decoration: none;
}
.nolink a:link {
	border: 0px;
	text-decoration: none;
}
.nolink a:hover {
	border: 0px;
	text-decoration: none;
}
.nolink a:visited {
	border: 0px;
	text-decoration: none;
}
.imglogo {
	margin: 5px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;	
}
/***********************************************************
* MENU
***********************************************************/
dl, dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu2 {
	width: 150px;
	margin-top: 5px;
}

#menu2 dt {
	cursor: pointer;
	background-color: #90C0BE;
	margin: 2px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	color: #982D10;
}

#menu2 dt a {
	background-color: #90C0BE;
	color: #982D10;
	text-decoration: none;
	display: block;
	padding: 3px 0px 6px 0px;
}

#menu2 dt a:visited {
	background-color: #90C0BE;
	color: #982D10;
}

#menu2 dt a:hover {
	background-color: #5CA2A0;
	color: #982D10;
}

#flashcontent {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #982D10;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.clear {
clear: both;
}