/* CSS Document */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  background-image:url(img/TopBackimg.gif);
  background-repeat:repeat-y;
  background-position:center;
  background-color:#F9F9EA;
}
#wrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
margin:0px auto;
}
#header {
  width:760px;
  height:72px;
  background-image:url(img/header.jpg);
  background-repeat:no-repeat;
}
#main {
  width:760px;
  height:312px;
  background-image:url(img/lefttop.jpg);
  background-repeat:no-repeat;
}
#mainflash{
width:570px;
height:312px;
float:right;
}
#menu {
  width:760px;
  height:36px;
}
#submenu{
  width:191px;
  float:left;
}

#informationmain{
  padding-left:30px;
  margin-left:191px;
  font-size:80%;
  color:#666666;
}
ul{
list-style: none;
margin-left:0;
padding-left:0;
}
li{
font-size:80%;
line-height:250%;
padding-left:40px;
background: url(img/listbtn.gif) no-repeat 10px 50%;
}
li a{
text-decoration:none;
color:#666666;
}
li a:hover{
color:#CCCCCC;
}
a{
color:#666666;
}
a:hover{
color:#CCCCCC;
}
#toppage{padding-left:30px;
  margin-left:191px;
  font-size:80%;
  color:#666666;
}
#toppage ul{
list-style: none;
margin-left:0;
padding-left:0;
}
#toppage li{
font-size:80%;
line-height:250%;
padding-left:40px;
list-style:circle;
}

h1 {
	font-size:70%;
	font-weight:normal;
	color:#777;
	margin:20px 0px 10px 0px;
}

.h1wrap {
	text-align:left;
	margin-left:210px;
}

strong {
	font-weight:normal;
}	



		