
body {   
   background-color: #ffffff; 
   background-image: url(http://www.spuccne.com/images/public/page_bg.gif);
   margin: 20px; 
   padding: 0;
   font-size: 10pt; 
   font-family: Arial, Verdana, Helvetica;
}

a:link, a:visited {
  color: #386088;
  text-decoration: underline;
}
a:hover, a:active {
  color: #386088;
  text-decoration: none;
}

h3 {
  color: #555;
  width: auto;
  border-bottom: 1px dotted #cccc99;
}

#outer-container {
   width: 750px;
   margin: 0;
   padding: 0;
   background: url('http://www.spuccne.com/images/public/container_right_shadow.gif') repeat-y top right;
   background-color: #fff;
}

#inner-container {
   background: url('http://www.spuccne.com/images/public/container_left_shadow.gif') repeat-y top left;
   line-height: 130%;
   padding: 5px 20px 20px 25px;
}

#header {
   background: #336699 url('http://www.spuccne.com/images/public/spucc_header.png') no-repeat;
   border: 1px solid #000;
   text-align: right;
   color: #FFF;
   font-weight: bold;
   font-size: 18pt;
   line-height: 24pt;
   border-width: 1px 1px 0 1px;
   width: 685px;
   height: 116px;
   padding: 0 20px 0 0;
   margin: 0px;
}

#container-top-shadow {
   background: url('http://www.spuccne.com/images/public/container_top_shadow.gif') repeat-x top left;
   height: 14px;
   width: 752px;
   background-color: #fff;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

#container-bottom-shadow {
   background: url('http://www.spuccne.com/images/public/container_bottom_shadow.gif') repeat-x top left;
   height: 18px;
   width: 750px;
   background-color: #fff;
   padding: 0px;
   margin: 0px;
}

#top-simple-menu {
   text-align: right;
   font-size: 11px;
   padding: 0px;
   color: #555;
   width: 750px;
}

#bottom-simple-menu {
   text-align: center;
   font-size: 11px;
   padding: 0px;
   color: #555;
}

a.top-simple-menu-link:link, a.top-simple-menu-link:visited, 
a.bottom-simple-menu-link:link, a.bottom-simple-menu-link:visited {
  color: #555;
  text-decoration: none;
}
a.top-simple-menu-link:hover, a.top-simple-menu-link:active,
a.bottom-simple-menu-link:hover, a.bottom-simple-menu-link:active {
  color: #333;
  text-decoration: underline;
}

#top-primary {
   width: 705px;
   display: block;
   margin: 0 0 0 0; 
   padding: 0 0 0 0;
   background: url(http://www.spuccne.com/images/public/navigation_top_background.png) #386088;
   color: #fff;
   height: 25px;
   border:1px solid #000;
   border-width:0 1px 1px 1px;

}

#left-navigation {
   margin-left: 0px;
   clear: both;
   width: 160px;
}

#content {
   padding: 0px;
   /* max-width: 48em; */
}
/* html>body #content { width: 48em; } */

/* Side Menu */

h2.side_title {
   padding: 3px 0 0 0;
   margin: 0px;
   color: #369;
   font: 14pt verdana, arial;
}

.side_links {
   width: 160px;
   padding: 10px 0 20px 0;
   margin: 0 auto 0 auto;
}

.side_links ul {
   list-style: none;
   padding: 0;
   margin: 0;
   line-height: 15px;
}

.side_links ul a#current {
   color: #fff;
   background: #A26B6B;
}

.side_links li { 
   list-style: none;
   width: 160px;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #ECECEC;
}

.side_links a {
   width: 155px;
   background: transparent url(http://www.spuccne.com/images/public/bullet.gif) left no-repeat;
   text-decoration: none;
   color: #87ACBB;
   padding: 0 0 0 16px;
   display: block;
}

.side_links a:hover {
   color: #A26B6B;
   text-decoration: none;
}



.page_links {
   width: auto;
   padding: 10px 15px 20px 0;
   margin: 0 auto 0 auto;
}

.page_links ul {
   padding: 0;
   margin: 0;
   line-height: 15px;
}

.page_links li { 
   float: left;
   list-style: none;
   width: 155px;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #ECECEC;
}

.page_links a, .page_links a:link, .page_links a:visited {
   width: 155px;
   text-decoration: none;
   color: #87ACBB;
   padding: 0 0 0 16px;
   display: inline;
}

.page_links a:hover {
   color: #A26B6B;
   text-decoration: none;
}


.powered {
  color:              #555;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          8pt;
  letter-spacing:     .2em;
  line-height:        140%;
  padding:            6px;
  margin-top:         10px;
  }
.powered A         { color: #999; text-decoration: none; }
.powered A:link    { color: #999; text-decoration: none; }
.powered A:visited { color: #999; text-decoration: none; }
.powered A:active  { color: #999; text-decoration: underline;  }
.powered A:hover   { color: #999; text-decoration: underline;  }


/* Additional Styles */

.page_title, h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #369;
	border-bottom: 2px solid #369;
	padding: 38px 0 0px 66px;
	background: transparent url(http://www.spuccne.com/images/public/whooping_crane_header_bg.gif) no-repeat top left;
}

.section_title {
	font-size: 12pt;
	font-weight: bold;
	color: #369;
	border-bottom: 1px solid #369;
	padding: 8px 0 8px 0;
}

.section_title a:link, .section_title a:visited { 
	text-decoration: none;
}
.section_title a:hover, .section_title a:active {
	color: #000;
	text-decoration: underline;
}

