body {
background-color: #70000C;
color: #000000;
font-family: arial;
}

a:link {color: #AF0014; text-decoration: none; font-weight: bold}
a:visited {color: #70000C; text-decoration: none; }
a:hover {color: #3367B6; text-decoration: underline}
a:active {color: #3367B6; text-decoration: none}


div.top {
width:1000px;
background-image:url('/background.jpg');
background-color: #BABBFF;
margin-left:auto;
margin-right:auto;
position:relative;
top:-10px;
}

table.page {
width: 1000px;
background-image:url('/background.jpg');
background-color: #BABBFF;
border: 0px;
padding: 0px;
}

table.main {
width: 925px;
background-color: #BABBFF;
border: 0px;
}

td.main {
vertical-align: top;
width: 605px;
background-color: #BABBFF;
border: 0px;
}

td.nav {
vertical-align: top;
background-color: #BABBFF;
width: 120px;
border: 0px;
text-align: left;
padding: 0px;
font-weight: bold;
font-family: arial;
font-size: 13px;
}

td.feed {
vertical-align: top;
width: 150px;
background-color: #CFCFFB;
border: 0px;
}

td.feedbody {
font-size: 11px;
font-family: arial;
text-align: left;
}

a.nav:link {color: #FFFFFF; text-decoration: none; font-weight: bold; } 
a.nav:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.nav:hover {color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.nav:active {color: #FFFFFF; text-decoration: underline; font-weight: bold; }

h1 {
font-size: 17px;
font-family: arial;
text-align: left;
font-weight: bold;
}

h2 {
font-size: 15px;
font-family: arial;
text-align: left;
font-weight: bold;
}

h3 {
font-size: 35px;
font-family: arial;
font-weight: bold;
}

h4 {
font-size: 17px;
font-family: arial;
font-weight: bold;
}

p.left {
font-size: 15px;
font-family: arial;
text-align: left;
}

p.right {
font-size: 15px;
font-family: arial;
text-align: right;
}

p.nav {
font-size: 17px;
font-family: times new roman;
Font-weight: bold;
text-align: left;
}

.jqueryslidemenu{
font: bold 15px Arial;
background: #BABBFF;
z-index: 1;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 1;
}

/*Top level list items*/
.jqueryslidemenu ul li{
z-index: 1;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #BABBFF; /*background of tabs (default state)*/
color: #AF0014;
border-bottom: 1px #BABBFF;
padding: 8px 40px;
text-decoration: none;
z-index: 1;
}


* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index: 1;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #AF0014;
z-index: 1;
}

.jqueryslidemenu ul li a:hover{
background: #70000C; /*tab link background during hover state*/
color: white;
z-index: 1;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
border-bottom: 1px #333333;
visibility: hidden;
z-index: 1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
border-bottom: 1px #333333;
float: none;
z-index: 1;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index: 1;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px #333333;
z-index: 1;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
z-index: 1;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
z-index: 1;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
z-index: 1;
}
