body {
  margin: 24px 0;
  padding: 0;
  background-image: url(/Images/bgdiags.gif);
  background-repeat: repeat-x repeat-y;
  background-attachment: fixed;
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: white;
  line-height: 1.2em;
}
a {
  color: red;
}
#page {
  margin: 0 auto;
  width: 920px;
  background-color: white;
  border: 4px solid #990000;
}
#header {
  width: 920px;
  height: 120px;
}
#header img {
  width: 920px;
  height: 120px;
}
#masthead {
  width: 920px;
  height: 240px;
  background-image: url(/Images/masthead.jpg);
  background-repeat: no-repeat;
}
#masthead #subtitle {
  position: absolute;
  left: 50%;
  top: 32px;
  margin-left: 190px;
  font-size: 14px;
  color: white;
}
#menu {
  position: absolute;
  left: 50%;
  top: 94px;
  margin-left: 170px;
}
#menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  white-space: nowrap;
}
#menu li {
  display: inline;
}
#menu a {
  color: white;
  padding: 3px 10px;
  background-color: #cc0000;
}
#menu a:link, #menu a:visited {
  color: white;
  text-decoration: none;
}
#menu a:hover {
  color: white;
  background-color: #ff0000;
  text-decoration: none;
}
#leftcolumn {
  width: 290px;
  float: left;
}
#middlecolumn {
  width: 376px;
  float: left;
}
#rightcolumn {
  width: 230px;
  float: left;
}
#footer {
  clear: both;
  color: white;
  padding-top: 12px;
  width: 920px;
  height: 120px;
  text-align: center;
  font-size: 12px;
  background-color: #333333;
}
#footer #logo {
  border: 2px solid white;
}
#footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
#footer li {
  display: inline;
  padding-left: 10px;
}
#footer li img {
  border: 2px solid white;
}
.titlebox {
	margin-top: 12px;
  padding: 0;
	background: url(/Images/titlebox_11.gif) no-repeat bottom right;
}
.titlebox-caption {
	background: url(/Images/titlebox_07.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.titlebox h2 {
	background: url(/Images/titlebox_06.gif) no-repeat top left;
	margin: 0;
  padding: 12px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
}
.titlebox-body {
	background: url(/Images/titlebox_10.gif) no-repeat bottom left;
	margin: 0;
  padding: 10px 24px 24px 24px;
  text-align: justify;
  font-size: 1em;
}
.titlebox-body p {
  margin-bottom: 1em;
  text-indent: 0.8em;
}
#article-snippet-list {
  width: 600px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#article-snippet-list .titlebox-caption h2 {
  text-align: left;
  padding-left: 24px;
}
#companyinfo {
  text-indent: 0;
  font-size: 12px;
  line-height: 1.1em;
}
#linkpartners {
  color: white;
}
