body {
 margin:0px;
 background:#00FF00;
 padding:0;
 }

#list-menu {
 width: 135px; /* this width value is also effected by the padding we will later set on the links. */
 } 
 
#list-menu ul {
  margin: 5;
  padding: 0;
  list-style-type: none;
  font-family: verdana, arial, sanf-serif;
  font-size: 12px;
 } 
 
 #list-menu li {
  margin: 2px 0 0;
 }
 
#list-menu a {
 display: block;
 width:130px;
 padding: 2px 2px 2px 10px;
 border: 1px solid #000000;
 background: #dcdcdc;
 text-decoration: none;
 filter:blendTrans(duration=0.5);
}

#list-menu a:hover {
 border: 1px solid #000000;
 background: #000066;
 color: #ffffff
}
  
.outer-table {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.menu-panel {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/background.jpg);

}
.main-panel {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;

}
.header {
	padding: 5px;
	background-image: url(../images/background.jpg);

}
.footer {
	padding: 5px;
	background-image: url(../images/background.jpg);

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #FFFFFF;

}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
