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

/*------------------HEADER--------------------*/
#TopContainer {
	background-color: #000;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#Header {
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#HeaderLeft {
	float: left;
	height: 22px;
}

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

}

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


#Category {
	font-size:14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -1px;
	background-color: #000000;
	margin: 0px;
	margin-left: 20px;
}
#Category ul {
    margin:0;
    padding:0;
    list-style:none;

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

#Category a {
	display:block;
	background:url("../img/norm_left.gif")
      no-repeat left top;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-decoration: none;
	color: #cccccc;
    }
	
#Category .active {
    background-image:url("../img/norm_right_on.gif");
    }
  #Category .active a {
	background-image:url("../img/norm_left_on.gif");
	color: #666666;
    }	
	
#Category li a:hover {
	color: #ff6600;
	text-decoration: none;
}

/*------------------ 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: #444444;
}

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

#boxes {
	font-family: Arial, sans-serif;
	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;
	border: 1px solid #f2f4f8;
	text-align: center;
	background-color: #fff;
	background-image: url(../img/actions/bg.png);
	background-repeat: repeat-x;
	padding: 0px;
}
.IconTitle {
	font-size: 14px;
	text-transform: uppercase;
}
/*------------------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;
}