/*--- file index.css 2012.01.23 14:26:28 ------*/
/*--- layout site -----------------------------*/
 html
 {
  background: #eee; color: black;
  width: 100%;
  font-family: 'Trebuchet MS';
  font-size: 100%;
 }
 body#site-body
 {
  max-width: 975px;
  margin: 0px auto;
  padding: 0;
}
/*--- main div --------------------------------*/
 div#header-div
 {
  border: 1px solid black;
  margin: 0 0 5px 0;
  height: 100px;
 }
 div#main-div {}
 div#left-div {}
 table#main-table
 {
  margin: 0 0 5px 0;
  width: 100%;
  border-collapse: collapse;
 }
 td#main-left-td
 {
  text-align: center;
  padding: 0;
 }
 td#main-right-td
 {
  width: 100%;
  padding: 0;
 }
 div#main-left-div
 {
  border: 1px solid black;
  padding-bottom: 5px;
 }
 div.main-right-div
 {
  border: 1px solid black;
 }
 h1.main-right-h1
 {
  text-align: center;
  background: #49c;
  color: white;
  margin: 0;
  padding: 5px;
  font-family: "Trebuchet MS", sansserif;
  font-weight: bold;
  font-style: italic;
  font-size: 200%;
  line-height: normal;
  border-bottom: 1px solid black;
 }
 h2.main-right-h2
 {
  text-align: center;
  background: #49c;
  color: white;
  margin: 0;
  padding: 0 0 .1em 0;
  font-family: "Trebuchet MS", sansserif;
  font-style: italic;
  font-size: 150%;
 }
 p.main-right-pl
 {
  text-align: left;
  color: black;
  background: transparent;
  margin: 0;
  padding: 5px 10px;
  font-family: "Trebuchet MS", sansserif;
  font-style: normal;
  font-size: 100%;
 }
 p.main-right-pj
 {
  text-align: justify;
  color: black;
  background: transparent;
  margin: 0;
  padding: 5px 10px;
  font-family: "Trebuchet MS", sansserif;
  font-style: normal;
  font-size: 100%;
 }
 p.main-right-pc
 {
  text-align: center;
  color: black;
  background: transparent;
  margin: 0;
  padding: 5px 10px;
  font-family: "Trebuchet MS", sansserif;
  font-style: normal;
  font-size: 100%;
 }
 textarea.main-right-textarea,
 input.main-right-input
 {
  text-align: left;
  padding: 5px;
  font-family: "Trebuchet MS";
  font-size: 100%;
  font-style: normal;
  color: black;
  background: white;
 }
 option.main-right-option
 {
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 100%;
  font-style: normal;
  color: black;
  background: white;
 }
 .Blog-Img-Left
 {
  clear: left;
  margin: 0 0 10px 0;
  border: 5px solid #eee;
}
a.Blog-Img-Link:hover img
{
  border: 5px solid #bbb;
}
 div#footer-div {}
/*---------------------------------------------*//*--- header div ------------------------------*/
p#hd-pl
{
  font-family: sans-serif;
  text-align: left;
  margin: 0;
  background: transparent; color: white;
  font-weight: bold;
}
p#hd-pr
{
  font-family: sans-serif;
  text-align: right;
  margin: 0;
  background: transparent; color: white;
  font-weight: bold;
}
table#hd-table
{
  width: 100%;
  height: 100px;
  border-collapse: collapse;
}
table#hd-table td
{
  padding: 0 5px;
}
/*---------------------------------------------*/
/*--- left div --------------------------------*/
h6#ld-h6
{
  text-align: center;
  background: #49c;
  margin: 0;
  padding: 0 0 .1em 0;
  font-family: serif;
  font-style: italic;
  border-bottom: 1px solid black;
  color: white;
}
img#ld-img
{
  margin: 5px;
  width: 60px;
  height: 90px;
  background: #eee url( /mcms_images/COA60x90.gif ); color: #eee;
  border-style: none;
}
a.ld-lnav
{
  font-family: 'Trebuchet MS';
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 0 2px 2px 2px;
  margin: 2px 5px 0px 5px;
  border: 1px solid #eee;
  background: #eee; color: black;
  text-decoration: none;
  line-height: 100%;
}
a.ld-lnavc
{
  font-family: 'Trebuchet MS';
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 0 2px 2px 2px;
  margin: 2px 5px 0px 5px;
  border: 1px solid #eee;
  background: #eee; color: #118;
  text-decoration: none;
  line-height: 100%;
}
a.ld-lnavs
{
  font-family: 'Trebuchet MS';
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 0 2px 2px 2px;
  margin: 2px 5px 8px 5px;
  border: 1px solid #eee;
  background: #eee; color: #118;
  text-decoration: none;
  line-height: 100%;
}
a.ld-lnav:hover,
a.ld-lnavc:hover,
a.ld-lnavs:hover
{
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
/*---------------------------------------------*/
/*--- right div ---------test2-----------------*/
table.imgonrt
{
  float: right;
  margin: 5px 10px;
  border-collapse: collapse;
}
/*---------------------------------------------*/
/*--- footer div ------------------------------*/
p#fd-p
{
  text-align: left;
  margin: 0 0 5px 2em;
  padding: 0 0 1px 0;
  font-family: sans-serif;
  font-style: italic;
  background: #eee; color: #00c;
}
/*---------------------------------------------*/
/*--- file index.css end ----------------------*/

