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

html{
	height: 100%;
}

body{
	height: 100%;
	font: 16px verdana;
	color: #383838;
}

page{
	margin: 0 auto;
	width: 800px;
}

#bground{
  width: 800px;
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

#container1{
  background: url(images/Titleborder.png) no-repeat;
  width: 800px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
  position: relative;
  text-align: center;
}

#container1 h1{
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

#container1 i{
	font-family: verdana;
	font-size: 10pt;
}

#maincontent{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: block;
}

#menubar{
	width: 210px;
	height: auto;
	float: left;
}

#menutop{
	width: 210px;
	height: 21px;
	background: url(images/menuhead.png) no-repeat;
}

#menubody{
	width: 210px;
	height: auto;
	background: url(images/menusides.png) repeat-y;
}

#menubody h1{
	margin-left: 20px;
	font-family: helvetica;
	font-size: 9pt;
	font-weight: bold;
}

#menubody ul{
	margin-left: 35px;
	margin-right: 15px;
	display: block;
	line-height: 50%;
	list-style: none;
}

#menubody a{
	font-size: 7pt;
	text-transform: none;
	text-decoration: none;
	color: #383838;
}

#menubody a:hover{
	text-decoration: underline;
}

#menubottom{
	width: 210px;
	height: 20px;
	background: url(images/menubottom.png) no-repeat;
}

#contentpanel{
	margin-left: 210px;
	width: 790px;
	height: auto;
}

#contenthead{
	width: 790px;
	height: 20px;
	background: url(images/maincontenttop.png) no-repeat;
}

#contentbody{
	padding-left: 15px;
	padding-right: 15px;
	width: 760px;
	height: auto;
	background: url(images/mainccontentsides.png) repeat-y;
}

#contentbody report{
	margin-left: 30px;
	font-family: verdana;
	font-size: 7pt;
}

#contentbody i{
	font-size: 9pt;
}

#contentbody padder{
	margin-left:50px;
}

#contentbody a{
	font-size: 9pt;
	text-decoration: none;
	padding-left: 30px;
	color: #383838;
}

#contentbody a:hover{
	text-decoration: underline;
}

#contentbody h1{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
}

#contentbody p{
	text-indent: 20px;
	font-size: 9pt;
}

#contentbody ul{
	margin-left: 75px;
	font-size: 9pt;
}

#shrinker{
	margin-left: 50px;
	font-size: 9pt;
}

#shrinker a{
	font-size: 9pt;
	text-decoration: none;
	padding-left: 0px;
	color: #bd7d00;
}

#shrinker a:hover{
	text-decoration: underline;
}

#contentbottom{
	width: 790px;
	height: 20px;
	text-align: right;
	background: url(images/mainccontentbottom.png) no-repeat;
}

#contentbody sig{
	padding-left: 560px;
	font-size: 9pt;
}
