body { margin: 0;
       padding: 0;
       text-align: left;
       background-color: #a29a74;
       font-size: 100%;}

a { color: #840a0a;
    text-decoration: none; }
a:active { color: #840a0a;
           text-decoration: underline;}
a:hover { color: #840a0a;
          text-decoration: underline;}
	
p{ text-align: left;
   color: #000000;}
		
h1,h2,h3,h4,h5 { text-align: left;		    
                 color: #000000;}


table.main { width: 760px;
             border-top: 0px;
             border-bottom: 0px;
             border-left: 1px solid #000000;
             border-right: 1px solid #000000;
             border-collapse: separate;
             border-spacing: 0 0;
             margin: 0px;
             text-align: left;}

td.header { width: 760px;
            margin: 0px;
            border-spacing: 0 0;
            background-color: #55918f;
            padding: 0px;}

td.topnav { width: 760px;
            margin: 0px;
            border-spacing: 0 0;
            text-align: right;		    
            color: #ffffff;
            font-size: 90%;
            font-family: Arial, Sans-serif;
            vertical-align: middle;
            background-color: #55918f;
            padding: 3px 10px 6px 0px;}

a.topnav { color: #ffffff;
    text-decoration: none; }
a.topnav:active { color: #f0f214;
           text-decoration: none;}
a.topnav:hover { color: #f0f214;
          text-decoration: none;}

td.swoopleft { width: 146px;
               margin: 0px;
               border-spacing: 0 0;
               padding: 0px;
               background-color: #701012;}

td.swoopright { width: 614px;
                margin: 0px;
                border-spacing: 0 0;
                padding: 0px;
                vertical-align: top;
                background-color: #;}

td.sidenav { width: 146px;
             background-image: url(img/navbg.gif);
	     background-repeat: repeat-x;
             background-color: #a3500e;
             font-family: Arial, Sans-serif;
             font-weight: bold;
             padding: 0px;
             vertical-align: top;
             text-align: left;}

td.body { width: 614px;
          background-color: #ffffff;
          font-family: Times, Serif;
          padding: 0px 20px 20px 20px;
          vertical-align: top;}

td.footer { width: 760px;
            margin: 0px;
            border-spacing: 0 0;
            background-color: #a3500e;
            font-family: Arial, Sans-serif;
            padding: 3px;
            vertical-align: middle;
            text-align: center;		    
           color: #ffffff;
           font-size: 85%;}

a.footer { color: #ffffff;
              text-decoration: none;}
a.footer:active { color: #ffffff;
                       text-decoration: underline;}
a.footer:hover { color: #ffffff;
                       text-decoration: underline;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
margin:0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:146px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
height:26px;
}

.menu li li {
position:relative;
background:#701012;
height:26px;
}


/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:145px;
color:#ffffff;
text-indent:10px;
border:0px solid #ffffff;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#701012; width:146px; w\idth:145px;}
/* style the link hover */
* html .menu a:hover {color:#000000; background:#a3500e; text-decoration:none;}

.menu :hover > a {
color:#000000; 
background:#a3500e;
text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:146px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
border:1px solid #ffffff;
border-width:1px 1px 1px 1px;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
border:1px solid #ffffff;
border-width:1px 1px 1px 1px;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
border:1px solid #ffffff;
border-width:1px 1px 1px 1px;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
border:1px solid #ffffff;
border-width:1px 1px 1px 1px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
border:1px solid #ffffff;
border-width:1px 1px 1px 1px;
}
