/* [Layout Style] */
.t_bgcol1 { background-color: #000000; }
.t_col1   { color: #000000; }
.t_bdcol1 { border: solid 1px #000000; }
.t_bgcol2 { background-color: #000000; }
.t_col2   { color: #000000; }
.t_bdcol2 { border: solid 1px #000000; }
.t_bgcol3 { background-color: #000000; }
.t_col3   { color: #000000; }
.t_bdcol3 { border: solid 1px #000000; }
.t_bgcol4 { background-color: #000000; }
.t_col4   { color: #000000; }
.t_bdcol4 { border: solid 1px #000000; }

body {
  margin: 0px;
  background: #1D2334 url(/img/user/layout/backgroundblue-big.jpg) fixed 40% 20% no-repeat;
}
#lyo_outer {
  text-align: center;
}
#lyo { margin: 10px auto; text-align: left; width: 960px;}
#lyo_toolbars { color: #ffffff; }
#lyo_banner { position: relative; background: #000000; }
#lyo_search {
  position: absolute; top: 36px; left: 736px;
  width: 152px; height: 17px;
  background: url(/img/user/layout/search_bg.png) no-repeat 0 0;
}
#topbar_search {
  position: absolute; top: 1px; left: 3px; border: 0px; margin: 0px; padding: 0px;
}
#topbar_search_btn {
  position: absolute; top: 36px; left: 892px; width: 62px; height: 17px;
  border: 0px; margin: 0px; padding: 0px;
  background: url(/img/user/layout/btn_search.png) no-repeat 0 0;
}
#topbar_search_btn:hover {
  background-position: 0% 100%;
}
#lyo_banner h2 {
  position: absolute; top: 115px; left: 645px; margin: 0;
  font-size: 16pt; font-weight: 100; font-family: Arial; color: #ffffff;
}
#lyo_banner h2 strong { font-weight: 700; }
#lyo_banner_header { display: block; }
#lyo_nav_quicklinks { position: absolute; right: 1px; top: 1px}
#lyo_breadcrumbs { margin: 5px 10px; }
#lyo_breadcrumbs label { color: #ffffff; font-weight: bold; margin: 0 10px 0 0; float: left; }
#lyo_nav_main { margin: 5px 0 0 0; }

#lyo_inner {
  padding: 10px 20px;
  background: url(/img/user/layout/generic-background.jpg) repeat-y;
  position: relative;
}
#lyo_inner a { font-weight: bold; color: #8A004A; text-decoration: none; }
#lyo_inner a:hover { color: #0000ff; text-decoration: underline; }

#lyo_pre_footer {
  height: 30px; line-height: 30px; font-size: 80%; text-align: center;
  color: #ffffff; background: #000000;
}
#lyo_pre_footer ul { list-style-type: none; margin: 0; display: inline; padding: 0 10px; }
#lyo_pre_footer li { display: inline; }
#lyo_pre_footer a  { color: #c0c0c0; font-weight: bold; text-decoration: none; padding: 0 5px; }
#lyo_pre_footer a:hover { text-decoration: underline; color: #c0c0ff;}

#lyo_footer  { font-size: 80%; color: #ffffff; text-align: center; padding: 5px; }
#lyo_footer a{ color: #f0f0ff; text-decoration: none; }
#lyo_footer a:hover{ color: #8080ff; text-decoration: underline; }

ul.big_bullet       { list-style-image: url(/UserFiles/Image/layout/bullet.gif);}
ul.big_bullet li    { margin: 1em; }
ul.big_bullet li h2 { margin: 0; font-size: 100%; color: #000000; }

blockquote {
  border: 1px solid #808000; background: #ffffe0; padding: 0em 1em; color: #808000;
  display: block; font-weight: bold; text-align: justify; margin: 2em 2em 1em 2em;
}
address { display: block; margin: 1em 0; color: #000080; }