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

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

p {
	margin: 0px;
}

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

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

a.top_menu {
  color: #292560;
  text-decoration: none;
  font-weight: bold;
}

a.top_menu:hover {
  color: #f7a712;
  text-decoration: none;
  font-weight: bold;
}

a.menu_top {
  text-decoration: none;
  color: #ffffff;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
}

a.menu_top:hover, a.menu_top_active, a.menu_top_active:hover {
  text-decoration: none;
  color: #ffffff;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
}

a.menu_top_sub {
  font-family: verdana;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}

a.menu_top_sub:hover, a.menu_top_sub_active, a.menu_top_sub_active:hover {
  font-family: verdana;
  color: #f7a712;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}

h1 {
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  color: #f7a712;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}

span.big {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #292560;
}

li, ul {
  margin: 10px;
  padding: 0px;
}

div.banner {
  width: 100%;
  height: 135px;
  background-image: url("/images/core/bg_header.gif");
}

div.banner_core {
	position: absolute;
	left: 50%;
	margin-left: -500px;
  width: 1000px;
  background-image: url("/images/core/header_core.gif");
  height: 135px;
}

div.top_menu {
  position: absolute; 
  top: 24px; 
  right: 24px;
  z-index: 1;
}

div.top_menu_spacer {
  position: absolute; 
  top: 24px; 
  right: 25px;
  z-index: 2;
}

div.content {
  background-color: #ffffff;
  position: absolute;
  top: 135px;
	left: 50%;
	margin-left: -500px;
  width: 1000px;
}

div.core_padding {
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 25px;
}

td.menu_on {
  width: 133px;
  background-image: url("/images/core/bg_tabs_on.gif");
  height: 135px; 
  padding-top: 40px;
}

td.menu_off {
  width: 133px;
  background-image: url("/images/core/bg_tabs_off.gif");
  height: 135px; 
  padding-top: 36px;
}

div.menu_text {
  position: relative;
  top: 76px;
  text-align: center;
}

div.left {
  float: left; 
  width: 200px;
}

div.core {
  float: left;
  width: 550px;
  padding-bottom: 10px;
}

div.right {
  float: right; 
  width: 200px;
}

td.box_header {
  width: 177px; 
  height: 43px; 
  background-image: url("/images/core/box_header.gif"); 
  background-repeat: no-repeat; 
  color: #ffffff; 
  padding-left: 11px; 
  padding-bottom: 7px;
}

td.box_core {
  width: 177px; 
  background-image: url("/images/core/box_core.gif"); 
  background-repeat: repeat-y; 
  padding-left: 13px; 
  padding-top: 2px; 
  padding-right: 44px; 
  padding-bottom: 5px; 
}

td.altbox_core {
  width: 177px; 
  background-image: url("/images/core/2box_core.gif"); 
  background-repeat: repeat-y; 
  padding-left: 13px; 
  padding-top: 12px; 
  padding-right: 44px; 
  padding-bottom: 5px; 
  font-size: 10px;
}

td.formbox_core {
  width: 555px; 
  background-image: url("/images/core/formbox_core.gif"); 
  background-repeat: repeat-y; 
  padding-left: 30px; 
  padding-top: 20px; 
  padding-right: 44px; 
  padding-bottom: 5px; 
}

input, textarea, select {
  color: #000000;
  font-size: 10px;
  font-family: arial;
}