body {
  margin: 0;
  padding: 20px 0 0 0;
  background-color: #B3C7D1;
  font: .9em/1.4em Arial, Helvetica, sans-serif;
  color: #000;
}

/* For TinyMCE */
body.mceContentBody {
	background: none;
	background-color: #fff;
	background-image: none;
}

a, a.visited {
  color: #005DAC;
}
  
h1, h2, h3 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1.title {
  color: #003366;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: normal;
  margin: .9em 0;
}

h2, h3.feed-item-title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #005DAC;
  margin: .75em 0;
}
  h2 a, h3.feed-item-title a {
    color: #005DAC;
  }
	
	.node-blog h2 a {
		color: #a63030;
	}

h3 {
  font-size: 1em;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #006FCC;
  margin: .5em 0;
  font-weight: bold;
}
  h3 a {
    color: #005DAC;
  }

h4 {
  font-size: 1em;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #990033;
  margin: .5em 0;
  font-weight: bold;
}

h3.feed-item-title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #005DAC;
  margin: .75em 0;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
  h3.feed-item-title a {
    color: #005DAC;
  }

#sidebar-left h2 {
  color: #f3f3f3;
  margin-left: .2em;
}

#sidebar-right h2 {
  color: #003366;
}

#wrapper {
  margin: 0;
  padding: 0;
}

  #container {
    width: 781px;
    margin: 0 auto;
    background-color: #fff;
  }
  
    #header {
      background: url(../images/header-bg.jpg) no-repeat top left;
      padding: 16px 16px 0 16px;
      height: 135px;
      overflow: hidden;
    }
    #header-left {
      height: 114px;

    }
    #header-table {
      width: 749px;
      height: 135px;
    }
    
      #primary { 
        text-align: center;
      	height: 21px; 
      	width: 475px;
      	color: #fff;
      	margin: 114px 0 0 0; 
      	padding: 0 0 0 30px;
      	font: .75em Arial, Helvetica, sans-serif;
      	font-weight: bold;
      	line-height: 1.9em;
      	text-transform: uppercase;
      	float: left;
      }
      
      #primary ul { 
        list-style-type: none;
        padding: 0;
        margin: 0; 
      }
      
      	#primary li { 
      		margin: 0; 
      		padding: 0;
      		float: left; 
      	}
      	
        	#primary li a, #primary li a:visited { 
        		color: #003369; 
        		text-decoration: none;
        		display: block;
        		padding: 0px 6px 0px 8px;
        		background: url(../images/primary.gif) no-repeat top left;
        	} 
        	
        	#primary li a:hover, #primary li.active a { 
        		color: #006390;
        		background: url(../images/primary-hover.gif) no-repeat top left !important;
        	}
        	
        	#primary li.first a, #primary li.first a:hover {
        	  background-position: -2px 0 !important;
        	}
      
      #header-right {
        float: right;
        border-left: solid 1px #fff;
        width: 243px;
      }
      
    #middle {
      background: url(../images/container-bg.gif) repeat-y top center;
      margin: 0;
      padding: 0 16px 0 16px;
      clear: both;
    }
    
      #sidebar-left {
        background: #336699 url(../images/left-panel-highrise2.jpg) no-repeat bottom left;
        width: 142px;
        padding: 8px 6px 300px 6px;
        overflow: hidden;
      }
      
        #sidebar-left a {
          color: #fff;
        }
        
        #sidebar-left ul.menu li {
          margin: 0 0 0 0.1em;
        }
                
        #block-menu-43 ul {
          padding-left: 0;
        }
        
        #block-menu-43 ul.menu li.leaf {
          list-style-type: none;
          list-style-image: none;
          background: url(../images/icon-arrow.gif) no-repeat 0 0.6em;
          padding: 0.2em 0.5em 0 1.5em;
          margin: .6em 0 .6em .35em;
        }
        
      #main {
        background: #f3f3f3 url(../images/content-bg.gif) repeat-x top left;
      }
        
        #content {
          border-left: solid 1px #fff;
          padding: 5px 10px;
          width: 407px;
        }
        
        #content-full {
          border-left: solid 1px #fff;
          padding: 5px 10px 5px 10px;
          width: 575px;
        }
          
          .node .info, #aggregator .feed-item-meta {
            color: #aaa;
            font: .8em/.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
          }
          
          #aggregator .feed-item-meta {
          	margin: 1em 0.1em;
          }
        
      #sidebar-right {
        background-color: #D7D5CD;      
        width: 168px;
      }
      
        #sidebar-right .block {
        	padding: 0.2em 0.5em;
        }
        
        #sidebar-right #block-block-1, #sidebar-right #block-block-1 p {
        	margin: 0;
        	padding: 0;
        }
    
    #footer {
      color: #fff;
      background-color: #00396B;
      font: .8em/1.5em Arial, Helvetica, sans-serif;
      text-align: center;
      height: 35px;
    }

      #footer a {
        color: #fff;
        text-decoration: none;
        margin: 0 2px;
      }
      
      #footer a:hover {
        text-decoration: underline;
      }

/* Drupal Style Overrides */
/*
.block, .block p , .block .content {
	margin: 0;
	padding: 0;
}
*/
.inline img {
  border: none;
}

br.clear {
  clear: both;
  height: 0;
	line-height: 0.1;
	margin: 0;
	padding: 0;
	font-size: 0.1px;
	border: none;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}

.error {
  border-color: red;
}

