body {
   font-family:  Verdana, Arial, Helvetica, sans;
   height: 100%;
   margin: 0 auto;
}
body {
   background: #dddddd;
   color: #333333;
   text-align: left;
}
a:link, a:visited {
   color: #666666;
   text-decoration: none;
   background: #efefef;
}
a:active, a:hover {
   color: #000000;
   text-decoration: none;
   background: #ffff00;
}
img {
   border: none;
   padding: 0px;
}
table.main {
   border: none;
   padding: 0px;
   border-collapse: collapse;
}
table {
   border-collapse: collapse;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
td {   
   text-align: left;
   text-decoration: none;
   background: #dddddd;
   color: #333333;
   font-size: 13px;
   padding: 4px;
}
td.nopad {   
   text-align: left;
   background: #dddddd;
   color: #000000;
   font-size: 16px;
   padding: 0px;
}
td.navi {
   color: #000000;
   text-decoration: none;
   background: #efefef;
   font-size: 13px;
   padding: 2px;
   text-align: left;
   border-top: 2px solid #dddddd;
   border-bottom: 1px solid #000000;
}

hr {
	line-height: 1px  solid #ffffff;
	width: 100%;
	color: #FFFFFF;
}

 #menutop a       { text-decoration: none;  padding: 2px;  text-align: center; font-weight: bold; 
   border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
 	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;}
 #menutop a:link       { color: #333366; background: #dddddd;}
 #menutop a:visited  { color: #333366; background: #dddddd;}
 #menutop a:active    { color: #000000; background: #ffffff;}
 #menutop a:hover    { color: #000000; background: #ffffff;}	

#menubase a    { text-decoration: none;  padding: 2px;  text-align: center; font-weight: bold; 
   border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
 	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;}
 #menubase td	{  padding: 2px;}
 #menubase a:link       { color: #333366; background: #dddddd;}
 #menubase a:visited  { color: #333366; background: #dddddd;}
 #menubase a:active   { color: #000000; background: #ffffff;}
 #menubase a:hover   { color: #000000; background: #ffffff;}

#container {
   position: relative;
	min-height: 100%;
	width: 980px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; 
}

#footer  {
		position: absolute;
		bottom: 0;
      background: #dddddd;
		width: 980px;
		height: 56px;
		margin: -60px auto 0 auto;
		padding: 0 !important;
}
