html,body {
  /* height:100%; */
  margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #5D8CC4;
	line-height: 19px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/hg.png);
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 11px 0;
	line-height:24px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	line-height:19px;
}

/* divs */
#container {
  text-align: left;
  position:absolute;
  width:880px;
  margin:0 0px 0px -420px;
  left: 50%;
}

#logo {
	margin: 26px 0 16px 44px;
}
#box {
	width: 742px;
	margin: 0px 0 0 10px;
	float: left;
	padding-top:10px;
}
#box_right, #box_right_empty {
	width: 229px;
	height: 310px;
	margin-top:2px;
	float: left;
	background-repeat: no-repeat;
}
#box_right_content {
	padding: 14px 10px 0 23px;
	line-height: 14px;
}
#box_top {
	margin: -3px 0 0 0;
	width: 849px;
	height:31px;
}
#box_mid {
	width: 849px;
}
#content {
	font-size: 12px;
	padding: 21px 0 0 28px;
	width: 780px;
}
#box_bottom {
	background-image: url(images/box_bottom.png);
	width: 849px;
	height:22px;
}
#meta {
	margin: 4px 0 20px 50px;
}
#meta a, #meta {
	font-weight: normal;
	color: #4F74A2;
	font-family: Arial, Helvetica, sans-serif;
}

.img {
	border: 1px solid #AFC2E1;
}
.side_big {
	color: #EEE;
	font-size: 20px;
}

a {
	color: #737374;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
a.submenu {
	color: #658FC1;
}


ul {
	/* margin: -8px 0 10px -16px; */
}



#tabs1 {
  float:left;
  width:823px;
  font-size:12px;
  line-height:normal;
  /* border-bottom:1px solid #BFD4E7; */
  margin-bottom:3px;
  margin-left: 9px;
}
#tabs1 ul {
  margin:0;
  padding:0px 10px 0 33px;
  list-style:none;
}
#tabs1 li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs1 a {
  float:left;
  background:url("images/tableft1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabs1 a span {
  float:left;
  display:block;
  background:url("images/tabright1.gif") no-repeat right top;
  padding:7px 17px 5px 11px;
  color:#627EB7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#627EB7;
  }
#tabs1 a:hover {
  background-position:0% -42px;
}
#tabs1 a:hover span {
  background-position:100% -42px;
}

#tabs1 #current a {
  background-position:0% -42px;
}
#tabs1 #current a span {
  background-position:100% -42px;
}



/* old */
#tabs {
/*
  float:left;
  width:100%;
*/
  font-size:13px;
  line-height:normal;
}
#tabs ul {
  margin:0 0 0 50px;
  padding:0px 0px 0 0px;
  list-style:none;
}
#tabs li {
  display:inline;
  margin: 0 0px 0 0px;
  padding:0;
}
#tabs a {
  float:left;
  background:		url("images/button_left.png") no-repeat left top;
  margin:			0;
  padding:			0 0 0 4px;
  font-weight:		bold;
  text-decoration:	none;
}
#tabs a span {
  float:			left;
  display:			block;
  background:		url("images/button_right.png") no-repeat right top;
  padding:			10px 20px 12px 16px;
  color:			#868688;
  font-size:		16px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#fff;
}
#tabs a:hover {
  background-position:0% -42px;
}
#tabs a:hover span {
  background-position:100% -42px;
}
#tabs #current a {
  background-position:0% -42px;
}
#tabs #current a span {
  background-position:100% -42px;
  color:#fff;
}



form dt {
   clear:both;
   width:17%;
   float:left;
   text-align:right;
   margin-right:10px;
}
form dd {
   float:left;
   width:80%;
   margin:0 0 3px 0;
}

input, textarea {
	background-color: #FFF;
	border:1px solid #6885A0;
	color: #666;
	font-size:12px; 
	width:230px;
}

 
