body {
  background-color: #2D478A;
  background-image: url('images/bkg2.gif ');
}
body, td, th {
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.archives {
	text-decoration: none;
}

a:hover.archives {
	text-decoration: underline;

}

div.body {
	width: 749px;
	margin-left: auto;
	margin-right: auto;
}

/* All menu */

div.topmenu, 
div.secondmenu,
div.bottommenu {
	background: #17264A;
}

/* Top menu */

div.topmenu {
	color: #3E5A9F;
	padding: 5px;
	text-align: center;
	margin-bottom: 1px;
}
div.topmenu a {
	color: #D8D7D7;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
div.topmenu a:hover {
	text-decoration: underline;
}

/* Second top and bottom menu */

div.secondmenu,
div.bottommenu {
	font-weight: bold;
	color: #3E5A9F;
	padding: 5px;
	text-align: center;	
	margin-top: 3px;
	margin-bottom: 2px;
}
div.secondmenu a,
div.bottommenu a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #D8D7D7;
	padding-left: 11px;
	padding-right: 5px;
	text-decoration: none;
}
div.secondmenu a:hover,
div.bottommenu a:hover {
	text-decoration: underline;
}

/* Logo */

table.logo {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
table.logo td, 
table.logo th {
	padding: 0px;
	background: Gray;
	vertical-align: middle;
}
table.logo td.r1c1,
table.logo td.r1c1 img
{
	width: 219px;
	height: 83px;
}
table.logo td.r1c2,
table.logo td.r1c2 img
{
	width: 263px;
	height: 83px;
}
table.logo td.r1c3,
table.logo td.r1c3 img
{
	width: 267px;
	height: 83px;
}
table.logo td.r2c1,
table.logo td.r2c1 img
{
	width: 219px;
	height: 83px;
}
table.logo td.r2c2,
table.logo td.r2c2 img
{
	width: 263px;
	height: 83px;
}
table.logo td.r2c3,
table.logo td.r2c3 img
{
	width: 267px;
	height: 83px;
}

/* Logo menu */

table.logomenu {
	width: 100%;
	padding: 0px;
	font-weight: bold;
	border-collapse: collapse;
}
table.logomenu td,
table.logomenu th {
	background: #E0BA69;
	padding: 0px;
}
table.logomenu td.links {
	padding-left: 2px;
}

table.logomenu a {
	color: #1B3461;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
table.logomenu a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #1B3461;
}

/* Content */

div.content {
	padding-left: 10px;
	padding-right: 10px;
	width: 729px;
	background-color: white !IMPORTANT;
}

/* Content top menu */

div.content div.contenttopmenu {
	background: #E7E7E7;
	border: 1px solid #c7c7c7;
	font-weight: bold;
	padding: 4px;
	text-align: center;	
}
div.content div.contenttopmenu a {
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: underline;
}
div.content div.contenttopmenu a:hover {
	text-decoration: none;
}

div.content div.contenttopmenu a.red {
	color: #792727;
}

div.content div.contenttopmenu a.blue {
	color: #1B3461;
}

/* Content row 1 */

div.content div {
	clear: right;
}
div.content div.featured {
	margin-top: 10px;
	background: #ffffff;
}
div.content div.featured img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.content div.featured h2 {
	background: #FDF7D6;
	border: 1px solid #EDE7C6;
	color: #2D478A;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
div.content div.featured p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
div.content div.featured p.quot{
   font-style: italic;
   text-align: right;
}	
div.content div.featured p.quot img{
  float: none;
  border: 0px;
}
div.content div.featured table.contacts{
	background: #E7E7E7;
	border: 1px solid #c7c7c7;
	width: 100%;
}
div.content div.featured table.contacts td{
  padding: 10px;
}

div.content div.featured table.contacts td.right{
  text-align: right;
  vertical-align: middle;
}
div.content div.featured table.contacts td.right img{
  float: none;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div.content div.featured div.text {
	border: 1px dashed red;	
}

div.content p.note{
	background: #E0BA69;
	border: 1px solid #17264A;
	padding: 10px;
}


/* Content row divider */

div.content div.contentrowdiv {
	border-bottom: 1px solid #E7E7E7;
	height: 2px;
	overflow: hidden;	
	clear: both;
}

/* Content table */

div.content table.content {
	width: 100%;
}
div.content table.content td,
div.content table.content th {
	text-align: left;
}
div.content table.content tr.row1 td {
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
div.content table.content tr.row1 td.separator {
	border-bottom: none;
}
div.content table.content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.content table.content p.title {
	margin-top: 5px;
	margin-bottom: 7px;
}
div.content table.content p.title a {
	color: #792727;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div.content table.content p.title a:hover {
	text-decoration: none;
}
div.content table.content p.text {
	margin-top: 0px;
	margin-bottom: 15px;
}
div.content table.content p.text a.more {
	color: #792727;
	text-decoration: underline;	
}
div.content table.content p.text a.more:hover {
	text-decoration: none;
}
div.content table.content a.download {
	color: #792727;
	font-weight: bold;
	text-decoration: underline;	
}
div.content table.content a.download:hover {
	text-decoration: none;
}

/* Content menu */

table.contentmenu {
	font-weight: bold;
	background: #E0BA69;
	color: #17264A;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
table.contentmenu td,
table.contentmenu th {
	padding: 0px;
}
table.contentmenu a {
	color: #3333CC;
	text-decoration: underline; 
}
table.contentmenu a:hover {
	text-decoration: none;
}

/* Footer */

div.footer {
	color: white;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.footer span.contact {
	font-weight: bold;
	color: #E0BA69;
}

div.footer span.div {
	color: Black;
}

/* Marquee */

div.mark {
	color: #1B3461;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	background: white;
}

div.mark a {
	color: #1B3461;
	text-decoration: underline; 	
}

div.mark a:hover {
	text-decoration: underline; 	
}


/* INNER CONTENT */

div.inner_content, div.inner_content p{
  padding-top: 5px;
  font-family: verdana;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  background: white;
}
div.inner_content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

div.inner_content h1{
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #FDF7D6;
  border: 1px solid #EDE7C6;
}
div.inner_content div.with_right_block{
  width: 503px;
}
div.inner_content h2{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #1B3461;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.inner_content table.links{
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
}
div.inner_content table.links td.left{ height: 41px; }
div.inner_content table.links td.left{ text-align: left; }
div.inner_content table.links td.right{ text-align: right; }
div.inner_content table.links, div.inner_content table.links td, div.inner_content table.links a{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #3333CC;
  text-align: center;
}
div.inner_content table.links img{
  border: 0;
}
div.inner_content span.title{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #792727;
}
div.inner_content p.first{
  padding-top: 0px;
  margin-top: 0px;
}
div.inner_content p.note{
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  border: 0px;
  background: none;
}
div.inner_content img.order_books{
  float: right;
  width: 103px;
  height: 57px;
  border: 0px;
}
div.inner_content div.right_content{
  float: right;
  width: 216px;
  margin-left: 5px;
  margin-bottom: 15px;
}
div.inner_content div.right_content div.quote{
  background-color: #E7E7E7;
  margin-top: 9px;
  font-style: italic;
  padding: 10px;
  width: 195px;
}

div.sep{
  height: 1px;
  background-color: #E7E7E7;
  overflow: hidden;
}