@import url("common.css"); 

/***********************************
*
*  Home Page
*
************************************/

BODY {
	font-size: 12px;
	color: #494949;
	margin: 0px;
  font-family: arial, verdana;   
  background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-position:top left;
	background-color:#17416e;
}

img{border:0px;}

#hImage{
 border:1px solid #cccccc;
}

#content {
	background-color:#f4f4f4;
}

#block_img{
	background-repeat:no-repeat;
	border:1px solid #DEDEDE;
	height:220px;
	position:relative;
	width:660;
	z-index:2;
  BACKGROUND-POSITION:0px 0px;
  float:left;
  clear:both;
}

#content_right{
  padding:0px;  
}

.seo_box {
	background-color: #F0F0F0;
 }
 
.seo_links {
	FONT-SIZE: 9px;
  COLOR: #f6eba4;
  FONT-FAMILY: verdana,arial;
}

.seo_links a {
	FONT-SIZE: 9px;
  COLOR: #f6eba4;
  FONT-FAMILY: verdana,arial;
  text-decoration:none;
}

.seo_links a:hover {
	FONT-SIZE: 9px;
  COLOR: #f6eba4;
  FONT-FAMILY: verdana,arial;
  text-decoration:underline;
}

.seo_scrolling a {
	color: #f6eba4;
}

.seo_scrolling a:hover  {
	text-decoration:underline;
}

.seo_scrolling {
	scrollbar-3dlight-color: #0f2c4b;
	scrollbar-highlight-color: #1f4e80;
	scrollbar-face-color: #123458;
	scrollbar-shadow-color: #163d67;
	scrollbar-darkshadow-color: #0f2c4b;
	scrollbar-base-color: #7F92A0;
	scrollbar-arrow-color: #bcd5f0;
	overflow: auto;
	height: 160px;
  color:#c4d6e9;
}

