/* Start of CMSMS style sheet 'Standard' */
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #eee;
  font-family: Tahoma, Verdana, Arial;
  margin:1em;
  color: #444;
}

div#pagewrapper {
  margin: 0 auto;
  width: 730px;
}

#header {
  padding: 0px ;
  margin: 0px;
  background: url(images/header.png) no-repeat;
  width: 710px;
  height: 88px;
}

td {
//  text-align: left;
}

#header h1 {
  padding: 45px 0px 0px 30px;
  font-size: 22px;
}

#header a {
  text-decoration: none;
  color: #444;
}

#sidebar {
  padding: 25px 0px 0px 0px; 
  display: inline;
  float: left;
}

#main {
  padding: 7px 0px 0px 7px;
  display: inline;
  float: left;
}

div#footer {
  clear: both;
  color: #fff;
}

.sidebar_item {
  margin: 7px 0px 0px 0px; 
}

.menu_top {
  background: url(images/menu_top.png) no-repeat;
  width: 185px;
  height: 10px;
}

.menu_middle {
  background: url(images/menu_middle.png) repeat-y; 
  width: 185px;
}

.menu_bottom {
  background: url(images/menu_bottom.png) no-repeat;
  width: 185px;
  height: 15px;
}

.content_item {
  margin: 0px 0px 10px 0px;
}

.content_top {
  background: url(images/content_header_top.png) no-repeat;
  width: 515px;
  height: 46px;
  font-weight: bold;
}

.content_middle {
  background: url(images/content_middle.png) repeat-y;
  width: 515px;
}

.content_bottom {
  background: url(images/content_bottom.png) no-repeat;
  width: 515px;
  height: 15px;
}

.content_title {
  padding: 12px 0px 0px 25px;
}

.content_content {
  padding: 0px 25px 0px 25px;
}

div.hr {
  background: url(images/content_split.png) no-repeat;
  height: 8px;
}

#container {
  height: 1%;
}

#menu_vert ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu_vert li {
  margin: 0px;
  padding: 0px 0px 5px 20px;
  color: #fea;
  font-size: 13px;
}

li.currentpage {
  font-weight: bold;
  color: #fff;
}

li li.currentpage {
  font-weight: none;
  color: #fff;
}


#menu_vert li li{
  padding: 4px 0px 4px 10px;
  font-size: 75%;
}

#menu_vert a {
  text-decoration: none;
  color: #fea;
}

#menu_vert a:hover{
  text-decoration: underline;
  color: #fea;
}

#menu_vert a:active{
  text-decoration: underline;
  color: #fea;
}

#main .content_title{
  font-size: 16px;
}

#main {
  font-size: 11px;
}

#main h1 {
  font-size: 140%;
}

#main h2 {
  font-size: 130%;
}

#main h3 {
  font-size: 120%;
}

#main h4 {
  font-size: 110%;
}

#main a {
  text-decoration: underline;
  color: #222;
}

#main a:hover {
  text-decoration: underline;
  color: #da0;
}


/* End of 'Standard' */

