* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
  color: Black;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
}
img {
  border: 0;
}
p
{
  margin: 12px 0 12px 0;
}

body {
  background: url(../images/bg_top_repeater-S.gif) repeat-x left top;
}
#top{
	height:100px;
	position: relative;
}
.mainTable{
	width: 100%;
	border: 0;
}
.mainTable td{
	vertical-align: top;
	text-align:left;
}

#leftCol
{
  min-height: 500px;
}
#centerCol{
}
#rightCol{
}

/*****************************
 * FOR LEFT COLUMN
 *****************************/
#tdLeft {
  width: 206px;
  background-image:url(../images/bg_left.gif);
}
#navContainer li{
	list-style-type:none;
	font-size: 11px;
	line-height:15px;
}
#navContainer li a{
  color: Black;
	font-size: 11px;
}
#navContainer li a:hover{
  color: #555555;
}
#navContainer li:hover
{
  color: #555555;
  font-weight:bold;
}
#navContainer li:hover li
{
  font-weight:normal;
}

#navContainer .selected {
  font-weight:bold;
}
#navContainer .selected ul {
  font-weight:normal;
}
#navContainer .selected:hover {
  color: Black;
}
#navContainer ul ul
{
  display: none;
  position: absolute;
  background-color: #aba79d;
  /*
  opacity: .5;
  filter: alpha(opacity=50);
  */
}

.leftLinks li{
	list-style-type:none;
	line-height:15px;
	text-transform: uppercase;
}
.leftLinks a{
	font-size: 11px;
	color: White;
}
.leftLinks a:hover {
  color: #BBBBBB;
}
 
/*****************************
 * FOR CENTER COLUMN
 *****************************/
 
#topMenu{
	background: url(../images/bg_center_top.gif) repeat-x;
	padding-left:22px;
	height:18px;
	line-height:17px;
	margin-bottom:20px;
}
#ulTopMenu li{
	display: inline;
	list-style-type: none;
	margin: 0 3px 0 3px;
}
#ulTopMenu li, #ulTopMenu a {
	font-size: 11px;
  color: White;
	font-weight: bold;
}
#ulTopMenu a:hover 
{
  color: #CCC;
}
#ulTopMenu .selected a {
	color: Black;
}

.centerContent{
	/*position: relative;*/
	padding: 0 0 0 25px;
	/*background: url(../images/vert_line_dot.gif) repeat-y right top;*/
	min-height: 460px;
}
.centerContent p, .centerContent .Paragraph
{
  margin-right: 8px;
}
.centerContent ul
{
  margin: 4px 0 5px 15px;
}
.itemTitle{
  font-size: 11px;
  padding: 3px 0 11px 0;
}

.pageNavigation
{
  margin: 10px 0 20px 0;
  font-size: 9px;
}
.pageNavigation a
{
  color: Black;
}

/*****************************
 * FOR RIGHT COLUMN
 *****************************/

#rightCol a {
  color: Black;
}
#rightCol a:hover {
  font-weight: bold;
}

#rightColContent{
	padding-left: 9px;
	margin-top:47px;
}

#rightTabs
{
  padding-bottom: 20px;
  background: url(../images/line_dot_black.gif) repeat-x left bottom;
}

#rightTabs p 
{
  /*
  padding: 6px 0 9px 0;
  background: url(../images/line_dot_black.gif) repeat-x left bottom;
  */
}
#rightTabs p:last-child
{
  background: none;
}
 
#ulRightMenuBar{
	margin-bottom:15px;
}
#ulRightMenuBar li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#ulRightMenuBar a {
	color: #B1B1B1;
	font-size:9px;
	font-weight:bold;
}
#ulRightMenuBar a:hover, #ulRightMenuBar .selected {
	color: Black;
}

.rightMenu li
{
  background: url(../images/line_dot_black.gif) repeat-x bottom left;
  padding: 5px 0 7px 0;
  margin-right: 9px;
  list-style-type: none;
}
.rightMenu .selected
{
  font-weight: bold;
}