body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
}


.input_margin {
  margin: 16px;
}


#container{
  width: 778px;
  margin: 0 auto;
}


#header{
  width: 100%;
  background: #000033 url(images/header_footer_top_left.gif) no-repeat left top;
}

#header h1 {
  font-family: Times New Roman;
  font-style:italic;
  font-size: 32px;
  text-align:center;
  color: #ffffff;
  line-height: 80px;
}

.header_top_right{
  background: url(images/header_footer_top_right.gif) no-repeat right top;
  display: block;
  height: 8px;
  line-height: 8px;
  clear: none;
}

.header_bottom{
  clear: both;
  width: 100%;
  height: 8px;
  line-height: 8px;
}

#content{
  width:100%;
  clear:both;
  background-color: #000000;
}

#menu{
  width:196px;
  float:left;
  height: 350px;
  background-color: #999999;
}

#menu ul{
  margin: 10px;
  padding: 0;
  list-style-type: none;
}
#menu ul li {
  height: 45px;
	}
#menu ul li a{
  display: block;
  padding-left: 10px;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  text-decoration: none;
}
#menu ul li a:hover{
  color: #000033;
}



#info{
  width: 582px;
  float: left;
  height: 350px;
  background-color: #ffffff;;
  overflow: auto;
}

#info p{
  text-align: justify;
  font-size: 12px;
  line-height: 16px;
  padding-right: 16px;
  padding-left: 16px;
  color: #000000;
}

#info h3{
  font-size: 16px;
  line-height: 16px;

  padding-right: 16px;
  padding-left: 16px;
  color: #000033;
}




#footer{
  clear: both;
  background-color: #000033;
  line-height: 8px;
}

.footer_bottom{
  background: url(images/header_footer_bottom_left.gif) no-repeat left bottom;
  clear: both;
  width: 100%;
  height: 24px;
  line-height: 24px;
}

.footer_bottom span{
  background: url(images/header_footer_bottom_right.gif) no-repeat right bottom;
  float: right;
  height: 24px;
  line-height: 24px;
  width: 8px;
}	


.footer-note {
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  color: #000033;
}


.clear{
  height: 4px;
}

.curlink{
  color: #000033 !important;
}

