body 
{
  text-align: center; /*IE fix*/
  min-width: 994px; /* Gecko fix: Use this, or */
  margin: 0;
	background: url(../img/bg1.gif) repeat-x;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 
#wrapper 
{
  text-align: left;
  margin: 0 auto;
	width: 994px;
	background: url(../img/bg-shadow.gif) repeat-y;
}

#display
{
  background: url(../img/bg.gif) no-repeat;
  min-height: 460px;
}

#bg_image { display: none; }

#edge
{
  background: url(../img/b-edge.gif) no-repeat;
  width: 994px;
  height: 10px;
  clear: both;
}

#topmenu
{
  float: right;
  margin-top: 75px;
  margin-right: 7px;
}

#topmenu ul.menu
{
	margin: 0;
  padding: 0;
  list-style:none;
	display: inline;
	white-space: nowrap;
}

#topmenu ul.menu li
{
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

#topmenu ul.menu li a {
  font-size: 11px;
  float:left;
  display:block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
	text-transform:lowercase;
}

#topmenu ul.menu li a:hover, #topmenu ul.menu li a.active
{
	color: #fde522; 
}

#left
{
  float: left;
  width: 230px;
  margin-left: 7px;
  margin-top: 97px;
}

#right
{
  float: right;
  width: 740px;
  margin-right: 7px;
  margin-top: 2px;
}

#mainmenu
{
  width: 218px;
  padding: 0px 10px;
  color: #5272b2;
  font-size: 12px;
}

#mainmenu .top
{
  background: url(../img/bgmainmenu-top.gif) no-repeat;
  min-height: 44px;
  font-size: 1px;
}

#mainmenu .bottom
{
  background: url(../img/bgmainmenu-bottom.gif) no-repeat;
  min-height: 10px;
  font-size: 1px;
}

#mainmenu .content
{
  background: url(../img/bgmainmenu-content-outer.gif) repeat-y;
  overflow: hidden;
}

#mainmenu .content div
{
  background: url(../img/bgmainmenu-content-inner.gif) repeat-x;
  margin: 0 1px;
  min-height: 100px;
  padding: 10px 10px;
}

#mainmenu ul.menu
{
  list-style:none;
  margin:0 5px 0 25px;
  padding:0;
  text-indent: -17px;
}

#mainmenu ul.menu li
{
}

#mainmenu ul.menu li a
{
  color: #5272b2;
}

#mainmenu ul.menu li a:hover, #mainmenu ul.menu li a.active
{
  color: #121840;
  font-weight: bold;
}

#news
{
  width: 218px;
  padding: 10px 10px;
  color: #5272b2;
}

#news .top
{
  background: url(../img/bgnews-top.gif) no-repeat;
  min-height: 10px;
  font-size: 1px;
}

#news .bottom
{
  background: url(../img/bgnews-bottom.gif) no-repeat;
  min-height: 10px;
  font-size: 1px;
}

#news .content
{
  background: url(../img/bgnews-content-outer.gif) repeat-y;
  overflow: hidden;
}

#news .content div
{
  background: url(../img/bgnews-content-inner.gif) repeat-x;
  min-height: 80px;
  margin: 0 1px;
  padding: 0px 10px;
}

#news .title
{
  font-family: Verdana;
  font-weight: bolder;
  font-size: 14px;
  color: #121840;
}

#news .header
{
  color: #121840;
}

#news .header a
{
  font-weight: bold;
  color: #121840;
}

#news .summary
{
  color: #5272b2;
}

#image
{
  float:right;
}

#article
{
  width: 730px;
  clear: both;
  padding-top: 10px;
}

#article .top
{
  background: url(../img/bgarticle-top.gif) no-repeat;
  min-height: 12px;
  font-size: 1px;
}

#article .bottom
{
  background: url(../img/bgarticle-bottom.gif) no-repeat;
  min-height: 12px;
  font-size: 1px;
}

#article div.content
{
  background: url(../img/bgarticle.gif) repeat-y;
  padding: 0px 10px;
  color: #636262;
  overflow: auto;
  height: 450px;
}

#article .title
{
  font-size: 15px;
  font-weight: bold;
  color: #121840;
}

#article .content b
{
  color: #5272b2;
}
#article .content i
{
  color: #993300;
}

