* {
  margin: 0px 0px;
  padding: 0px 0px;
}

html {
  margin-bottom:0.01em;
  height:100%;
}

body {
  background-color:#f2e5ae;
  font-family: Tahoma;
  font-size: 14px;
  color: #903015;
}

img{
  border:0px;
}

h2{
  font-size:22px;
  font-family:Tahoma;
  font-weight:bold;
  text-align:left;
}

h3{
  font-size:12px;
  font-family:Verdana;
  font-weight:bold;
  text-align:center;
  /*color:#c03a53;*/
  color:#ffffff;
}

#main{
  width:800px;
}

#main td.left_pane{
  background:transparent url(images/menu_bg.gif) repeat-y top left;
}

#main td.copyright{
  background: transparent url(images/content_bg.gif) repeat-y top left;
  text-align:center;
  font-size:10px;
  color:#b70919;
}

#left_pane{
  width:214px;
  background:transparent url(images/menu_bg.gif) repeat-y top left;
}

#content_pane{
  width:586px;
  background: transparent url(images/content_bg.gif) repeat-y top left;
}

#left_pane div.logo{
  width:214px;
  height:240px;
  background: transparent url(images/logo.gif) no-repeat top left;
}

#left_pane div.organizer{
  width:214px;
  height:152px;
  background: transparent url(images/jdc_logo.jpg) no-repeat top left;
}

#left_pane div.pagebottom{
  width:214px;
  height:117px;
  background: transparent url(images/menu_bottom.gif) no-repeat top left;
}

#content_pane div.pagetop{
  width:586px;
  height:147px;
  background: transparent url(images/page-top.jpg) no-repeat top left;
}

#content_pane div.titleframe{
  width:586px;
  height:93px;
  background: transparent url(images/titleframe.jpg) no-repeat top left;
}

#content_pane div.content{
  width:586px;
  height:583px;
  background:transparent url(images/page_bg.jpg) scroll no-repeat bottom left;
}


/*.open-content{
  width:600px;
  height:554px;
  background:transparent url(images/page_content.gif) scroll no-repeat bottom left;
}*/


.inner_content{
  text-align:justify;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
}

.inner_content p{
  padding-top:10px;
  padding-bottom:10px;
}

.inner_content div.gap {
  height: 440px;
}

.inner_content div.links {
  padding: 0px 30px;
  border-top: 1px dotted #424242;
}

.inner_content div.links a {
  color: #424242;
  font-size: 12px;
  font-weight: bold;
}

.inner_content ul{
  list-style-position: inside;
  list-style-type: disc;
}

.inner_content ul li{
  margin-top:10px;
  margin-bottom:10px;
}

.inner_content ul li a{
  color: #903015;
  text-decoration:underline;
}

.inner_content ul li a:hover{
  color: #ffffff;
}
