/*  Home Page layout  see index.php for IE hacks  */

#title2note{
    top	: 200px;
    left: 370px;
	width: 370px;
	margin: 20px;
	padding: 7px 5px 7px 10px;
	font: 10pt arial, 'helvetica', sans serif;
	text-align: left;
}
  .cssmenu {
    position: static;
    }

  #home_container {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 12;
    float: none;
    clear: both;
    }

  #home_container p, #left_content p, #right_content p {
    padding: 2px 0 2px;
    font-family: verdana;
    font-size: .9em;
    }

  #home_container h1, #left_content h1, #right_content h1 {
    margin-right: 8px;
    }

  #left_side {
    float:left;
    width:18%;
    }

  #left_side img {
    border-bottom: 1px solid red;
    }

  #main_section {
    float:left;
    width: 58%;
    border-left: 1px solid red;
    border-right: 1px solid red;
    padding-left: 20px;
    }

  #right_side {
    float:right;
    width:21.5%;
    padding-top: 10px;
    }


  #right_side p, #left_side p {
    font-size: .7em;
    padding: 6px;
   }

  #right_side img {
    border-top: 1px solid red;
    }

   a {
    text-decoration:none;
    }

  a:hover {
    text-decoration:underline;
    }
  .title1 {
    float: left;
    width: 40%;
    }

  .title2 {
    float:left;
    margin-top:10px;
    }


  .clear {
    float:none;
    clear:both
    }

  h1 {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: left;
    font-family: verdana;
    }


