<style>

	td#home a:link img, td#home a:visited img { color: #c30; background: white;
	width: 400px; height: 75px; }

body   {color: #000;
        background: ##440;
        margin: 25px 0;
        padding: 0;
        }


.hide   {
         display: none;
         }


img     {
         display: block;
         border: 0;
         }



a:link {
        font-weight : bold;
        text-decoration : none;
        color: #c33;
        background: transparent;
        }

a:visited {
         font-weight : bold;
         text-decoration : none;
         color: #c33;
         background: transparent;
         }

a:hover  {
         font-weight : bold;
         text-decoration : underline;
         color: #633;
         background: transparent;
         }


a:active {
         font-weight : bold;
         text-decoration : none;
         color: #633;
         background: transparent;
         }


p, td, li, ul, ol, h1, h2, h3, h4, h5, h6   {
               font-family: "Trebuchet MS",
Times, serif;
            }


h1       {
         font-size: 2.15em;
         font-weight: normal;
         }




html p   {
         margin-top: 0;
         margin-bottom: 1em;
         text-align: left;
         font-size: 0.95em;
         line-height: 1.5;
         }


#footer p    {
        font-size: 11px;
        margin-top: 25px;
         }



/* Basic page divisions */
#primarycontent     {
        padding-left: 25px;
        padding-top: 25px;
        }


/* Sidebar display attributes */
#sidebar p   {
        font-style: italic;
        text-align: right;
        margin-top: 0.5em;
        }
#sidebar img  {
        margin: 30px 0 15px 0;
        }
#sidebar h2   {
        font-size:1em;
        font-weight: normal;
        font-style: italic;
        margin: 0;
        line-height: 1.5;
        text-align: right;
        }


/* Navigation bar components */
table#nav     {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        }

table#nav     {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        }

table#nav td a    {
        font-weight: normal;
        text-decoration: none;
        display: block;
        margin: 0;
        padding: 0;
        }

table#nav     {
        text-align: center;
		}
		

	</style>