/* the fonts, margins, color, etc of everything */
#html, body { font: 14px "Verdana", "ËÎÌå","Tahoma", "sans-serif"; margin: 0px; padding: 0px; height: 100%; background: #eee url(images/bg.gif);}

/* what holds everything in place */
#container { background: #fff url(images/bgcontainer1.gif) center repeat-y; width: 825px; margin: 3px auto; padding: 0px; border: 1px solid #333; }

/* the top navigation bar */
#nav { background:url(images/leaf.jpg) left top no-repeat; padding-left: 8px; margin: 10px;}

/* where all the main text is stored */
#content { background: #fff; float:center; background:url(images/leaffoot.jpg) right bottom no-repeat; padding-left: 8px; margin: 10px;}

/* footer */
#footer { background: #eee; padding-left: 8px; margin: 10px;}

/* link styling */
#content a { color: #525A6C; text-decoration: none; }
#content a:hover { text-decoration: none; color:#00f}
#nav a { color: #525A6C; text-decoration: none; } 
#nav a:hover { color:#50AD17; text-decoration: none;} 

#footer a { color: #999; text-decoration: none; } 
#footer a:hover { text-decoration: none;  color:#000}

#footer b {font: 14px "Verdana","ËÎÌå", "Tahoma", "sans-serif" ; font-weight: bold ;}
/* extra attributes */
#content ul { text-align: left; margin: 2px 2px 2px 2px; padding: 1px; list-style: none;} 
#content li { 
	background: url(images/arrow.gif) left 5px no-repeat;
	text-align:left;
	padding: 0 0 0 10px;
	margin: 0 10px;
	border-bottom: 1px solid #ccc; 
	font:12px "Verdana","ËÎÌå", "Tahoma", "sans-serif" ; 
}

#content p {  margin: 5px 0px 5px 0px;}
strong {color: #000 ; background: inherit; font-size: 18px;}

#content h7 { color: #686; vertical-align : super ; font-size: 12px;}
#content h4 { color: #000; font-size: 15px; margin: 5px 0px 0px 0px; padding:0px;}

.row {
border: none;
background:url(images/zooms.gif) right top no-repeat;
empty-cells: show;
}
.row td {
padding: 0px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px dashed #ccc;
}
.row1 {
border: none;
background: #cf6 url(images/zoomb.gif) right top no-repeat;
empty-cells: show;
}
.row1 td {
padding: 0px;
border-left: 1px solid #cf6;
border-right: 1px solid #cf6;
border-bottom: 1px dashed #ccc;
}
.row2 {
border: none;
background:url(images/zoomb.gif) right top no-repeat;
empty-cells: show;
}
.row2 td {
padding: 0px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px dashed #ccc;
}

.test {float:right;margin:0px;}
.test ul{list-style:none;margin:0px;padding:0px;}
.test li{float:left;width:78px;background:#FFF;margin:0px;line-height:25px;font-size:16px;}
.test a{ display:block;text-align:center;height:25px;font-weight:bold;}
.test a:link{ color:#666;background-color:#FFF;text-decoration:none;}
.test a:visited{color:#666;text-decoration:none;}
.test a:hover{ color:#FFF; text-decoration:none;}