/*CSS*/
body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Arial, Verdana, sans-serif;
}

td.header {
	background-image: url('../images/background_new.png');
	background-repeat: no-repeat;
  	height:156px;
	vertical-align:top;
	text-align:left;
	padding:10px 0px 0px 250px;
	line-height:120%;
}

td.content {
  background-image: url('../images/main_bkg.png');
  background-repeat: no-repeat;
  height:500px;
  vertical-align:top;
  text-align:left;
  padding:5px 0px 0px 250px;
}

td.main {
	padding:30px 0px 0px 0px;
}

td.sidebar {
	 padding:0px 0px 0px 30px;
	 vertical-align:top;
}

td.address {
	color:#FFFFFF;
	line-height:70%;
}

td.menu {
	padding:30px 0px 0px 0px;
	line-height:140%;
}

td.footer {
	height:50px;
}

a.selected {
  color: #CDDD54;
  text-decoration: none;
  font-weight:bold;
  font-size:15px;
}

a.other {
  color: #999999;
  text-decoration: none;
  font-weight:bold;
  font-size:13px;
}

td.main a:visited{
  color: #999999;
}

td.main a:link {
	color: #999999;
}

td.main a:hover {
	color: #999999;
	font-weight:bold;
}

td.contact {
  color: #999999;
  font-weight:bold;
  font-size:12px;
}

div.content {
	font-size:12px;
}

div.content img {
	padding:10px 10px 10px 10px;
}

div.content form {
	padding:0px 0px 0px 0px;
	margin:0;
}
