/*------------------BODY--------------------*/
body {
	font-family: Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #666666;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #444444;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}

/*------------------HEADER--------------------*/
#TopContainer {
	background-color: #9b9b9b;
	 background-image: url(../img/silver/top_bg.gif); 
	background-repeat: repeat-x;
	background-position: top;
}
#Header {
	font-size: 11px;
	color: #444444;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
#HeaderLeft {
	float: left;
	height: 22px;
}

#HeaderLeft a:link, #HeaderLeft a:visited {
color:#333333;

}

#HeaderLeft a:hover {
color:#000000;
}
#HeaderRight {
	float: right;
}
/*------------------CATEGORY TABS--------------------*/


#Category {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #444444;
	letter-spacing: -0.5px;
	background-color: #000000;
	margin: 0px;
	margin-left: 20px;
	font-weight:bold;
}
#Category ul {
    margin:0;
    padding:0;
    list-style:none;

    }
  #Category li {
    float:left;
	background:url("../img/silver/norm_right.png")  no-repeat right top;
    margin:0;
    padding:0;
	height: 32px;
    }

#Category a {
	display:block;
	background:url("../img/silver/norm_left.png")  no-repeat left top;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-decoration: none;
	color: #444444;
    }
	
#Category .active {
    background-image:url("../img/silver/norm_right_on.png");
    }
#Category .active a {
	background-image:url("../img/silver/norm_left_on.png");
	color: #333333;
}
#Category .active img {
padding-top: 3px;
}
	
	
#Category li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*------------------ MAIN AREA -----------------*/
#BodyContainer {
	background-color: #fff;
	/*background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
}
/*------------------ NEWS ----------------------*/
#newsbox {
padding:5px; 
text-align:center; 
font-size:11px;
}
.newstitle {
	font-weight: bold;
	color: #666666;
}
#newsbox a {
text-decoration: underline;
}
#newsbox a:hover {
	color:#697B96;
}

/*------------------ICON BOX ------------------*/

#boxes {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#boxes li {
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 228px;
	height: 200px;
	text-align: center;
	background-image: url(../img/silver/whitebox.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
.IconTitle {
	font-size: 14px;
}
.IconTitle a {
	color: #666666;
}
.IconTitle a:hover {
	color: #000;

}
/*------------------FOOTER ------------------*/
#about {
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
}
#ajaxticker1 div{ 
background-color: #FFFFFF;
}