html, body {
 height:100%;
}

a.nav	{
 font-family:arial, sans serif;
 font-size:12px;
 font-weight: bold;
 text-decoration: none;
 color:#dadada;
}

a.nav:hover	{
 text-decoration: underline;
 color:#dadada;
}

a	{
 font-family:arial, sans serif;
 font-size:12px;
 font-weight: bold;
 text-decoration: none;
 color:#9e0b0e;
}

a:hover	{
 text-decoration: underline;
 color:#9e0b0e;
}

a.nav2	{
 font-family:arial, sans serif;
 font-size:12px;
 font-weight: normal;
 text-decoration: none;
 color:#FFFFFF;
}

a.nav2:hover	{
 text-decoration: underline;
 color:#FFFFFF;
}


/* turn all image borders off */
img {
 border:0px;
}

body {
 background-color:#ed2d38;
 padding: 0px;
 margin: 0px;
 width: 100%;
}

.container {
 width:100%;
 height:100%;
}

.navBox {
 height:30px;
 width:174px;
 padding-left:22px;
 background-image:url('/images/nav_back.gif');
 text-align:left;
}

.featureText {
 font-family:arial, sans-serif;
 font-size:11px;
 color:#666666;
 padding-left:8px;
 text-align:left;
}

.title{
 background:url('/images/title_back.gif') no-repeat;
 width:568px;
 height:39px;
}


.content {
 font-family:arial, sans-serif;
 font-size:12px;
 color:#666666;
 background-image:url('/images/con_back.gif');
 background-repeat: no-repeat;
 background-color:#FFFFFF;
 padding-right:30px;
 padding-left:10px;
 padding-top:10px;
 vertical-align:top;
 text-align:left;
}

.split {
 color:#9A9A9A;
 display:inline;
 padding-left:3px;
 padding-right:3px;
}

.bodyText {
 font-family:arial, sans-serif;
 font-size:12px;
 color:#878787;
}

.imgBorder {
 border:1px solid #4b4b4b;
 padding:1px;
 margin-left:5px;
}

.subHeading {
 border-top:1px dotted #000000;
 border-bottom:1px dotted #000000;
 color: #AA0000;
 font-weight:bold;
 font-size:11px;
 padding-top:3px;
 padding-bottom:3px;
 margin-bottom:6px;
}

h1 {
 color:#9e0b0e;
 font-family:arial;
 font-size:14px;
 vertical-align:top;
 font-weight:bold;
 text-align:left;
 margin:0px;
 padding:0px;
}

.moreCommentsFld { position: absolute; left: -9999px; }