* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #333300 url(../images/orange-dgrn_v.jpg) repeat-x; */
	background: #333300 url(../images/pale-dgrn_v.jpg) repeat-x; 
	font-size: medium;
	color: #c0c0c0;

}

#top_img {
	width: 710px;
	height: 100px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: url(../images/miscprog_top.jpg) no-repeat center top;

}

#top_menu {
	text-align:right;
	font-size:small;
	padding-top:15px;
	padding-right:15px;
}

#top_menu a {
	color:silver;
	text-decoration:none;
}

#top_menu a:hover {
	color:navy;
	background-color:silver;
}

#main {
	width: 710px;
	margin: 0px auto;
	padding: 0 25px;
	background: url(../images/cwk_main_bkg.jpg) repeat-y center top; 

}


#contents {
	float:left;
	width: 437px;
/*	padding: 20px 5px 5px 20px;*/
	padding: 20px 18px 5px 20px;
	margin-bottom:30px;
	color:white;
	font-size:medium;
	line-height:120%;
	


}

#contents h2 {
	font-size:larger;
	font-weight:bold;
	margin-bottom:5px;
	

}

#contents ul {
	margin-top:20px;
	margin-left:20px;
}

#contents a {
	color:white;
}
#contents a:hover{
	color:navy;
	background-color:white;
}

#contents table {
	color:silver;
}

.contents_item {
	margin-bottom:30px;
}

.hiddenA{
	color: #333300;
	font-size:1px;
	text-align:center;
}


#hiddenMain,
#hiddenRBar,
#hiddenFooter {
	color: #333300;
	font-size:0px;
	text-align:center;
	Height:0px
	
}
#hiddenMain a,
#hiddenRBar a,
#hiddenFooter a{
	color: #333300;
	text-decoration:none;
	border-style:none;
	border-color:#333300;
	Height:0px

}



/* right bar */
#rightbar {
	float:right;
	width: 230px;
	padding: 0px 5px 0px 0px;

}

.box{
	width: 228px;
	padding-left: 2px;
}

.green_dot_line {
	background: url(../images/green_dot.gif) repeat-x;
	margin-left:27px;
	margin-right:20px;

}


.menu_title{
	color:#ffff66;
	height: 40px;
	margin: 0 0 0 0;
	padding: 10px 0 0 20px;
	background: url(../images/misc_right_menu.jpg) repeat-x;
	font-size: 18px;
	font-weight:bold;
}



#menu_contents ul {
	margin-bottom:0px;
	padding-left:20px;
	list-style:none;
}

#menu_contents li{
	margin-bottom:10px;
	
}

#menu_contents_nl li{
	margin-bottom:2px;
	
}

#menu_contents a {
	padding: 3px 20px 3px 8px;
	color:white;
	text-decoration: none;

}

#menu_contents_nl a {
	padding: 2px 20px 0px 8px;
	color:white;
	text-decoration: none;

}

#menu_contents a:hover {
	text-decoration: underline;
	background-color:#ffff66;
	color:black;

}

#menu_pages ul {
	margin-bottom:20px;
	padding-left:20px;
	list-style:none;

}

#menu_pages li{
	margin-bottom:10px;
	background: url(../images/menu_index2.gif) no-repeat;
		
}

#menu_pages a {
	padding: 3px 20px 3px 8px;
	color:#ffff66;
	text-decoration: none;

}
#menu_pages a:hover {
	text-decoration: underline;

}


/* Footer */

#footer {
	width: 710px;
/*	height: 35px;*/
	padding-top: 10px;
	margin: auto auto;
	text-align: center;
	border-style: solid none none none; 
	border-width:1px
}

#footer p {
	padding-top:10px;
	font-size:small;

}
#footer_menu {
	color: silver;
}


#footer_menu ul {
	text-align:center;
	padding-top:0px;
}

#footer_menu li {
	list-style:none;
	display:inline;
}

#footer_menu a {
	padding: 2px 13px 6px 8px;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF; 
	background:url(../images/menu_index2.gif) no-repeat left 0px;

}

#footer_menu a:hover {
	background-color: yellow;
	color: #000000;

}

/* other */

table.filelist_A {
	border: solid 1px silver;
	border-collapse: collapse;
	width:425px;
	text-align:left;
	font-size:small;
}

table.filelist_A td{
	border: solid 1px silver;
	padding:2px 4px;
}



#contents_item pre {
	border: solid 1px silver;
	background-color:silver;
	color:black;
	font-size:medium;
	padding:2px 2px;	
}
