body{
  margin:0px;
  background-color:#b3b3b3;
}

td,p{
  color:#000000;
  font-family:Arial;
  font-size:12px;
}

h1{
  font-size:14px;
}

h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
}

p.footer{
  color:#ffffff;
  font-size:11px;
  margin-bottom:20px;
}

td.nav{
  color:#ffffff;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
}

td.content_main {
  background-color:#ffffff;
  background-image:url('../images/main_bg.jpg');
  background-repeat: repeat-x;
  background-position:bottom;
  padding: 18px 20px 35px 20px;
  width: 510px;
  height: 300px;
  vertical-align: top;
  
}

td.content_sidebar {
  background-color:#ffffff;
  background-image:url('../images/side_bg.jpg');
  background-repeat: repeat-x;
  background-position:bottom;
  padding: 18px 0px 0px 10px ;
  width: 166px;
  
}

.main_tb_color{
  background-color:#ff9b00;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #dedede;
	text-decoration: underline;
}


a.mainnav:link {
  color:#0000CC;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}

a.mainnav:visited {
  color:#ffffff;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}

a.mainnav:hover {
  color:#ea9441;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}

a.mainnav_on:link {
  color:#ea9441;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}

a.mainnav_on:visited {
  color:#ea9441;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}

a.mainnav_on:hover {
  color:#e47200;
  font-size:11px;
  padding-bottom:12px;
  font-weight:bold;
  letter-spacing:2px;
	text-decoration: none;
}


a.subnav:link {
  color:#0000CC;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	width:165px;
  background-color:#CCCCCC;
	display:block;/*New style*/

}

a.subnav:visited {
  color:#000000;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	width:165px;
  background-color:#CCCCCC;
	display:block;/*New style*/
}

a.subnav:hover {
  color:#000000;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	background-color:#909090;
	display:block; /*New style*/
	width:165px;

}


a.subnav_on:link {
  color:#0000CC;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	background-color:#909090;
	width:150px;
	display:block;/*New style*/
}

a.subnav_on:visited {
  color:#000000;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	background-color:#909090;
	width:165px;
	display:block;/*New style*/
}

a.subnav_on:hover {
  color:#333333;
  font-size:10px;
  padding:5px 0 5px 3px;
  font-weight:bold;
	text-decoration: none;
	background-color:#909090;
	width:165px;
	display:block;/*New style*/
}