
<style type="text/css">

    body {
        margin: 0;
        padding: 0;
        background-color: #EEEEEE;
        background: #EEEEEE none;
        text-align: center;
    }

    .body {
        width: 740px;
        background-color: #FFFFFF ;
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		normal;
        font-size:		9pt;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
     }

    .header {
        background-color: #CCCCCC;
    }

    .header h1 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		bold;
        font-size:		28pt;
        margin: 10px;
        padding: 0px;
        float: left;
    }

    .header h2 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		bold;
        font-size:		14pt;
        margin: 10px;
        margin-top: 25px;
        padding: 0px;
        float: right;
        color: #336699;
    }

    .header img {
        border-top: 10px black solid;
        border-bottom: 5px black solid;
    }

    .header .menu {
        width: 500px;
        background-color: black;
        border-top: 10px black solid;
        border-bottom: 10px black solid;
        float: left;
    }

    ul#tabs { /* general settings */
        text-align: center; /* set to left, right or center */
        margin: 0px; /* set margins as desired */
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		normal;
        font-size:		9pt;
        list-style-type: none;
        padding: 2px 10px 2px 10px; /* THIRD number must change with respect to padding-top (X) below */
    }

    ul#tabs li { /* do not change */
        display: inline;
    }

    ul#tabs li a { /* settings for all tab links */
        padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  /*      border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
  /*      background-color: #cfc; set unselected tab background color as desired */
        color: #FFF; /* set unselected tab link color as desired */
        margin-right: 10px; /* set additional spacing between tabs as desired */
        text-decoration: none;
        border-bottom: none;
    }

    ul#tabs li a.selected { /* settings for all tab links */
        padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
      /*      border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
      /*      background-color: #cfc; set unselected tab background color as desired */
        color: #99DDBB; /* set unselected tab link color as desired */
        margin-right: 10px; /* set additional spacing between tabs as desired */
        text-decoration: none;
        border-bottom: none;
    }

    ul#tabs a:hover { /* settings for hover effect */
        background: #336699; /* set desired hover color */
    }

    ul#tabs a.selected:hover { /* settings for hover effect */
        background: none;
    }

    .header .chapters {
        width: 240px;
        background-color: black;
        border-top: 10px black solid;
        border-bottom: 10px black solid;
        float: left;
    }

    ul#chapters { /* general settings */
        text-align: center; /* set to left, right or center */
        margin: 0px; /* set margins as desired */
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		normal;
        font-size:		9pt;
        list-style-type: none;
        padding: 2px 10px 2px 10px; /* THIRD number must change with respect to padding-top (X) below */
    }

    ul#chapters li { /* do not change */
        display: inline;
    }

    ul#chapters li a { /* settings for all tab links */
        padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  /*      border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
  /*      background-color: #cfc; set unselected tab background color as desired */
        color: #FFF; /* set unselected tab link color as desired */
        margin-right: 10px; /* set additional spacing between tabs as desired */
        text-decoration: none;
        border-bottom: none;
    }

    ul#chapters li a.selected { /* settings for all tab links */
        padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
      /*      border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
      /*      background-color: #cfc; set unselected tab background color as desired */
        color: #99DDBB; /* set unselected tab link color as desired */
        margin-right: 10px; /* set additional spacing between tabs as desired */
        text-decoration: none;
        border-bottom: none;
    }

    ul#chapters a:hover { /* settings for hover effect */
        background: #336699; /* set desired hover color */
    }

    ul#chapters a.selected:hover { /* settings for hover effect */
        background: none;
    }


		.banner { 
			margin: 10px;
		}

    .footer {
        margin: 0px;
        text-align: center;
        font-size: 8pt;
        font-weight: normal;
        color: #666666;
        background-color: black;
        border-top: 10px black solid;
        border-bottom: 10px black solid;
        clear: both;
        display: block;
    }

    .centered {
        width: 480px;
        padding: 10px;
        /*margin: 20px 120px 20px 120px;*/
        float: left;
    }

    .main {
        width: 480px;
        padding: 10px;
        float: left;
    }

    .sidebar {
        width: 220px;
        padding: 10px;
        float: left;
    }

    .form {
        border: 1px #CCCCCC solid;
        padding: 10px;
        margin-bottom: 10px;
/*        width: 480px;
        padding: 10px;
        border: 1px #CCCCCC solid;
        margin: 10px;
        float: left;*/
    }


    .news {
        border: 1px #CCCCCC solid;
        padding: 10px;
        margin-bottom: 10px;
    }

    .news h1 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		bold;
        font-size:		18pt;
        color: #336699;
        margin: 0px;
        padding: 0px;
    }

    .news h5 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		normal;
        font-size:		10pt;
        color: #336699;
        margin: 0px;
        padding: 0px;
    }


    .newsItem h2 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-weight:		bold;
        font-size:		12pt;
        float: left;
        margin: 10px 0px 5px 0px;
        padding: 0px;
    }

    .newsItem h3 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-size:		9pt;
        font-weight: normal;
        float: right;
        color: #999999;
        margin: 10px 0px 5px 0px;
        padding: 0px;
    }

    .newsItem h4 {
        font-family: 		veranda, helvetica, arial, sans-serif;
        font-size:		9pt;
        font-weight: normal;
        color: #99DDBB;
        margin: 0px;
        padding: 0px;
    }

    .newsItem div {
        clear: both;
        margin: 0px;
    }

    .newsItem img#linkedIn {
        float: right;
        border: 0px;
        margin: 10px 0px 10px 10px;
    }

    .newsItem p {
        margin: 0px 25px 5px 5px;
    }

    .sponsor {
        border: 1px #CCCCCC solid;
        padding: 5px;
        margin: 5px 0px 0px 5px;
    }

    a:link	{
			text-decoration: underline;
			color: #336699;
    }

    a:visited	{
			text-decoration: none;
			color: #336699;
    }

    a:hover	{
			text-decoration: underline;
			color: #99DDBB;
    }


</style>
