.border
{
  background-image: url('images/home.png');
  background-repeat: no-repeat;
  background-position: right top;
}

.title
{
  /*height: 80%;
  min-height: 375px;
  max-height: 600px;*/
  height: 500px;
  width: 134px;
  background-image: url('images/home_left.png');
  background-repeat: no-repeat;
  top: 19px;
  left: -15px;
}


.border
{
  padding: 0px 0px 0px 131px;
}

.content
{
  height: 100%;
  overflow: auto;
  padding: 0px 7px 0px 7px;
  border-left: 7px solid rgb(180, 42, 62);
}

h1
{
  margin: 0 0 0 -25px;
  padding: 1px 0px 1px 0px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: rgb(180, 42, 62);
  border-left: 45px solid rgb(180, 42, 62);
}

h2
{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
}

.newsborder
{
	border: 1px solid rgb(0, 64, 128);
	margin: 5px 0 5px 0;
}

.upcoming
{
  zoom: 1; /*Hack to make opacity work in IE*/
  display: block;
  opacity: 0.8;
  filter:alpha(opacity=80);
  padding: 3px;
  background-color: #ffffff;
  border: none;
  margin: 0;
  color: #000000;
}

.itemwhite, .itemgrey
{
  zoom: 1; /*Hack to make opacity work in IE*/
  display: table;
  opacity: 0.8;
  filter:alpha(opacity=80);
  padding: 3px;
  border: none;
  margin: 0;
  color: #000000;
}

.itemwhite
{
 background-color: #ffffff;
}

.itemgrey
{
  background-color: #d2d2d2;
}

.introtext
{
  zoom: 1; /*Hack to make opacity work in IE*/
  display: table;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid rgb(0, 64, 128);;
  margin: 5px 0px 5px 0px;
  color: #000000;
  overflow: auto;
  vertical-align: middle;
}

.introtext a, .itemwhite a, .itemgrey a, .upcoming a
{
  color: #004080;
  text-decoration: none;
  font-weight: bold;
}

.introtext a:hover, .introtext a:active, .itemwhite a:hover, .itemwhite a:active, .itemgrey a:hover, .itemgrey a:active, .upcoming a:hover, .upcoming a:active
{
  color: #D24664;
}

.borderbar
{
  display: block;
  border-left: 5px solid rgb(0, 64, 128);
  padding-top: 5px;
}

.date
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}

img
{
  margin: 5px;
}