/* --- global styles --- */

BODY.outer {color:black; background-color:#888888; font-family:Arial,sans-serif;  margin : 0 0 0 0; } 
A {color:#0000ff; text-decoration:none; font-weight:normal}
A:hover {color:#00ffff; text-decoration:none}

P {text-align:justify;}

H1 {margin-top:0px; margin-bottom:0px;}
H2 {margin-top:20px; margin-bottom:0px;}
H3 {margin-top:0px; margin-bottom:0px;}
H4 {margin-top:0px; margin-bottom:0px;}
H5 {margin-top:20px; margin-bottom:0px;}
H6 {margin-top:0px; margin-bottom:0px;}

div#menuspacer {height:160}


/* --- content panes --- */

div.m {
 text-align:justify;
 margin:1em;
}

table.head{
    background-color: #ffffde;
    background-image:url('img/bkg.jpg');  
    background-position:  right top ;
    background-repeat:no-repeat;
    border:0px;
    padding:0px;
}


table.main {
    background-color: #ffffde;
    background-image:url('img/bkg.jpg');  
    background-position: right top ;
    background-repeat:no-repeat; 
    border-width: 0px;
    padding: 0px;
    width: 100%;
}

tr.spacer {
  height: 14px;
}

td.spacer {
/*  background-repeat: no-repeat;
  background-position: -2px -2px;
  background-image: url('img/side2.gif'); */

}

td.left{
  vertical-align:top;
  background-repeat: no-repeat;
  background-position: -2px -21px;
/*  background-image: url('img/side2.gif'); */

	border-width: 0px;
/*	border-style: inset outset outset inset; 
	border-color: red;
	border-collapse: separate;
   -moz-border-radius: 0px 0px 0px 0px; */
	padding-left: 5px;
    padding-right: 5px;
    width: 150px;
}

tr.main {
    height:450px;
}

td.main{
    width:900px;
    background: #ffffcc;
	border-width: 6px 6px 6px 6px;
	border-style: inset outset outset inset;
	border-color: white;
/*	border-collapse: separate; */
    -moz-border-radius: 15px 15px 15px 15px;
}

td.right{
/*    background-color: #ffffDE; */
 width: 10px;
}

tr.foot {
/* background-color: #ffffDE; */
}

td.foot {
    height:40px;
	border-width: 0px 0px 5px 0px;
	border-style: inset outset outset inset;
	border-color: #888888;
	border-collapse: separate;
    -moz-border-radius: 0px 0px 0px 0px;
	padding-left: 5px;
    padding-right: 5px;
    width:100%;
}


#m_splashtxt {
 position:absolute;left:-4000; 
}

table.splashimg {

}


#logos {
 padding:5px;
 border:none;
 padding-top:5px;
 text-align:center;
 vertical-align:middle;
}

/* ----------------- */

/* banner elements */

#content {
  border:none;
  padding:none;
}

#lpanel {
 width:100px;
}
#mpanel {
 
}
#rpanel {
 width:100px;
}

td.menu {
 background-image:url("img/bar.gif");
 background-color:#00008E; 
 background-position: left top ;
 background-repeat:repeat-x;

}


/* --- menu styles --- */

div.tree 
  a { font-family: Tahoma, Verdana; font-size: 14px} 

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
