td.vertmenu{
background-image:url('./images/gradientgrey.jpg');
/*background-image:url('./images/gradientblue.jpg');*/
background-repeat:repeat-x;
background-color:#303030;
border-width: 1px;
cursor:hand;
min-width:20%;
}
table.border{
#border-color: #ff0000;
}
table.banner{
background-color:#0800a9;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-left: 2px;
}

tr.nav{
margin-top:2px;
padding-top:0px;
}
td.navcell{
background-color:#575757;
text-decoration:none;
color:white;
cursor:hand;
font-variant: small-caps;
border-top-width:none;
border-bottom-width:none;
border-style:none;
min-width:20%;
}

td.subcell{
background-color:#575757;
text-decoration:none;
color:white;
cursor:pointer;
#font-variant: small-caps;
font-size: 90%;

}
td.navcell:hover{
background-color:DDDDDD;
color:#575757;
cursor: pointer;
}
td.subcell:hover{
background-color:DDDDDD;
color:#575757;
cursor: pointer;
}
a.nav{
text-decoration: none;
font-family:  Arial, sans-serif;
font-size: 100%;
#font-weight: bold;
color:  white;

}

a.footer{

color:  white;
}

a.nav:hover{
#font-weight: 900;
color:  #575757;
}

td.main{
padding-top: 15;
padding-left: 15;
padding-right: 15;
padding-bottom: 15;
font-family:  Helvetica, sans serif;
border-width: 5px;
margin-top: 0px;
max-width: 80%;
}


table.main{
padding-top: 1px;
margin-top: 2px;
margin-left: 2px;
max-width: 80%;
}

td.footer{
background-image:url('./footer.jpg');
background-repeat: repeat-y;
padding-top: 10;
padding-left: 10;
padding-right: 10;
padding-bottom: 10;
font-family: Helvetica, sans-serif;
font-size: 90%;
font-color: #ffffff;
border-width: 1px;
}

td.banner{
background-image:url('./images/banner.jpg');
padding-left:0;
margin-left:0;
}

html{height:100%;}

body{height:100%;
	margin:0;
	padding:0;
}

p.news{color: red;}
p.footer{
	color: #AAAAAA;
}