/* html */
html {
background: #4D4D4D url(../interface/bg.png) repeat;
margin: auto;
height: 100%;
min-height: 100%;
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

/* ----------------------------------------------------------------------------- */
/* body */
body {
background: #4D4D4D url(../interface/bg.png) repeat;
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 18px;
color: #000000;
text-align: center;
margin: auto;
min-height:100%;
height: 100%;
}

/* ----------------------------------------------------------------------------- */
/* container */
#container {
background-color: #4D4D4D;
width: 100%;
text-align: left;
margin: auto;
position: relative;
}

/* ----------------------------------------------------------------------------- */
/* header */
#header_main {
background: #4D4D4D url(../interface/header_main_bg.png) repeat-x;
width: 100%;
height: 248px;
margin: auto;
position: relative;
text-align: center;
}

/* ----------------------------------------------------------------------------- */
/* real header */
#header {
background: #4D4D4D url(../interface/header_bg.png) repeat-x;
width: 909px;
height: 248px;
margin: auto;
position: relative;
text-align: left;
}

/* ----------------------------------------------------------------------------- */
/* menu */
#menu_main {
background: #4D4D4D url(../interface/menu_main_bg.png) repeat-x;
width: 100%;
height: 60px;
margin: auto;
position: relative;
text-align: center;
}


/* ----------------------------------------------------------------------------- */
/* real menu */
#menu {
background: #4D4D4D url(../interface/menu_bg.png) repeat-x;
width: 909px;
height: 60px;
margin: auto;
position: relative;
text-align: left;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
padding-top: 20px;
}

#menu ul li { 
display: inline; 
}
#menu li a {
color: #FFFFFF;
text-decoration: none;
font-size: 15px;
font-family: arial, helvetica, sans-sherif;
padding-right: 90px;
}

#menu li a.first {
color: #FFFFFF;
text-decoration: none;
font-size: 15px;
font-family: arial, helvetica, sans-sherif;
padding-left: 90px;
}

#menu li a:hover {
color: #000000;
text-decoration: none;
}


/* ----------------------------------------------------------------------------- */
/* content */
#content_main {
background: #4D4D4D url(../interface/bg.png) repeat;
width: 100%;
margin: auto;
position: relative;
text-align: center;
}

/* ----------------------------------------------------------------------------- */
/* real content */
#content {
background: #4D4D4D url(../interface/content_bg.png) repeat-y;
width: 909px;
margin: auto;
position: relative;
}

#main {
font-family: arial, helvetica, sans-sherif;
font-size: 13px;
line-height: 18px;
color: #000000;
text-align: left;
padding: 25px;
}

/* ----------------------------------------------------------------------------- */
/* footer */
#footer_main {
background: #4D4D4D url(../interface/bg.png) repeat;
width: 100%;
height: 52px;
margin: auto;
position: relative;
text-align: center;
}

/* ----------------------------------------------------------------------------- */
/* real footer */
#footer {
background: #4D4D4D url(../interface/footer_bg.png) repeat-y;
width: 909px;
height: 52px;
margin: auto;
position: relative;
text-align: left;
}

h1 {
font-family: arial, helvetica, sans-sherif;
font-size: 22px;
line-height: 18px;
color: #007789;
text-decoration: none;
}

.title {
font-family: arial, helvetica, sans-sherif;
font-size: 22px;
line-height: 18px;
color: #007789;
text-decoration: none;
}

.title:hover {
font-family: arial, helvetica, sans-sherif;
font-size: 22px;
line-height: 18px;
color: #007789;
text-decoration: none;
}


.td {
font-family: arial, helvetica, sans-sherif;
font-size: 13px;
line-height: 18px;
color: #000000;
text-align: justify;
padding: 10px;
}

#footers  {
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}

#footers a {
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
text-decoration: underline;
}

#footers a:hover {
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
text-decoration: underline;
}

a {
color: #000000;
text-decoration: underline;
font-size: 13px;
font-family: arial, helvetica, sans-sherif;

}

a:hover {
color: #000000;
text-decoration: underline;
}

#date {
font-family: arial, helvetica, sans-sherif;
font-size: 11px;
line-height: 18px;
color: #000000;
margin-bottom: -10px;
margin-top: -10px;
}

.img {
border-style:solid;
border-width:8px;
border-color: #DEDEDE; 
}

.forminput {
border: 1px solid #DEDEDE;
height: 25px;
font-size:12px;
color: #323E47;
text-decoration: none;
font-family: arial, helvetica, sans-sherif;
}

.formtextarea {
border: 1px solid #DEDEDE;
height: 25px;
font-size:12px;
color: #323E47;
text-decoration: none;
font-family: arial, helvetica, sans-sherif;
}

.formbutton {
color: #000000; 
font-family: arial, helvetica, sans-serif; 
font-weight: bold;
background-color: #DEDEDE; 
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
font-size: 14px; 
height: 25px;
}
