#container {
	height: auto;
	background-position: center;
	top: 0px;
	margin-top:auto;
}

#header {
	text-align:center;
	width: 1189px;
	height: 54px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	
}


#body {
	border: 0;

	text-align:center;
	width: 1189px;
	height: 656px;
	background-position: center;
}
#sub_body {
	border: 0;
	text-align:center;
	width: 1189px;
	background-position: center;
}
#sub_body {
	border: 0;
	text-align:center;
	width: 950px;
	height: 156px;
	background-position: center;
}

#bottom_a {
	text-align:center;
	width: 950px;
	height: 41px;
	background-image: url(../images/bottom_a.png);
	background-repeat: no-repeat;
	
}
#bottom_b {
	text-align:center;
	width: 950px;
	height: auto;
	background-image: url(../images/bottom_b.png);
	background-repeat: repeat-y;
}
#bottom_c {
	text-align:center;
	width: 950px;
	height: 46px;
	background-image: url(../images/bottom_c.png);
	background-repeat: no-repeat;
	
}
#bottom_div {
	text-align:center;
	width: 17px;
	height: auto;
	background-image: url(../images/bottom_div.png);
	background-repeat: repeat-y;
}

#link_tag {
	text-align:center;
	width: 150px;
	height: 60;
}
#viewport {
	width: 540px; /* viewport width */
	height: 98px; /* viewport heigth */
	overflow: auto; /* scrollbars */
	background: #EEF0ED; /* contrast */
	white-space: nowrap; 
	margin: 0 auto;
	text-align: left; /* IE centering fix */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#viewport img {
height: 74px; /* max height scaling of images */
border-width: 0; /* remove a link border on images */
}
@charset "utf-8";
.clicker {
cursor:pointer;
color:blue;
}

					body,td,th
					{
						font-family: Verdana;
						margin-top: 0px;
					}
					body
					{
						background-color: #e4e8eb;
					}
					a:link
					{
						text-decoration: none;
					}
					a:visited
					{
						text-decoration: none;
					}
					a:hover
					{
						text-decoration: underline;
					}
					a:active
					{
						text-decoration: none;
					}
.style3 {
	color: #990000;
	font-weight: bold;
	font-family: verdana;
}
.style6 {
	font-size: 18px;
	color: #0060A6;
font-family: "Lucida Grande", Verdana, "Lucida Sans Regular", "Lucida Sans Unicode", Arial, Verdana, sans-serif}
.style19 {font-size: 14px; font-family: verdana;}
.style20 {
	font-family: Verdana;
	font-size: 14px;
}
.style22 {
	color: #999999;
	font-size: 11px;
	font-family: verdana;
}
.style22_dark {
	color: #666666;
	font-size: 11px;
	font-family: verdana;
}
.style23 {font-family: Verdana}
.style24 {
color: #666600; 
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:19px;
text-decoration:none;
font-weight:bold;
}
.style24_header {
color: #666600; 
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:14px;
line-height:19px;
text-decoration:none;
font-weight:bold;
}
.style25 {
color:#222222;
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:17px;
text-decoration:none;
}
.style30 {
color:#A65300;
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:17px;
text-decoration:none;
}
.style25_light {
color:#999999;
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:17px;
text-decoration:none;
}
.style25_dark {
color:#333333;
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:17px;
text-decoration:none;
}
.style25_link {
color:#003366;
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size:13px;
line-height:17px;
text-decoration:none;
}
.style59{
	font-size:14px;
	color: #8B4110;
	font-weight: bold;
	font-family: "Verdana";
	line-height: 20px;
}
.box {
	border: 1px solid #999999;
}


#Slide_outer {  
	width:500px; 
	margin:10px auto 10px; 
	background:#333333 ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#Slide_outer .Slide_forward,
#Slide_outer .Slide_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/banner/slide_forward.png) no-repeat center;  
}
#Slide_outer .Slide_back { 
	left:5px; 
	background:url(../images/banner/slide_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#Slide_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#Slide_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#Slide_items div.Slide_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#Slide_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#Slide_items a img{ border:none; }

/* --------------------BANNER ROTATOR--------------------- */
#Slide_banners_outer {
	display:block;
	position:relative;
	width:890px;
	height:185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Slide_banners_inner {
	position:relative;
	overflow:hidden;
	width:896px;
	height:180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Slide_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#Slide_banners_items a img { 
	border:none; 
}

/* -------------------INFO BANNERS-------------------- */
#Slide_info_outer { 
	display:block; 
	position:relative; 
	width:557px; 
	height:190px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#Slide_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:557px ; 
	height:190px ; 
	margin:0px auto 0px;  
}
#Slide_info_items { 
	display:block; 
	position:relative; 
}

#Slide_info_items .info_item{
	display:block; 
	position:relative;
	width:547px;
	height:200px;
	float:left;
	background:#E8E8E8;
	text-align:justify;
	padding:5px;
	border-right:5px #333333 solid;
}

#Slide_info_items .info_item a img{
	border:none;
}

#Slide_info_items .info_item img {
	float:left;	
	margin-right:15px;
}

#Slide_info_items .info_item h1{
	background:none;
	color:#006699;
	text-align:right;
	margin:5px 0px 10px;
}

.boxwithbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EEE8FF;
	border: 2px solid #333333;
}

.boxwithbgnoborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFF00;
}
