body {

    font-family: 'Trebuchet MS';

    color: #3e464b;

    margin: 0;

    cursor: default;		

}



#header {

    height: 150px;

    background: url('../images/header.png') repeat-x top;

}

  #header h1 {

      font-weight: normal;

      padding-left: 2px;

      padding-top: 1px;

      padding-bottom: 1px;

      margin: 0;

  }

  *:first-child+html #header h1 {

      padding-bottom: 0;

  }

  * html #header h1 {

      padding-bottom: 0;

  }

  #header h1 span {

      padding-left: 2px;

      color: #fff;

  }

  #header h1 a {

      text-decoration: none;

      color: #000;

  }

  #header .search {

/*      height: 35px;

      margin-top: .7em;

      padding-left: 2px;

      padding-right: 2px;

      background: url('../images/search.png') no-repeat top left;
*/
      float: right;

      width: 270px;
	  
	  height: 150px;
	 
	  background: url('../images/header.png') repeat-x top;
  }

  *:first-child+html #header .search {

      margin-top: -1px;

      margin-right: -4px;

      background: url('../images/search_ie7.png') no-repeat top left;

  }

  * html #header .search {

/*      background: url('../images/search.gif') no-repeat top left;

      width: 200px;

      margin-top: 0;

      margin-right: -1px;
*/
  }

  #header .search input {
/*
      margin-top: 0; /*.9em;

      border: 1px solid #a0a0a0;

      padding: 1px;

      background: url('../images/inputbox.gif') repeat-x top;
*/
	  margin: 110px 0px 10px 0px;
  }

  *:first-child+html #header .search input {

      margin-top: 2px;

  }
  
  #header #topmenu {

      margin-top: 10px;

      height: 35px;	 

      background: url('../images/topnav.png') repeat-x top;

  }

  *:first-child+html #header {

      margin-top: 3px;

  }

  * html #header {

      margin-top: 4px;

  }

  #header #mainlevel-nav {

      margin: 0;

      padding: 0 4px 0 0;

      position: absolute;

      right: 0;

  }

  #header #mainlevel-nav li {

      margin: 0;

      padding: 0;

      list-style: none;

      float: left;

      font-size: 2px;

      letter-spacing: 1px;

  }

  #header #mainlevel-nav a {

      display: block;

      text-align: center;

      text-decoration: none;

      color: #ededed;

      padding: 1px 0 1px 0;

      width: 14px;

      background: url('../images/topnav_a.png') repeat-x top;

  }

  #header #mainlevel-nav a:hover {

      background: url('../images/topnav_a.png') repeat-x bottom;

      color: #fff;

  }

  #header #mainlevel-nav a:active {

      color: #999;

  }



#path_date {

    margin-top: 4px;

    margin-bottom: 4px;

    font-size: 12px;

    border-bottom: 1px dotted #555;

}



#path {

    float: left;

    padding-left: 15px;

    width: 50%;

}

#path a {

    font-weight: bold;

    text-decoration: none;

    color: #222;

}

#path a:link {

    font-weight: bold;

    text-decoration: none;

    color: #222;

}

#path a:hover {

    text-decoration: underline;

    color: #000;

}

#date {

    text-align: right;

    padding-right: 15px;

}  



#leftcolumn {

    float: left;

    width: 200px;

    border-right: 1px dotted #555;

    min-height: 60px;

    padding: 5px;

    font-size: 12px;

}

  #leftcolumn .moduletable {

      margin: 15px 0 15px 0;

  }

  #leftcolumn .moduletable h3 {

      margin: 8px 0 6px 0;

      border-bottom: 1px dotted #555;

  }

  #leftcolumn .moduletable input[type="text"], #leftcolumn .moduletable input[type="password"] {

      width: 150px;

  }

  #leftcolumn a.mainlevel {

      display: block;

      text-decoration: none;

      letter-spacing: .01em;

      color: #3e464b;

      padding: 2px 2px 2px 20px;
      margin: 1px;

      border: 1px solid #fff;

      background: url('../images/list.png') no-repeat center left;

  }

  * html #leftcolumn a.mainlevel {

      background: url('../images/list_ie6.gif') no-repeat center left;

  }

  #leftcolumn a.mainlevel:link {

      display: block;

      text-decoration: none;

      letter-spacing: .01em;

      color: #3e464b;

      padding:  2px 2px 2px 20px;

      margin: .05em;

      border: 1px solid #fff;

      background: url('../images/list.png') no-repeat center left;

  }

  * html #leftcolumn a.mainlevel:link {

      background: url('../images/list_ie6.gif') no-repeat center left;

  }

  #leftcolumn a.mainlevel:hover {

      color: #222;

      border: 1px solid #ccc;

      background-color: #f5f5f5;

  }

  #leftcolumn a#active_menu {

      border: 1px solid #ccc;

      background-color: #f5f5f5;

  }

  #leftcolumn a {

      text-decoration: none;

      color: #50b2d7;

  }

  #leftcolumn a:link {

      text-decoration: none;

      color: #50b2d7;

  }

  #leftcolumn a:hover {

      color: #1e87ae;

      text-decoration: none;

  }



