html, body {
/*	height: 100%; */
}
body {

	background-color: #8BAFC7;
	background-image: url(bg_left.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: black;
}
#topDiv {
	height: 61px;
	background-color: #1D4661;
	background-image: url(bg_left.gif);
	background-repeat: repeat-y;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#topdivRight {
	width: 674px;
	height: 61px;
	background-image: url(topic.jpg);
	background-repeat: no-repeat;
	float: right;
}
#navitable {
	padding: 20px;
	line-height: 1.4em;
}
#navitable2 {
	border: 2px double #DDD;
}
a.naviLink {
   font-family: Verdana, Arial;
   font-size: 10pt;
   color: #ccebff;
   font-weight: bold;
   text-decoration: none;
   line-height: 14pt;
}
a.naviLink:hover {
   font-family: Verdana, Arial;
   font-size: 10pt;
   color: #FFFFff;
   font-weight: bold;
   text-decoration: underline;
   line-height: 14pt;
}
#contentcell {
	background-color: #8BAFC7;
	padding: 10px;
}

