/* default settings */
html{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

body{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: #00467a;
  background-image: url( '../images/layout/bg.gif' );
  background-repeat: repeat-x;
  background-position: top center;
}

div{
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: Verdana, Arial;
  font-size: 10px;
  line-height: 16px;
}

img{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

input,textarea{
  padding: 2px;
  margin: 0px;
  margin-bottom: 5px;
  font-family: Verdana, Arial;
  font-size: 10px;
  line-height: 20px;
}

#body {
	background-color: #ffffff;
	background-image: url( '../images/layout/bg_body.gif' );
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}

#body #top {
	background-image: url( '../images/layout/top.gif' );
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

#body #header {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

#body #menu {
	width: 100%;
	height: 55px;
	overflow: hidden;
}

#body #content {
	width: 100%;
}

#body #content #contentbox {
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	_margin-left: 20px;
	_margin-top: 20px;
	width: 584px;
	color: #545353;
}

#body #content #contentbox .title {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	color: #003964;
	margin-bottom: 20px;
}

#body #content #rightblock {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	_margin-right: 20px;
	_margin-top: 20px;
	width: 296px;
	color: #545353;
	margin-bottom: 5px;
}

#body #content #rightblock a {
	color: #003964;
	text-decoration: none;
}

#body #content #rightblock a:hover {
	color: #003964;
	text-decoration: underline;
}

#body #content #rightblock #blocktop {
	background-image: url( '../images/layout/blocktop.png' );
	background-repeat: no-repeat;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #003964;
	padding: 5px;
	padding-left: 15px;
	padding-top: 25px;
}

#body #content #rightblock .blockphoto {
	height: 90px;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 62px;
	font-size: 62px;
	text-align: center;
}

#body #content #rightblock .blockphoto img {
	vertical-align: middle;
}

#body #content #rightblock .blockphoto_large {
	height: 180px;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 144px;
	font-size: 144px;
	text-align: center;
}

#body #content #rightblock .blockphoto_large img {
	vertical-align: middle;
}

#body #content #rightblock .block_text {
	height: 60px;
	background-image: url( '../images/layout/block_back.png' );
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #003964;
	padding: 5px;
	padding-left: 15px;
	padding-top: 25px;
}

#body #content #rightblock .blocktext {
	height: 90px;
	background-image: url( '../images/layout/blockback.png' );
	font-size: 11px;
	line-height: 15px;
	color: #003964;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	overflow: hidden;
}

#body #content #rightblock .blocktext strong,
#body #content #rightblock .blocktext b,
#body #content #rightblock .blocktext a {
	color: #003964;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none
}

#body #content #rightblock .blocktext a:hover {
	text-decoration: none
}

#body #content #rightblock #blockbottom {
	background-image: url( '../images/layout/blockbottom.png' );
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 45px;
}

#body #bottom {
	background-image: url( '../images/layout/bottom.gif' );
	background-repeat: no-repeat;
	width: 100%;
	height: 96px;
	overflow: hidden;
}

#body #bottom #pawns {
	margin-left: 620px;
	width: 100px;
	height: 96px;
	overflow: hidden;
}

.clearfix {
	display: block;
	clear: both;
}

