* {
  margin: 0;
  padding: 0;
}
body {
  background: #eeeeee url(images/body-bg.gif) repeat-y scroll center top;
  color: #555555;
  font-family: tahoma,verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 86%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
a {
  color: #286ea0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border:  none;
}
h1 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 2.2em;
  letter-spacing: -1px;
}
h2 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.6em;
}
h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.3em;
}
p, ul {
  margin: 0 0 18px;
  line-height: 0.5em;
  text-align: justify;
}
ul, ol {
  margin: 8pt 0 15px 20px;
  list-style-type: square;
  list-style-image: none;
  list-style-position: outside;
  line-height: 1.3em;
}
hr {
  clear: both;
  visibility: hidden;
}
table {
}
#container {
  margin: 15px auto 0;
  background: #ffffff none repeat scroll 0% 50%;
  width: 975px;
}
#toplinks {
  margin: 0 15px 0 0;
  width: 400px;
  float: right;
}
#toplinks p {
  text-align: right;
}
#logo {
  border-bottom: 3px none;
  margin: 0 auto;
  padding: 10px 0 0 25px;
  width: 950px;
}
#logo h1 a {
  padding: 0;
  color: #777777;
}
#logo h1 a:hover {
  text-decoration: none;
}
#logo p {
  color: #555555;
  font-size: 1.4em;
}
#desc {
  margin: 0 0 15px;
  padding: 15px 15px 2px;
  background: #540202 none repeat scroll 0% 50%;
  clear: both;
  color: #eeeeee;
  text-align: justify;
}
#desc a {
  color: #eeeeee;
  text-decoration: underline;
}
#main {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 700px;
  float: left;
}
#mainfull {
  margin: 0 0 10px 10px;
  padding: 0;
  float: left;
  width: 95%;
  text-align: justify;
}
#sidebar {
  margin: 0 7px 10px 0;
  float: right;
  width: 258px;
}
#sidebar h2 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 6px;
  padding: 0 0 2px;
  font-size: 1.2em;
}
#sidebar ul {
  margin: 0 0 18px;
  padding: 0;
}
#sidebar ul li {
  margin: 0 0 8px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#footer {
  margin: 10px 0 0;
  padding: 15px;
  background: #540202 none repeat scroll 0% 50%;
  clear: both;
  color: #eeeeee;
  text-align: left;
}
#footer a {
  color: #eeeeee;
}
#footer p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 700;
}
ul#navitab {
  margin: 0;
  padding: 5px 0 0;
}
ul#navitab li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
ul#navitab li a {
  border-left: 1px solid #cccccc;
  border-right: 2px solid #ffffff;
  padding: 5px 16px 7px;
  background: #eeeeee url(images/corner.gif) no-repeat scroll right top;
  color: #555555;
  display: block;
  height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
ul#navitab li a:hover {
  border-left: 1px solid #aaaaaa;
  background: #777777 url(images/corner.gif) no-repeat scroll right top;
  color: #eeeeee;
}
ul#navitab li a.current {
  border-left: 1px solid #555555;
  background: #540202 url(images/corner.gif) no-repeat scroll right top;
  color: #eeeeee;
}
#sidebar ul.sidelink {
  margin: 0 0 18px;
}
#sidebar ul.sidelink li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar ul.sidelink li a {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 3px;
  padding: 3px 0 2px 5px;
  background: #eeeeee url(images/corner.gif) no-repeat scroll right top;
  color: #555555;
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#sidebar ul.sidelink li a:hover {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: #777777 url(images/corner.gif) no-repeat scroll right top;
  color: #eeeeee;
  text-decoration: none;
}
#sidebar ul.sidelink ul {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#sidebar ul.sidelink ul li a {
  margin: 0 0 2px 10px;
  padding: 2px 0 1px 5px;
}
.splitleft {
  width: 48%;
  float: left;
}
.splitright {
  margin-left: 52%;
}
.nosplit {
  width: 95%;
  float: left;
  height: 3px;
}
.right {
  text-align: right;
}
.block {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
  background: #eeeeee url(images/corner.gif) no-repeat scroll right top;
}
.hide {
  display: none;
}

