body {
   margin: 0px;
   background-color: #000000;
   color: #76787B;
   font-family: verdana,sans-serif;
   font-size: 12px;
}
h1,h2,h3 {
   margin: 0px;
   margin-bottom: 7px;
}
h1 {
   font-size: 16px;
}
h2 {
   font-size: 14px;
}
h3 {
   font-size: 12px;
}
a {
   color: #000080;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
th {
   text-align: right;
}

#left_col {
   width: 150px;
}
#content {
}
#right_col {
   width: 285px;
}
.box {
   border: 1px solid #EA87B3;
   background-color: #A6A6A6;
   padding: 10px;
   color: #333;
}
#navigation {
   background-color: #000000;
   background: url("/images/nav_bg.gif");
   background-repeat: repeat-x;
   border-left: 7px solid #3C3C3C;
   border-bottom: 2px solid #3C3C3C;
   margin-left: 15px;
   padding: 10px;
   padding-top: 0px;
   padding-right: 0px;
   color: #999999;
}
#navigation ul {
   margin: 0px;
   padding: 0px;
   display: inline;
   line-height: 2em;
}
#navigation li {
   list-style-type: none; 
   list-style-position: outside;
}
#navigation a {
   color: #ffffff;
   text-decoration: none;
   font-size: 13px;
   display: block;
}
#navigation a:hover {
   text-decoration: underline;
   /*border-right: 7px solid #EA87B3;*/
   color: #EA87B3;
}
#nav_selected {
   border-right: 7px solid #EA87B3;
}
#nav_selected a {
   color: #EA87B3;
}
.message_green,
.message_red,
.message_blue {
   padding: 7px;
   margin-bottom: 15px;
}
.message_green {
   color: #363;
   border: 2px solid #363;
   background-color: #A8CFA8;
}
.message_red {
   color: #f00;
   border: 2px solid #f00;
   background-color: #EFD1D1;
}
.message_blue {
   color: #36c;
   border: 2px solid #36c;
   background-color: #E0E5EF;
}
/* <wordpress> */
#sidebar li {
   list-style: none;
}
/* </wordpress> */