BODY, TD, TH, DIV { font-family: Arial, sans-serif; font-size: 13px; line-height: 120%; }
TEXTAREA, INPUT, SELECT, OPTION { font-family: Arial, sans-serif; font-size: 13px; }

BODY  { padding: 0; margin: 0; background-color: #3C0000; }
A     { color: #B40000; text-decoration: none; }
A:HOVER{ text-decoration: underline; }
TABLE { border-collapse: collapse; }
IMG   { border: 0; }
FORM  { padding: 0; margin: 0; }
H1    { font-family: Times New Roman; font-size: 26px; font-weight: normal; margin: 0; margin-top: 5px; margin-bottom: 10px; line-height: 100%;}
H2    { font-family: Times New Roman; font-size: 23px; font-weight: normal; margin: 0; margin-bottom: 10px; line-height: 100%; }
H3    { font-family: Times New Roman; font-size: 20px; font-weight: normal; margin: 0; margin-bottom: 10px; line-height: 100%; }
H4    { font-family: Times New Roman; font-size: 17px; font-weight: bold; margin: 0; margin-bottom: 10px; line-height: 100%; }
H5    { font-size: 13px; margin-bottom: 10px; line-height: 100%; }
SMALL { font-size: 11px; }

HR    { border: 1px solid #E6B6B6; }

.header { background-color: #B40000; }
.header-navigation-item { color: #FFFFFF; }
.left-navigation-item   { color: #735E5E; }
.left-navigation-header { border-bottom: 1px solid #999999; font-family: Times New Roman; font-size: 12px; font-weight: normal; }

.search-input  { border: 0; }
.search-submit { background-color: #B40000; border: 0; color: #FFFFFF; font-weight: bold; font-size: 11px; padding-left: 5px; padding-right: 5px; }

.full-story-raquo { font-family: Arial; font-size: 14px; }
.content-box-header { font-family: Times New Roman; font-size: 20px; }

.you-are-here { color: #C5C5C5; }
.you-are-here-raquo { font-family: Arial; font-size: 13px; }
A.you-are-here { color: #C47676; }

.passive { color: #666666; }
.strong  { font-weight: bold; }
.small   { font-size: 11px; }
.action  { color: #B40000; text-decoration: underline; cursor: pointer; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #800000;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #800000;
background-color: #FFFFFF;
text-decoration:none;
}

.box { 
  background: #990000; 
  width: 400px;
}
.boxtop { 
  background: url(/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}