body {
  background: #CCC url("layout/bg_grad2.jpg") top center fixed;
  color: #000;
  font: 13px Arial, Helvetica, sans-serif;
  }
  
#content a:link, #content a:active, #content a:visited 
  {color: #485FB5; text-decoration: none; background: #ffffcc none;}
#content a:hover 
  {color: #669933 ; text-decoration: none; background: #ffffcc none;}
  
#sidebar a:link, #sidebar a:active, #sidebar a:visited
  {color: #485FB5; text-decoration: none; background: #F5F7F7 none;}
#sidebar a:hover
  {color: #669933 ; text-decoration: none; background: #F5F7F7 none;}

#footer a:link, #footer a:active, #footer a:visited 
  {color: #485FB5; text-decoration: none; background: #ffffcc none;}
#footer a:hover
  {color: #669933 ; text-decoration: none; background: #ffffcc none;}
  
#meta a:link, #meta a:active, #meta a:visited
  {color: #999999; text-decoration: none; font: 13px Verdana, Arial, Helvetica, sans-serif; background: #ffffcc none;}
#meta a:hover
  {color: #485FB5; text-decoration: none; font: 13px Verdana, Arial, Helvetica, sans-serif; background: #ffffcc none;}
  
/* Template Attributes
-------------------------------------------------------------------------*/
#container {
  width: 97%;
  margin: 20px auto;
  position: relative;
  }
  
#page-title {
 font: bold 25px "Courier New", Courier, monospace;
 color: #FFF;
 background: #71828A none;
 margin: 0px;
 padding: 0px;
 text-align: left;
 }
  
  
#menu {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  color: #999;
  padding: 8px 0px;
  }

  
#floaters {
  width: 100%;
  background: #ffffcc none;
  color: #444;
  padding: 0px;
  margin: 20px auto 0px auto;
  }
  
#sidebar {
  float: left;
  width: 178px;
  padding: 0px;
  color: #444;
  background: #ffffcc none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  line-height: 120%;
  } 

#content{
  padding: 20px 10px 0px 20px;
  margin: 0px 0px 0px 178px;
  border-left: 1px solid #ccd2d2;
  text-align: left;
  line-height: 120%;
  }
  
#floaters-clear {
  clear: both;
  height: 30px;
  }
  
#footer {
  width: 100%;
  background: #ffffcc none;
  color: #999;
  padding: 0px 0px 10px 0px;
  text-align: left;
  }
  
#title {
  font: bold 28px Arial, Helvetica, sans-serif;
  padding: 10px 10px;
  text-align: left;
  color: #000;
  background: #FFFFCC none;
  border-bottom: 1px solid #CCD2D2;
  }
  
#meta {
  text-align: left;
  color: #999;
  background: #FFFFCC none;
  padding: 5px;
  }
  
#small-logo {
  width: 80px;
  height: 73px;
  background: #FFFFCC none;
  color: #000;
  }

/* H Attributes
--------------------------------------------------------------------*/
h1 {
  font: bold 150% Courier,sans-serif;
  color: #334d55;
  background: #FFFFCC none;
  margin: 0px;
  padding: 0px;
  }

h2 {
  font: bold 114% Courier,sans-serif;
  color: #006699;
  background: #FFFFCC none;
  margin: 0px;
  padding: 0px;
  }

h3 {
  font: bold 25px Arial, Helvetica, sans-serif;
  background: #FFFFCC none;
  color: #000;
  margin: 10px 0px;
  padding: 0px;
  }

h4 {
  font: 100% Arial,sans-serif;
  color: #333333;
  background: #FFFFCC none;
  margin: 0px;
  padding: 0px;
  }

h5 {
  font: 100% Arial,sans-serif;
  color: #334d55;
  background: #FFFFCC none;
  margin: 0px;
  padding: 0px;
  }

  
/* Footer Attributes
--------------------------------------------------------------------*/
div.footerpadding {
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #CCC;
  }
  
  
/* Sidebar Attributes
--------------------------------------------------------------------*/
.sectionlinks{
  margin: 0px;
  padding: 0px;
  background: #ffffcc;
  color: #ffffcc;
  }

.sectionlinks h3{
  padding: 10px 0px 2px 10px;
  border-bottom: 1px solid #ffffcc;
  }

