@CHARSET "UTF-8";

body,td,th {
   font-family: Gregoria;
   font-size: 14px;
   color: #666666;
}

img { border: none;}

a:visited {
   color: #A00501;
   text-decoration: none;
}

a:hover {
   color: #CA6D42;
   text-decoration: none;
}

a:active {
   color: #000000;
   text-decoration: none;
}

a:link {
   color: #A00501;
}

.top {
   background: url('../images/top_bg.jpg') center top no-repeat;
}

.left_bg {
   background: url('../images/left_bg.jpg') right repeat-y;
}

.right_bg {
   background: url('../images/right_bg.jpg') left repeat-y;
}

H1 {
   color: #500D14;
   font-size: 25px;
}

.style1 {
   font-size: 11px;
   color: #333333
}

.box1 {
   padding-left: 100px;
   padding-right: 15px;
   font-size: 13px;
   color: #333333
}

.box2 {
   padding-left: 100px;
   padding-right: 15px;
   color: #333333
}

div.layout_message {
   padding: 15px;
   margin: 70px 0px;
   color: #FFF;
   background-color: #551317;
   text-align: center;
}

ul.layout_menu {
   list-style-type: none;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 2px;
   margin-right: 0px;
   padding: 0px;
   height: 66px;
}

html>body ul.layout_menu {
  *margin-left: 3px;
}

ul.layout_menu li {
   float: left;
   width: 158px;
   text-align: center;
   margin-right: 1px;
}

ul.layout_menu li a,ul.layout_menu li a:active,ul.layout_menu li a:visited {
   text-decoration: none;
   color: #000;
   display: block;
   width: 100%;
   height: 38px;
   padding-top: 28px;
}

ul.layout_menu li a:hover {
   text-decoration: underline;
   background-color: #eee;
}

td.main_left_column {
   border-right: 1px dashed #CCC;
}

td.main_right_column {
   border-left: 1px dashed #CCC;
}
