body {
	padding: 0px;
	margin: 0px;
  overflow: scroll;
	color: #000000;	
}

body, td {
	font-family: verdana;
	font-size: 12px;
}

p {
	margin: 0px;
}

a {
  color: #00559E;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #00559E;
  font-weight: bold;
  text-decoration: underline;
}

a.menu {
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

a.menu:hover {
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #ffff00;
  text-decoration: none;
  text-transform: uppercase;
}

h1 {
  font-family: verdana;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

span.title {
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

div.centercontent {
	position: absolute;
	left: 50%;
	margin-left: -390px;
  width: 774px;
}

div.main_padding {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

div.title {
  background-image: url("/images/core/bg_title.jpg");
	background-repeat: repeat-x;
	background-position: top;  
	width: 100%;
	height: 43px;
}

table.left {
  width: 166px;
  padding-left: 13px;
}

td.menu {
  width: 222px;
  height: 30px;  
  background-image: url("/images/core/bg_menu.jpg");
  background-repeat: repeat-y;
  vertical-align: middle;
  text-align: center;
}

td.leftside {
  width: 222px;
  background-image: url("/images/core/slide.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #f0cb70;
  color: #000000;
  padding-left: 20px;
  padding-top: 180px;
  padding-bottom: 20px;
}

td.banner {
  background-image: url("/images/core/header.jpg");
  background-repeat: no-repeat;
  width: 545px;
  height: 188px;
}

td.content {
  width: 545px;
}

td.hr {
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
} 

span.msg {
	color: #FF0000;
	font-weight: bold;
}
