body {
        color:#202020;
        background-color:#666666;
        background-image:url(images/topbar.jpg);
        background-repeat: repeat-x;
        margin:20px;
        padding:0px;
        font: 11/20px verdana, arial, helvetica, sans-serif;
        }
h3	{ font: 13/20px verdana, arial, helvetica, sans-serif; font-weight: bolder}
h1	{ font: 13/20px verdana, arial, helvetica, sans-serif; font-weight: bolder}
h2	{ font: 13/20px verdana, arial, helvetica, sans-serif; color: #ff4500}
a	{ color: #ff5500; font-wight: bolder; text-decoration: none }
a:link  { color: #ff6600; font-weight: bolder; text-decoration: none }
a:visited  { color: gray; font-weight: bolder; text-decoration: none }
a:hover { color: #ff4500; font-weight: bolder; text-decoration: none }
p { font: 11px/20px verdana, arial, helvetica, sans-serif; }
table {background-color: white; }

.listitem	{ font: 13/20px verdana, arial, helvetica, sans-serif; font-weight: bolder}
.field { color: black; font-size: 8 px; background-color: #DDDDDD; border-style: none }
.splash {  font-weight: bolder; color: black; cursor: pointer}
.splash:hover {  font-weight: bolder; color: red; cursor: pointer}
.tablellink { color: #696969 }
.tablellink:hover { color: #000 }

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

.all {
		width:800px;
       	background-color: white;
        }

.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:804px;
        height:222px;
        margin:0px 0px 0px 0px;
        border:1px solid black;
       	border-bottom:0px;
       	background-color: white;
        padding:1px 0px 1px 0px;
        }

.menu {
		position:relative;
        width:804px;
        margin:0px 0px 0px 0px;
        border:1px solid black;
        border-top: 0px;
        background-image: url(images/home_sidebar.gif);
        background-attachment: scroll;
        background-position: top right;
        background-repeat: repeat-y;
        padding:0px 0px 0px 0px;
        }

