﻿/* Folowing used on menu pages to format the table that holds the menu */
#MenuTable { 
border-width: 0px;
} 
/* Folowing used on menu pages to format each cell of the table */
/* if the menu item is one cell wide use this for <TD> */
#Menutd { 
border-width: 1px;
	background-image:url('images/ssbtn.jpg'); 
	width:153px;
	height: 28px;
	text-align: center; 	
	vertical-align:middle;
} 
#Menutd:hover {
	background-image:url('images/ssbtnov.jpg')
}
#Menutd:active {
	background-image:url('images/ssbtndn.jpg')
}
a#link { 
display:block; 
width:100%; 
font-family:arial,helvetica,sans-serif; 
font-size: large;
font-weight:bolder;
text-decoration:none;
/* background-image:url('images/ssbtn.jpg');*/
color: #222222;
/*  height: 30px; */
} 

a#link #spanLink { 
display:block; 
padding:2px; 
font-size: large;	
/* height: 30px; */
} 
/*  For the links, the background must be set to the same color  */
/*  as the background in the cell                                */
a#link:hover { 
/* background-image:url('images/ssbtndn.jpg'); */
color:#000000; 
} 
a#link:active { 
/* background-image:url('images/ssbtndn.jpg'); */
color:#333333; 
} 
#conttd{ 
border-width:2px;
width:100%;
border-style: outset;
border-color:#993300;
padding-left: 4px; 
padding-right:  4px; 
padding-top: 1px; 
padding-bottom: 1px; 
height:384px;
background-color:#FFFFFF;
}
#conttable{
width:100%;
border-style: outset;
border-color:#993300;
border-width:4px;
border-style: outset; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px;
height:384px;
background-color:#FFFFFF;
}
#conttitletd { 
 border-style: outset; 
 border-width: 2px; 
 border-color:#993300;
 background-image:url('images/backgroundtb.gif');
 padding-left: 4px; 
 padding-right: 4px;
 height: 24px; 
 text-align: center; 	
 vertical-align:middle;
} 
#conttitlep{
text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:large;font-weight:600;color: #FFFF99;
}
#contfootp{
text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:medium;font-weight:600;color: #FFFF99;
}

#contheadingtd { 
 border-style: outset; 
 border-width: 1px; 
 border-color:#000080;
 background-image:url('images/backgroundtb.gif');
 padding-left: 4px; 
 padding-right: 4px;
 height: 24px; 
 text-align: center; 	
 vertical-align:middle;
} 
#contheadingp{
text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:medium;font-weight:600;color: blue;
}
#conttextp{
text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:300;color:  blue;
}

