@charset 'UTF-8';

a:link,
a:visited {
	text-decoration: none;
	color: #991518;
}

a:hover {
	color: #F4AE0B;
}

body {
  font-size: 11px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
	background: #444444;
}

h1 {
  font-size: 225%;
}

h2 {
  font-size: 175%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

div#body {
	margin: 0 auto;
	padding: 20px;
  width: 920px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left;
  background: #FFFFFF;
}

div#top {
	position: relative;
	height: 95px;
	background: transparent url(/images/layout/top.gif) 228px 0 no-repeat;
}

div#top img {
	position: absolute;
	top: 8px;
}

div#top ul {
	position: absolute;
	left: 260px;
	top: 55px;
  margin: 0;
  list-style: none;
}

div#top ul li {
  display: inline;
  border-right: 1px solid #FFFFFF;
  margin-right: -3px;
}

div#top ul li.last,
div#top ul li.last {
  margin: 0;
  border: 0;
}

div#top ul li a:link,
div#top ul li a:visited {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 7px;
  border-left: 1px solid #991518;
  border-right: 1px solid #991518;
}

div#top ul li a:hover {
  background: #FFFFFF;
  color: #991518;
}

div#main {
}

div#left {
	float: left;
	width: 450px;
}

div#left div.image,
div#left a.image:link,
div#left a.image:visited {
	display: block;
	margin-bottom: 20px;
	color: #333333;
}

div#left div.image span.top,
div#left div.image span.bottom,
div#left a.image:link span.top,
div#left a.image:link span.bottom,
div#left a.image:visited span.top,
div#left a.image:visited span.bottom {
	display: block;
	height: 10px;
	background: transparent url(/images/layout/border.gif) top left no-repeat;
}

div#left div.image span.bottom,
div#left a.image:link span.bottom,
div#left a.image:visited span.bottom {
	background-position: bottom left;
}

div#left div.image span.image,
div#left a.image:link span.image,
div#left a.image:visited span.image {
	display: block;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 11px 20px 6px 20px;
}

div#left a.image:link span.image img,
div#left a.image:visited span.image img {
	display: block;
	margin-bottom: 16px;
}

div#left div.item {
	margin-bottom: 20px;
}

div#center {
	float: left;
	margin-left: 17px;
	width: 225px;
}

div#center a.item:link,
div#center a.item:visited {
	display: block;
	margin: -3px 0 13px 0;
	padding: 23px;
	height: 179px;
	background: transparent url(/images/layout/box.png) no-repeat;
	color: #333333;
}

div#center a.item.small:link,
div#center a.item.small:visited {
	height: 73px;
	background: transparent url(/images/layout/box_small.png) no-repeat;
}

div#center a.item:link img,
div#center a.item:visited img {
	display: block;
	margin-bottom:16px;
}

div#center ul {
	margin-left: 2.5em;
	font-size: 12px;
}

div#center li ul {
	margin-left: 1.5em;
	list-style-type: circle;
}

div#right {
	float: left;
	margin-left: 13px;
	width: 215px;
}

div#right a:link,
div#right a:visited {
	display: block;
	border-top: 1px solid #DDDDDD;
	padding: 1.5em 0;
	color: #333333;
}

div#right a:hover {
	border-color: #F4AE0B;
}

div#right a:link strong,
div#right a:visited strong {
	display: block;
  font-size: 150%;
  color: #991518;
}

div#right a:hover strong {
	color: #F4AE0B;
}

div#right em {
	display: block;
	margin-bottom: 1.5em;
}

div#right span {
	display: block;
	margin-top: 1.5em;
}

div#bottom {
	clear: both;
	padding: 4px 0 3px 0;
	text-align: center;
	background: transparent url(/images/layout/bottom.gif) no-repeat;
}

div#bottom ul {
  margin: 0;
  list-style: none;
}

div#bottom ul li {
  display: inline;
  border-right: 1px solid #FFFFFF;
  margin-right: -3px;
}

div#bottom ul li.last,
div#bottom ul li.last {
  margin: 0;
  border: 0;
}

div#bottom ul li a:link,
div#bottom ul li a:visited {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 7px;
  border-left: 1px solid #991518;
  border-right: 1px solid #991518;
}

div#bottom ul li a:hover {
  background: #FFFFFF;
  color: #991518;
}

body:first-of-type div#top,
body:first-of-type div#bottom {
	font-size: 10px;
}