body {
margin:2px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
/* text-align:center; /* Hack for IE5/Win */    
/* background-image: url(sargent-logo-background1.jpg); */
background-image: url(tipi-back.jpg);
}

#container
{
width: 50%;
margin: auto;
width:900px;
margin:0px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
padding:15px;
}

#top
{
margin-top: 0px;
padding: .5em;
height: 160px;
background-image: url(main1.jpg);
background-repeat: no-repeat;
}

#leftnav
{
float: left;
width: 140px;
margin: 1px;
padding: 1px;
}

#rightnav
{
float: right;
width: 177px;
margin: 10;
padding: 1px;
}

#content
{
margin-left: 150px;
border-left: 1px solid #cccccc;
margin-right: 190px;
padding: 5px;
}

#footer
{
clear: both;
margin: 0;
font-family: book antiqua;
font-size: x-small;
color: gray;
border-top: 1px solid #cccccc;
padding: .5em;
}

/*********************************************** */ 
#list-menu { 
width: 130px; 
} 

#list-menu ul { 
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: verdana, arial, sanf-serif; 
font-size: 12px; 
} 

#list-menu li { 
margin: 2px 0 0; 
} 

#list-menu a { 
display: block; 
width:130px; 
padding: 2px 2px 2px 10px; 
border: 1px dotted #FFFFFF; 
/* background: #dcdcdc; */ 
text-decoration: none; /*lets remove the link underlines*/ 
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited { 
color: #000000; 
font-weight: bold; 
} 

#list-menu a:hover { 
border: 1px solid #000000; 
background: #333333 url(grass2.jpg); 
color: #ffffff; 
font-weight: 900; 
} 
/* *********************************************** */ 

.header {
font-size: small;
color: white;
font-family: verdana;
background-color:#336633;
padding-left: 5px;
border-bottom: 1px solid #cccccc;
}

.header2 {
font-size: small;
color: white;
font-family: verdana;
background-color:#006600;
padding-left: 5px;
border-bottom: 1px solid gray;
}

.info-xsmall {
font-family: verdana;
font-size: x-small;
}

.info-small {
font-family: verdana;
font-size: small;
}

.info-medium {
font-family: verdana;
font-size: medium;
}

.menu {
font-family: Book Antiqua;
font-size: medium;
font-weight: bold;
font-style: italic;
list-style-type: none;
padding: 5px 0 0 7px;
border-bottom: 1px solid #cccccc;
}

.info-xsmall-list {
font-family: verdana;
font-size: x-small;
list-style-type: none;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 7px 2px 1px 5px;
}

.info-small-list {
font-family: verdana;
font-size: small;
list-style-type: none;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 7px 2px 1px 5px;
}

.info-medium-list {
font-family: verdana;
font-size: medium;
list-style-type: none;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 7px 2px 1px 5px;
}

/*   Links  */
a:link {color: #000000; text-decoration: none;}     /* unvisited link */
a:visited {color: #000000; text-decoration: none;}  /* visited link */
a:hover {color:#336633;  text-decoration: none;}   /* mouse over link */
a:active {color: #999999; text-decoration: none;}   /* selected link */

/* Other Links */
a.links:link {color: #0000ff; text-decoration: none; font-size:small}     /* unvisited link */
a.links:visited {color: #0000ff; text-decoration: none; font-size:small}  /* visited link */
a.links:hover {color: #9933cc;  text-decoration: none; font-size:small}   /* mouse over link */
a.links:active {color: #0000ff; text-decoration: none; font-size:small}   /* selected link */

/* Other Links */
a.x-links:link {color: #0000ff; text-decoration: none; font-size:x-small}     /* unvisited link */
a.x-links:visited {color: #0000ff; text-decoration: none; font-size:x-small}  /* visited link */
a.x-links:hover {color: #9933cc;  text-decoration: none; font-size:x-small}   /* mouse over link */
a.x-links:active {color: #0000ff; text-decoration: none; font-size:x-small}   /* selected link */

/* Medium Links */
a.m-links:link {color: #0000ff; text-decoration: none; font-size:medium}     /* unvisited link */
a.m-links:visited {color: #0000ff; text-decoration: none; font-size:medium}  /* visited link */
a.m-links:hover {color: #9933cc;  text-decoration: none; font-size:medium}   /* mouse over link */
a.m-links:active {color: #0000ff; text-decoration: none; font-size:medium}   /* selected link */

