
body
	{
	font:  arial, helvetica, serif;
	background: SandyBrown url(BlueStripe1.jpg);
	text-align: center;
	padding: 0;
	margin-top 10px;
	margin-left: auto;
	margin-right: auto;
	}

#container
	{
	/* width: 716px; */
        width: 80%;
	background: #F4ECD9 url(background.gif);
	text-align: left;
	border: 3px solid #eda;
	margin: 0 auto;
	}

p
	{
	margin: 1em 2em;
	}


h1
	{
	margin: 1em 0 0 0;
	}

#content
	{
	clear: left;
	}

#content a
	{
	color: #7C6240;
	}

#content a:hover
	{
	text-decoration: none;
	}



/* *********************************************** */
/* ** TopBar Table ******************************* */
/* *********************************************** */
table.topbar
	{
	border-top:     0px;
	border-left:    0px;
	border-right:   0px;
	border-bottom:  0px;
	margin-top:     0px;
	margin-bottom:  0px;
	margin-left:    0px;
	margin-right:   0px;
	}

td.topbar
	{
	border-top:     1px;
	border-left:    1px;
	border-right:   0px;
	border-bottom:  0px;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-right:  0px;
	padding-left:   0px;
	}

tr.topbar
	{
	border-top:     0px;
	border-left:    0px;
	border-right:   0px;
	border-bottom:  0px;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-right:  0px;
	padding-left:   0px;
	}

/* *********************************************** */
/* ** Entry List Table *************************** */
/* *********************************************** */
table.entrylist
	{
	border-top:     1px solid black;
	border-left:    1px solid black;
	border-right:   1px solid black;
	border-bottom:  1px solid black;
	margin-top:     0px;
	margin-bottom:  0px;
	margin-left:    0px;
	margin-right:   0px;
	}

entrylist.td
	{
	border-top:     2px solid gray;
	border-left:    2px solid gray;
	border-right:   2px solid gray;
	border-bottom:  2px solid gray;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-right:  0px;
	padding-left:   0px;
	}

tr.entrylist
	{
	border-top:     0px;
	border-left:    0px;
	border-right:   0px;
	border-bottom:  0px;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-right:  0px;
	padding-left:   0px;
	}



p.dim
	{
	color: gray;
	}

a.dim:link    {text-decoration:underline;   color:gray; background-color:transparent}
a.dim:visited {text-decoration:underline;   color:gray; background-color:transparent}
a.dim:hover   {text-decoration:underline;   color:gray; background-color:transparent}
a.dim:active  {text-decoration:underline;   color:gray; background-color:transparent}


