

@import url("std.css");
@import url("layout-height-100.css");
@import url("contents.css");

body, html {
	background: #fff url(img/bg-body.png) top repeat-x;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
		
#sysframe {
  width: 960px;
  border-left: 1px solid #670001;
  border-right: 1px solid #670001;
  background: url(img/bg-sysframe.png) repeat-y;
}

#sysheader {
	height: 144px;
  background: url(img/bg-sysheader.jpg) center center no-repeat;
}

#syscontent {
  background: #fff;
  padding-bottom: 40px;
  background: url(img/bg-sysframe.png) repeat-y;
}

#sysfooter {
  margin-top: -40px;
  width: 730px;
  border-left: 230px solid #670001;
  height: 40px;
}

#sysfootercontent {
  background: #ccc;
  font-size: 0.9em;
  text-align: center;
  line-height: 16px;
  padding: 5px 0 0 0;
  height: 35px;
}

#sysfootercontent a {
  color: #555;
  text-decoration: none;
}

#sysfootercontent a:hover {
  text-decoration: underline;
}

#sysnav {
  text-align: right;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 18px;
  margin-right: 10px;
}

#sysnav li {
  list-style: none;
  float: left;
  padding: 0 10px;
}

#sysnav a {
  color: #ffc;
  text-decoration: none;
  font-size: 0.9em;
}

#sysnav a:hover {
  text-decoration: underline;
}

#logo {
  float: left;
  width: 230px;
  height: 144px;
}

#logo a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  text-indent: -9999px;
}

#headernavs {
  width: 730px;
  float: right;
}

#topnav {
  float: right;
  clear: both;
  margin: 90px 0 0 0;
  padding: 0;
  width: 730px;
}

* html #topnav {
  margin-top: 92px;
}

#topnav li {
  list-style: none;
  float: left;
  width: 158px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  text-align: center;
}

#topnav li.last {
  margin-right: 0;
}

#topnav a {
  color: #ffc;
  text-decoration: none;
  font-size: 0.95em;
}

#topnav a:hover {
  text-decoration: underline;
}

#leftnav {
  width: 220px;
  background: #670001 url(img/bg-leftnav.jpg) top no-repeat; 
  float: left;
  margin: 0;
  padding: 0 5px 50px;
  overflow: hidden;
}

.navgroup {
  color: #ffc;
  font-weight: bold;
  line-height: 20px;
  font-size: 1.0em;
  border-bottom: 1px solid #fff;
  margin: 20px 0 20px;
  text-transform: uppercase;
  text-indent: 5px;
}

#leftnav ul {
  margin: 0;
  padding: 0;
}

#leftnav li {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 4px 0 4px 5px;
  line-height: 1.4em;
  background: url(img/bullet.png) left 8px no-repeat;
}

#leftnav ul a {
  color: #ffc;
  text-decoration: none;
  font-size: 0.9em;
  text-decoration: none;
}

#leftnav ul a:hover {
  text-decoration: underline;  
}

#main {
  background: #fff url(img/bg-main.jpg) top no-repeat;
  width: 690px;
  float: right;
  padding: 230px 20px 50px 20px;
}

.lastmod {
  margin-top: 100px;
  text-align: right;
  color: #999;
  font-size: 0.8em;
}
