body {
  margin: 0;
  padding: 0;
  background: url('../graphic/menu_bg.gif') repeat-x #F1F0E9;
  font-family: "Arial", Sans-serif;
  font-size: 12px;
  color: #3F3F3F;
}
form, ul, li, hr {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: normal;
}
p {
  margin: 8px 0 8px 0;
}

/*** Page */

#page {
  margin: 0 auto;
  width: 850px;
  background: #E5E3D7; 
}
#menu {
  height: 45px;
}
#menu img {
  float: left;
}
#menu #bar {
  float: left;
  width: 850px;
  height: 45px;
  background: url('../graphic/menu_bg.gif');
}
#menu a {
  float: left;
  height: 30px;
  padding: 15px 20px 0 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;   
}
#menu a:hover {
  background: url('../graphic/menu_bg_hover.png');
}
#menu a:active {
  background: url('../graphic/menu_bg_hover.png');
}
#left-side {
  background: #E0DED0;
  float: left;
  width: 224px;
}
#right-side {
  background: #E5E3D7;
  float: left;
  width: 626px;
}
#logo {
  width: 224px;
  height: 225px;  
}
#shadow {
  width: 224px;
  height: 16px;
  background: url('../graphic/shadow.gif');  
}
#header {
  width: 626px;
  height: 186px;  
}
#search {
  width: 626px;
  height: 39px;
  background: url('../graphic/search_bg.gif');
}
#search #form {
  padding: 0 20px 0 0;
  float: right;
}
#search #line {
  margin-right: 35px;
  float: right;
}
.in-box {
  padding: 10px; 
}
#left-box1 {
  background: #DAD8C8;
}
#left-box2 {
  background: #E0DED0;
}
#right-box1 {
  background: #E0DED0;
}
#right-box2 {
  background: #E3E1D5;
}
hr.liner {
  background: #C2BFBF;
  color: #C2BFBF;
  height: 5px;
  margin: 0;
  padding: 0;
  display: block;
}
#content {
  width: 626px;
}
#footer {
  width: 100%;
  height: 56px;
  background: url('../graphic/bottom.gif');
  color: #595958;
}
#footer #in {
  width: 850px;
  margin: 0 auto;
  padding: 11px 8px 8px 8px;
}
#footer a {
  color: #595958;
}

/*** Form */

label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
  overflow: hidden;
  margin-right: 25px;
  text-align: right;
}
fieldset {
  border: 0;
  line-height: 28px;
}
legend {
  font-size: 120%;
  font-weight: bold;
}
p.des {
  margin: 0 0 5px 205px;
  text-align: left;
  font-style: italic;
  clear: both;
  text-indent: 0;
}
p.inf-error {
  margin-left: 10px;
  margin-bottom: 3px;
  font-size: 110%;
  color: red;
}
input.button, a.button {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	background: #FAFAFA url('../graphic/button.gif') repeat-x top;
  border: 1px solid #666666;
  cursor: pointer;
}
input.button:hover, a.button:hover {
  color: #105558;
  border: 1px solid #3E8B8E;
  background-position: 0 -1px;
}
input.button2:hover, a.button2:hover {
  color: #105558;
  border: 1px solid #3E8B8E;
  background-position: 0 -1px;
}
input, textarea{
  font-family: "Arial", Sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
}
input.search {
  font-family: "Arial", Sans-serif;
  font-size: 11px;
	background-color: #FFF;
	border: 1px solid #575757;
	color: #000;
	padding: 2px;
}
textarea {
  font-size: 100%;
}
input:hover, textarea:hover {
	border: 1px solid #55ABFB;
}
input:focus, textarea:focus {
	border: 1px solid #55ABFB;
	color: #4b4b4b;
}
.select, .textarea {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
}
select:hover {
	border: 1px solid #55ABFB;
}
selectbox:focus {
	border: 1px solid #55ABFB;
	color: #4b4b4b;
}
form .h1 {
  font-size: 11px;
  margin-bottom: 2px;
}

/*** Content */

.title {
  color: #C31803;
  margin-top: 4px;
}
.position {
  font-size: 11px;
}
.position a {
  color: #595958;
}
li {
  margin-left: 15px;
}
a {
  text-decoration: none;
  color: #00385B;
}
a:hover {
  text-decoration: underline;
}
.underline a  {
  text-decoration: underline;
}
hr {
  border: 0;
  background-color: #CCCCCC;
  height: 1px;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
input {
  font-family: "Arial", Sans-serif;
  border: 1px solid #AFAFAF;
  font-size: 100%;
}
h1 {
  font-size: 140%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 170%;
}
h5 {
  font-size: 190%;
}
.black {
  color: black;
}
.ablack {
  color: black;
}
.awhite {
  color: white;
}
.awhite:hover {
  color: white;
}
.abutton {
  padding: 1px 5px 1px 5px;
	background: #FAFAFA url('../graphic/button.gif') repeat-x top;
  border: 1px solid #666666;
}
.abutton a {
  color: #000000;
}
.abutton:hover {
  color: #105558;
  border: 1px solid #3E8B8E;
  background-position: 0 -1px;
}
.button3 {
  background: url('../graphic/search_button.png') no-repeat;
	width: 75px;
  height: 22px;
  border: 0;
  cursor: hand;
}
.button3:hover, .button3:active {
  cursor: pointer;
  border: 0;
}
.even-color {
  background-color: #F0F7F8;
}
.odd-color {
  background-color: #FFFFFF;
}
.button2 {
	padding: 1px 4px 1px 4px;
	text-align: center;
	color: #000000;
	background: #FAFAFA url('../graphic/button.gif') repeat-x top;
  border: 1px solid #666666;
  cursor: pointer;
}
.info {
  padding: 10px;
  margin: 10px 0 10px 0;
  background-color: #E2FAE4;
  border: 1px solid #98CD99;
  color: #006603;
  font-size: 110%;
  font-weight: bold;
}
.error {
  padding: 10px;
  margin: 10px 0 10px 0;
  background-color: #F58787;
  border: 1px solid #B52626;
  color: #8B0000;
  font-size: 110%;
  font-weight: bold;
}
.comment {
  border: 1px solid #DADADC;
  padding: 8px;
  margin-bottom: 10px;
}
.parts {
  clear: left;
}
.parts a {
  padding: 0 3px 0 3px;
  margin-left: 3px;
  border: 1px solid #CCCCCC;
}
.parts a:hover {
  padding: 0 3px 0 3px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.part-current a {
  padding: 0 3px 0 3px;
  margin-left: 3px;
  border: 1px solid #AAAAAA;
  color: black;
}
.part-current a:hover {
  padding: 0 3px 0 3px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.admin {
  padding-left: 6px; 
  padding-top: 3px;
  padding-bottom: 3px;
}
.upper {
  background: #EEEEEE;
  padding: 6px;
  border-bottom: 1px solid #BEBEBE;
  font-weight: bold;
}
.mylist ul {
  margin: 0; 
  padding: 0; 
}   
.mylist li {
  list-style-type: none; 
  padding-left: 0px;
  margin-top: 3px;
  margin-left: 5px;
}
.mylist2 ul {
  margin: 0; 
  padding: 0; 
}   
.mylist2 li {
  list-style-type: none;
  background: url(../graphic/arrow2.png) no-repeat 0 50%; 
  padding-left: 15px;
  margin-top: 8px;
  margin-left: 0;
}