#rightcolumn {

    float: right;

    width: 200px;

    border-left: 1px dotted #555;

    min-height: 60px;

    padding: 5px;

    font-size: 12px;

}

  #rightcolumn .moduletable {

      margin: 15px 0 15px 0;

  }

  #rightcolumn .moduletable h3 {

      margin: 10px 0 5px 0;

      border-bottom: 1px dotted #555;

  }

  #rightcolumn ul {

      margin: 0 0 0 25px;

      padding: 0;

  }

  #rightcolumn ul li {

      list-style-image: url('../images/list_c.png');

      margin: 0;

  }

  * html #rightcolumn ul li {

      list-style-image: url('../images/list_c.gif');

      margin: 0;

      border: 1px solid #fff;

  }

  #rightcolumn ul li a {

      display: block;

  }

  #rightcolumn a {

      color: #50b2d7;

      text-decoration: none;

  }

  #rightcolumn a:link {

      color: #50b2d7;

      text-decoration: none;

  }

  #rightcolumn a:hover {

      color: #1e87ae;

  }



#content {

    min-height: 40em;

/*    margin: 0 18em 0 18em;*/

    font-size: 12px;

/*    line-height: 1.5em;*/

}

* html #content {

    width: 540px;

}

  #content a {

      text-decoration: none;

      padding-bottom: 2px;

      color: #50b2d7;

/*     border-bottom: 1px dotted #50b2d7;*/

  }

  #content a:hover {

      color: #1e87ae;

      border: none;

  }

  #content ul li {

      list-style-image: url('../images/list_c.png');

      padding-top: 0;

  }

  * html #content ul li {

      list-style-image: url('../images/list_c.gif');

  }

  #content .componentheading {

      font-size: 24px;

      letter-spacing: .04em;

      padding-bottom: 14px;

  }

  #content .contentheading {

      font-size: 1.5em;

      padding-bottom: .5em;

      letter-spacing: .03em;

  }

  #content .small {

      color: #000000;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .createdate {

      color: #ccc;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .modifydate {

      color: #ccc;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .sectiontableheader {

      font-weight: bold;

      border-bottom: 1px solid;

  }

  #content a.readon {

      padding-left: .4em;

      padding-right: .4em;

      border-left: 3px solid #50b2d7;

      border-bottom: 1px solid #50b2d7;

  }

  #content a.readon:hover {

      background-color: #f8fdff;

      border-left: 3px solid #50b2d7;

      border-bottom: 1px solid #50b2d7;

  }

  

#footer {

    height: 3em;

    margin-top: 4em;

    background: url('../images/footer.png') repeat-x top;

    clear: both;

    color: #999;
	
	font-size:12px;
	
	padding: 2px;

}

  #footer a {

      color:#3e464b;

      text-decoration: none;

      font-weight: bold;

  }

  #footer a:link {

      color: #666;

      text-decoration: none;

      font-weight: bold;

  }

  #footer a:hover {

      color: #333;

      text-decoration: underline;

  }

  #footer #left {

      padding-top: 1em;

      float: left;

      font-size: .7em;

      width: 160px;

      padding-left: 20em;

  }

  #footer #right {

      padding-top: 1em;  

      font-size: .7em;

      margin-left: 60%;

  }

  #footer .spreadfirefox {

      display: none;

  }

  * html #footer .spreadfirefox {

      display: inline;

      float: left;

      padding-top: 1em;

      padding-left: 1em;

  }

  *:first-child+html #footer .spreadfirefox {

      display: inline;

      float: left;

      padding-top: 1em;

      padding-left: 1em;

  }







.inputbox {

    border: 1px solid #a0a0a0;

    padding: .2em;

    background: url('../images/inputbox.gif') repeat-x top;

}

label {

    cursor: pointer;

}

label:hover {

    color: #50b2d7;

}

a img {

    border: none;

}

option {

    color: #000;

    font-weight: normal;

    background-color: #fff;

}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.ewebseo, .ewebseo a:link, .ewebseo a:visited, .ewebseo a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
text-decoration: none;
}
.seoH1Class {
      font-size: 24px;

      letter-spacing: .04em;

      padding-bottom: 14px;
}

