body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #231f20;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
  padding: 0;
	background: url("../img/bg_page.gif") top left repeat-x;
}
img {
  border: none;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	background: url("../img/bg_title.gif") top left no-repeat;
  color: #79abc2;
	line-height: 1.45em;
	margin: 0;
	padding: 0 0 0 20px;
}
a {
  color: #af2900;
  text-decoration: underline;
}
a:visited {
  color: #af2900;
  text-decoration: underline;
}
a:hover {
  color: #e27a00;
  text-decoration: underline;
}
.imgBorder {
  border: 2px solid #ceecfc;
}

/* HEADER */
#top {
  height: 269px;
  width: 950px;
  text-align: left;
  margin: auto;
}
#top .left {
  height: 269px;
  width: 400px;
  float: left;
  background: url("../img/bg_logo.gif") top left no-repeat;
}
#top .logo {
  padding: 44px 0 0 107px;
}
#top .right {
  height: 269px;
  width: 150px;
  float: right;
}
#top .flag {
  padding: 40px 15px 0 15px;
}
#top .order {
  padding: 28px 0 0 0;
}

/* CONTENT */
#contentBox {
  width: 950px;
  text-align: left;
  margin: auto;
}
#contentLeftBox {
  width: 277px;
  margin: 0;
  padding: 0;
  float: left;
}
#contentLeftBox ul {
  width: 200px;
  padding: 0 0 40px 0;
  margin: 0;
}
#contentLeftBox li {
  font-size : 1em;
	color : #00427a;
	border-bottom: 1px solid #dcf0fb;
	background: url("../img/bp_menu.gif") top left no-repeat;
  list-style: none;
  line-height: 2.2em;
  padding: 0 0 0 29px;
  margin: 0;
}
#contentLeftBox li a {
  font-size : 1em;
  font-weight: normal;
	color : #00427a;
	text-decoration: none;
}
#contentLeftBox li a:visited {
  font-size : 1em;
  font-weight: normal;
	color : #00427a;
	text-decoration: none;
}
#contentLeftBox li a:hover {
  font-size : 1em;
  font-weight: normal;
	color : #af2900;
	text-decoration: none;
}
#contentRightBox {
  width: 670px;
  margin: 0;
  padding: 0;
  float: right;
}
#contentRightBox .highlightBox {
  background-color: #dcf0fb;
  margin: 10px 0 20px 0;
  padding: 5px 20px 10px 20px;
}
#contentRightBox ul {
  padding: 0;
  margin: 0;
}
#contentRightBox li {
  list-style: none;
  padding: 0 0 0 28px;
  margin: 0;
  background: url("../img/bp_list.gif") top left no-repeat;
}
.imgRight {
  border: 2px solid #ceecfc;
  float: right;
  margin: 3px 0 20px 20px;
}
.imgLeft {
  border: 2px solid #ceecfc;
  float: left;
  margin: 3px 10px 0 0;
}
#contentRightBox .indent {
  padding-top: 15px;
}
#contentRightBox .indentTopBottom {
  padding: 15px 0 15px 0;
}
#contentRightBox table{
  margin: 10px 0 0 0;
}
#contentRightBox td{
  border-bottom: 1px solid #7eafc6;
  padding: 3px;
}
#contentRightBox th{
  background: #7eafc6;
  border-bottom: 1px solid #7eafc6;
  border-top: 1px solid #7eafc6;
  padding: 4px;
  color: #ffffff;
}
#contentRightBox .paddingField {
  width: 200px;
  padding-top: 20px;
}
/* FOOTER */
#footerBox {
  font-size: 0.8em;
  color: #79abc2;
  width: 950px;
  height: 30px;
  border-top: 3px solid #79abc2;
  text-align: left;
  margin: 20px auto;
  padding: 0 0 20px 0;
}
#footerBox a {
  color: #79abc2;
  text-decoration: underline;
}
#footerBox a:visited {
  color: #79abc2;
  text-decoration: underline;
}
#footerBox a:hover {
  color: #af2900;
  text-decoration: none;
}
#footerLeft {
  float: left;
}
#footerRight {
  float: right;
}

/* GLOBAL */
.clear {
 clear: both;
 font-size: 1%;
 line-height: 1px;
}