.sectionlinks a:link, .sectionlinks a:visited, .sectionlinks a:active {
  display: block;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
  background: #ffffcc none;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0px 3px 10px;
  color: #ffffcc;
  text-align: left;
  text-decoration: none;
  }

.sectionlinks a:hover{
  display: block;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #ffffcc none;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0px 3px 10px;
  color: #ffffcc;
  text-align: left;
  text-decoration: none;
  }
  
div.padding {
  padding: 10px;
  text-align: left;
  }
  
span.important {
  font-weight: bold;
  color: #FF0000;
  background: #F5F7F7 none;
  }
  
/* Content Attributes
-------------------------------------------------------------------------*/
.swfright {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 300px;
  height: 300px;
  float: right;
  }
  
.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  }
  
.clearleft {
  clear: left;
  height: 0px;
  margin: 0px;
  padding: 0px;
  }
  
#logo-clear {
  clear: right;
  height: 2px;
  }
 
.spacer {
  height: 1px;
  font: 1px Arial, Helvetica, sans-serif;
  }
  
#content ul li {
  list-style-type: disc;
  }
  
p.indent {
  margin: 0px 0px 0px 30px;
  }
  
p.italic-bold {
  font-weight: bold;
  font-style: italic;
  }

/* Image Attributes
-------------------------------------------------------------------------*/
img.left {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  background: #FFFFCC none;
  color: #000;
  }
  
img.right {
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  background: #FFFFCC none;
  color: #000;
  }
  
img.small-logo {
  width: 80px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  float: right;
  }
  
/* Navigation
-------------------------------------------------------------------------*/
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #494949;
  background: #71828A none;
  }

.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  color: #494949;
  }

.suckertreemenu ul li a{
  display: block;
  padding: 3px 10px;
  border-right: 1px solid #CCC;
  text-decoration: none;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  text-align: left;
  width: 80px;
  }
	
.suckertreemenu ul li ul{
  left: 0;
  position: absolute;
  top: 1em;
  display: block;
  visibility: hidden;
  text-align: left;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }

.suckertreemenu ul li ul li{
  display: list-item;
  float: none;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }

.suckertreemenu ul li ul li ul{ 
  left: 159px;
  top: 0;
  padding: 10px;
  margin: 0px;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }
  
.suckertreemenu ul ul ul {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }

.suckertreemenu ul li ul li a{
  display: block;
  width: 220px;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  }

.suckertreemenu ul li a:hover{
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  color: #494949;
  }
  
ul#folder1, ul#folder2, ul#folder3,
ul#folder4, ul#folder5, ul#folder6,
ul#subfolder {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }
  
ul#folder1 a:link, ul#folder1 a:visited, ul#folder1 a:active,
ul#folder2 a:link, ul#folder2 a:visited, ul#folder2 a:active,
ul#folder3 a:link, ul#folder3 a:visited, ul#folder3 a:active,
ul#folder4 a:link, ul#folder4 a:visited, ul#folder4 a:active,
ul#folder5 a:link, ul#folder5 a:visited, ul#folder5 a:active,
ul#folder6 a:link, ul#folder6 a:visited, ul#folder6 a:active  {
  font-weight: normal;
  margin: 0px;
  padding: 5px;
  width: 170px;
  font: 11px Arial, Helvetica, sans-serif;
  border: 0px;
  color: #494949;
  background: #71828A url("layout/glbnav_background.gif") center center repeat-x;
  }
  
ul#folder1 a:hover, ul#folder2 a:hover, ul#folder3 a:hover,
ul#folder4 a:hover, ul#folder5 a:hover, ul#folder6 a:hover {
  background: #808080 none;
  color: #FFF;
  text-align: left;
  font-weight: normal;
  width: 170px;
  }
  
ul#subfolder a:link, ul#subfolder a:visited, ul#subfolder a:active {
  font-weight: normal;
  margin: 0px;
  width: 100px;
  font: 11px Arial, Helvetica, sans-serif;
  border: 0px;
  }
  
ul#subfolder a:hover {
  background: #808080 none;
  color: #FFF;
  text-align: left;
  font-weight: normal;
  width: 100px;
  }

.suckertreemenu .mainfoldericon{
  text-align: left;
  }

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
  text-align: left;
  }

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  padding-top: 1em;
  }
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */