/* Cal Hono Default Stylesheet */

body
 { color: #000000; font-size: 11px; font-family: Verdana, sans-serif; background-color: #ffffff; margin: 0; padding: 0; position: relative }
 
textarea
  {	font-family: arial, helvetica, sans-serif;}

textarea:focus, input:focus, .sffocus, .sffocus 
  {
	background-color: #ffc;
  }

a:visited
{
  font-weight: normal;
  text-decoration: underline;
  color: #cc00cc
}

a:active
{
  font-weight: normal;
  text-decoration: underline;
  color: #000000
}

a:link
{
  font-weight: normal;
  text-decoration: underline;
  color: blue
}

#page
{
  width: 780px;
  margin: 0;
  padding: 0
}

#montage
{
margin-bottom: -2px
}
  
#sidebar-wrapper
{ color: #ffffff; background-color: #ffffff; margin: 0; padding: 0 0 50px 0; left: 0; width: 200px; float: left }
  
#sidebar
{ font-weight: bold; list-style-type: none; margin-left: 7px; padding: 0 }
    
#sidebar a, #sidebar a:visited
{ color: #081d37; font-size: 11px; font-weight: bold; text-decoration: none }
      
#sidebar a:hover
{
font-size: 11px;
text-decoration: none;
color: #80b9ff
}
      
#sidebar .link{ margin: 10px 0; left: 0 }

#sidebar .content {
	color: blue;
	font-size: 11px;
	margin: 0;
	padding: 0;
	left: 0
}

#body-wrapper {	
	margin-left: 230px;		
	box-sizing: border-box;
}

#content {
	text-align: left;
	margin-right: 2px;	
	padding-left: 0;
	position: relative;
	left: 0;	
}
     
#content p { margin-bottom: -8px }

#content p.indented
	 { margin-right: 18px; margin-left: 18px }

#content p.doubleindented
	 { margin-right: 36px; margin-left: 36px }

#content p.tripleindented
	 { margin-right: 54px; margin-left: 54px }
	
#date
    {
      margin: 5px;
      text-align: right;
      color: #081d37
    }
    
    #logo
      { 
	  padding-left: 20px;
	  margin-right: 13px;
	  float: left
	}
    
    #newsbar
      { margin: 28px 2px 6px 10px; padding: 0; position: relative; width: 160px; float: right; border: solid 1px #081d37 }
    
      #newsbar .header
        { color: #ffffff; font-weight: bold; background-color: #081d37; padding: 2px 8px 3px; bottom: 0 }
      
      #newsbar .content
       { margin-top: 2px; padding: 0 5px 5px }
      
        #newsbar .content h1
         { color: #081d37; font-size: 11px; font-weight: bold; margin-top: 0; margin-bottom: 0; top: 0; right: 0; bottom: 0; left: 0 }
        
        #newsbar .content p
        {
          margin: 0
        }
        
        #newsbar .content .more
         { text-decoration: underline; margin-left: 85px }
      
		table.newsitem
		{
			margin: 0;
			padding: 0
		}
		
			table.newsitem td
			{
				vertical-align: top
			}
			
			table.newsitem img
			{
				margin: -1px
			}
		
			table.newsitem .newscontent
			{
				text-align: justify;
				width: 520px;
				border: 1px solid #959595;
				padding: 20px
			}
		
			table.newsitem .right
			{
				width: 15px;
				height: 100%;
				background-image: url('dsright.gif');
				background-repeat: repeat-y
			}
		
			table.newsitem .bottom
			{
				height: 15px;
				background-image: url('dsbottom.gif');
				background-repeat: repeat-x
			}
			
				table.newsitem .left
				{
					float: left
				}
			
				table.newsitem .right
				{
					float: right
				}
      
    #content h1
        { color: #006; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; padding-top: 8px; position: relative }

    #content h2
        { color: #006; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: left; padding-top: 10px; position: relative; bottom: -10px }
        
    #content h3
        { color: #006; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: left; margin-bottom: -23px; padding-top: 10px; position: relative; top: -13px }        
    
    #footer
        { color: #808080; text-align: center; margin: 28px 0 0; position: relative; width: 100% }

  #clearer
  {
    width: 775px;
    height: 1px;
    clear: both;
    text-align: center;
    color: #ffffff
  }

/* Content area expanded text */
div.contentexpanded
 {
 	display: none;
 }
   
div.contentexpandable
{
	letter-spacing: 0;
	display: none;
	padding: 7px 10px 8px;
	border: solid 1px black;
}