 /*  General Link Colors*/  
     a {
    color : #0000ff;
    text-decoration : none;  
	font-weight: bold;
  }  
    a:hover {
    color : #0000ff;
    text-decoration : underline;  
	font-weight: bold;
  } 

  
  /* General fonts */

  body , div , td , th {
    font-family : verdana, helvecta, sans-serif; 
  } 
 
  h1 , h2 , h3 , h4, h5, h6 {
    font-family : century gothic, tahoma, verdana, helvecta, sans-serif; 
	font-weight: bolder;
  } 
  /* Heading colors */
   h1, h2   { color : #007; }
 
   h3, h4, h5, h6 { color : #ff4500;}


/* Sidebar headings :: edit with  care */
  .sidebar-block h3 {
    background : #ff5800; 
    color : #fff; 
    text-align : center; 
  	margin-top: 0px;
 
	
  } 
  .sidebar-block h4 {
    background : #ff5800;
    color : #007; 
    font-size : 14px; 
    border-top : 1px solid #ccc; 
    border-bottom : 1px solid #ccc; 
    margin : 0 0 2px; 
    padding : 0 4px; 
  } 
 /* Page Bottom links | not in menu */
#footer a:link {color: #fff; background-color: #002664 ; text-decoration: underline; font-weight:bold; }
#footer a:visited {color: #fff; background-color: #002664 ; text-decoration: underline; font-weight:bold; }
#footer a:active {color: #fff; background-color: #002664 ; text-decoration: underline; font-weight:bold; }
#footer a:hover {color: #b10000;;  background-color: #fff8dc;  text-decoration: underline; font-weight:bold; }
  
  
  
  /*  BEGIN style for Forms  */
  form {
    margin : 0; 
    padding : 4px; 
  } 
  input {
    font : 12px "lucida grande", verdana, lucida, arial, helvetica, sans-serif; 
    line-height : 14px; 
  } 
  textarea {
    background-color : #fffafa; 
    border : 1px solid #000; 
    font : 12px "lucida grande", verdana, lucida, arial, helvetica, sans-serif; 
    line-height : 14px; 
  } 
  label {
    padding : 0; 
    font-family : "lucida grande", verdana, lucida, arial, helvetica, 
    sans-serif; 
  } 
  input.in-text {
    background-color : #fffafa; 
  } 
 /* END forms */ 
  
  

  
 


/* Bottom Menu*/
  #b-menu {text-align : center; padding: 0;  border-top: 1px dashed #ff5800;  margin-top: 6px;  font-size : 10px; }
  #b-menu a:link {
    font-weight : bold; 
    margin : 0; 
    padding : 4px; 
	 font-size : 10px;
	 color: #fff;
	 text-decoration:none;
  } 
    #b-menu a:active {
    font-weight : bold; 
    margin : 0; 
    padding : 4px; 
	 font-size : 10px;
	 color: #fff;
	 text-decoration:none;
  } 
    #b-menu a:visited {
    font-weight : bold; 
    margin : 0; 
    padding : 4px; 
	 font-size : 10px;
	 color: #fff;
	 text-decoration:none;
  } 
    #b-menu a:hover {
    font-weight : bold; 
    margin : 0; 
  padding : 4px; 
	 font-size : 10px;
	 color: #b10000;  background-color: #fff8dc; 
	 text-decoration:none;
  } 

.menu-mark {
    color : #ff5800; 
  } 


  
   

  
 
 
 /*  Basic Page Layout :: Getting These Wrong Will Trash Your Site  */
 /* Edit w/ extreme caution ALL below */
 
  html , body {
    margin : 0; 
    padding : 0; 
    text-align : center; 
    background-color: #fff; 
	color: #000;
  } 
  
  /*Header -- first logical section  */
  #header {
    width : 760px; 
    margin : 0 auto 0 auto; 
    padding :0px; 
    text-align : left; 
    background : #002664 url(images/phoenix-header.jpg) no-repeat; 
		 border-top: 1px solid #002664 ;	
		 height: 100px; 
  } 
  
#logo-link {color: #002664; text-decoration: none; padding: 0px; margin: 0px;}

#headerWrap {
    width : 760px; 
    margin : 0 auto; 
    padding : 0; 
  } 

/* Contains story and sidebar */ 
  #body-wrap {
    width : 758px; 
    margin : 0 auto; 
    padding : 0; 
    text-align : left; 
    background : #fff; 
	border-left: 1px solid #ff5800;
	border-right: 1px solid #ff5800;
	border-top: 1px solid  #002664;
	border-bottom:  1px solid  #002664;
  } 
  #story {
    width : 490px; 
    float : left; 
    padding : 4px 0 0; 
    line-height : 18px; 
    font-size : 14px; 
  } 
  #story2 { 
    padding : 4px 0 0 10px; 
    line-height : 18px; 
    font-size : 14px; 
	 width : 720px;
	 text-align: left; }
  #story-wrap {
    margin : 12px; 
  } 	/* Needed to keep the story from overflowing into the side bar*/
 	
 	/*  Sidebar */
  #sidebar {
    margin : 0 8px 12px 500px; 
    padding : 10px 0 0; 
    min-height : 200px; 
  } 
  #sidebar-wrap {
    margin : 3px; 
  } 
  #sidebar p {
    padding : 2px; 
    margin : 4px 4px 8px 8px; 
    line-height : 16px; 
  } 
  #sidebar h3 {
    padding: 4px; 
    margin-bottom : 4px; 
    font-size : 16px; 
  } 
  .sidebar-block {
    border : 1px outset #d6a04a; 
    padding : 0 0 5px 0; 
    margin-top : 0; 
    margin-bottom : 15px; 
    overflow : auto; 
    font-size : 12px; 
    background-color : #ffffff; 
  } 
  
   .sidebar-block ul {
    margin-top : 6px; 
  } 
  
  /* Footer: last logical section  */
  #footer {
    text-align : left; 
    margin : 0 auto; 
    padding-top : 2px;   
    background-color: #002664 ; 
	color: #fff;
    width : 760px; 
  } 
  #footer p {
    font-size : 9px;
    margin : 0; 
    padding : 8px; 
  } 
  
  
  /* Miscellanous */
   #reference {
	display: none;
   }
   .clear {clear: both;}
   
   #search-box {display: none; visibility: hidden;}
   
     a img {
    border : 0 none; 
  } 
  
  #menu {margin-bottom: 2px;}
