body {
	background-color: #fff;
	font-size: 90%;
	font-family: Tahoma, Arial, Verdana;
	padding: 0px;
	margin: 0px;
}
table {	font-size: 90%; }
table#top {
	background-image: url(images/top_bg.gif);
	height: 97px;
}
table#top2 {
	height: 242px;
}
table#top3 {
	background-image: url(images/top_bg.gif);
	height: 40px;
}
table.navigation {
	background-repeat: x-repeat;
	height: 40px;
}
table.bottom {
	height: 164px;
	font-size: 70%;
	text-align: center;
}
img { border: 0px; }
.debug { border: 1px solid red; }
h1.slogan {
	font-family: Times;
	font-weight: normal;
	font-style: italic;
	font-size: 160%;
	color: #f00;
	margin-right: 20px;
}
h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 160%;
}
h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 120%;
}
strong { font-weight: bold; }
td.btn {
	background-image: url(images/btn_bg.gif);
	background-position: 0% 50%;
	background-repeat: x-repeat;
	height: 27px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
}
td.separator {
	background-image: url(images/separator1.gif);
	background-repeat: y-repeat;
}
a.nav {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:visited {	color: #000; font-weight: bold; }
a.nav:hover { color: #fff; }
a.btn {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.btn:visited { color: #fff; }
a.btn:hover { color: #fff; }
a {
	text-decoration: underline;
	color: #36c;
}
a:visited { color: #99c; }
a:hover { color: #339; }
span.testim { font-style: italic; }
p { text-align: justify; }


/* menu */

.menu {padding-right: 0px; padding-bottom: 5px; color: #666666; font-weight: bold; display: block;}
.menu span {font-size: 13px; color: #333; margin: 0px 3px 0px 15px;}
.menu a, .menu a:visited {font-size: 13px; color: #333 !important ; font-family: Tahoma; text-decoration: none;}
.menu a:hover {font-size: 13px; color: #f78b00 !important ; font-family: Tahoma; text-decoration: none;}
.menu_dropdown { display: block; max-width: 250px; min-width: 130px; border: solid 1px #93a6b4; padding: 10px 10px 10px 10px; color: #666666; background-color: #fff;}

#dropmenudiv { display: block; max-width: 250px; min-width: 130px; border: solid 1px #93a6b4; padding: 10px 10px 10px 10px; color: #666666; background-color: #fff; z-index:100; position:absolute;} 

#dropmenudiv a, #dropmenudiv a:visited {font-size: 11px !important; text-decoration: none; color: #333333; font-weight: bold;}

#dropmenudiv a:hover {font-size: 11px !important; text-decoration: none; color: #f78b00; font-weight: bold;}

#dropmenudiv ul {list-style: none;  margin: 0px;  padding: 0px; color: #666666;}
#dropmenudiv li {list-style: none; padding: 0px 0px 5px 0px; margin-top: 8px; margin-bottom: 8px; border-bottom: solid 1px #ececec; color: #666666;}
#dropmenudiv li img {margin-right: 10px;}

.menu_dropdown a, .menu_dropdown a:visited {font-size: 11px !important; text-decoration: none; color: #333333; font-weight: bold;}
.menu_dropdown a:hover {font-size: 11px !important; text-decoration: none; color: #f78b00; font-weight: bold;}

.sub_menu a, .sub_menu a:visited {font-size: 14px !important; text-decoration: underline; color: #f78b00; margin-right: 5px;}

/* Current tab style*/
#cur_tab{
text-align:center;
width:255px;
height:70px;
min-width: 255px;
background-image: url(images/cur-tab_bg1.gif); 
}

/* Inactive tab style*/
#any_tab {
text-align: center; 
width:255px;
height:70px;
min-width: 255px;
background-image: url(images/tab_bg1.gif); 
}
#bottom-menu1 {
}

#bottom-menu1 td:hover {
background-image: url(images/cur-tab_bg1.gif); 
}

#bottom-menu1 td:hover a {
	color: red;
}

#bottom-menu1 td a:hover {
	color: red;
}

#bottom-menu1 a {
	color: #000000;
}

#left {
	width: 230px;
	float: left;
	height: 100%;
	overflow: hidden;
}

