@CHARSET "UTF-8";

/* minor divs */
#notice #content {
	margin: 0 0 20px 0;
}
/*
#notice h2 {
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	text-align: center;
	background: url(images/accentbalk-200.jpg) center top no-repeat;
	color: #fff;
	padding: 5px;
	}
#notice dl {
	background: #fff url(images/bg_sidebar-200Bottom.jpg) bottom no-repeat;
	padding: 0 0 20px 0;
	}
#notice dt {
	background: #fff url(images/bg_sidebar-200Top.jpg) no-repeat;
	padding: 15px 0 0 0;
	}
#notice dd {
	padding: 0 2px 0 2px;
	border-left: 2px solid #929fc1;
	border-right: 2px solid #929fc1;
	}
*/

#notice dl {
	background: url(images/bg_line200Bottom.jpg) bottom no-repeat;
	padding: 0 0 5px 0;
	}
#notice dd {
	padding: 5px 5px 5px 7px;
	background: url(images/bg_greyBody.jpg) no-repeat
	}
#notice dt {
	background: url(images/bg_greenHeader.jpg) no-repeat;
	padding: 8px 0 8px 12px;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	}

#notice .noHeader dd {
	padding: 7px 5px 3px 5px;
}
#notice .noHeader dt {
	padding: 3px 0 0 0;
}
#notice .noHeader p {
	color: #bebf02;
	font-weight: bold;
}

#notice p {
	padding: 2px 0 2px 5px;
}
#notice p.nav {
	margin: 0 7px 0 5px;
	border-bottom: 2px solid #bebf02;
}
#notice p.nav a {
	color: #003c75;
	text-decoration: none;
	padding-left: 8px;
}

#notice ul {
	color: #7b9740;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}
#notice li {
	font-size: 12px;
	text-align: left;
	list-style: none;
	border-bottom: 2px solid #bebf02;
	padding: 2px 0 2px 8px;
	margin-bottom: 8px;
}

