@charset "UTF-8";
/* Chung Do Kwan CSS Document */

/* ----- global styles ----- */
body {
	background: #ead2b8;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 0;
}
a {
	color: #0000FF;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* ----- "header" styles ----- */
.contact {
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	background-color: #daa454;
	width: 150px;
}
.contact a {
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}

/* ----- "contentArea" styles ----- */
#contentArea {
	padding: 5px 0 0 0;
}
/*--- "mainNav" styles ---*/
.mainNav {
	background: #ead2b8;
	width: 200px;
}
.mainNav dl {
	margin-top: 5px;
}
.mainNav dd {
	padding: 2px 0px 2px 10px;
}
.mainNav dt {
	padding: 2px 0px 2px 20px;
}
.mainNav a {
	border-bottom: 1px dotted #bbb;
	color: #000000;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.mainNav a:hover {
	background: #9D8367;
	color: #FFFFFF;
}
/*--- "content" styles ---*/
.content {
	background: #FFFFFF;
}
.content h1 {
	color: #000000;
	font-size: 120%;
	text-transform: uppercase;
}
.content p {
	margin-bottom: 10px;
}
/*--- "navCol" styles ---*/
.navCol {
	background: #ead2b8;
	padding: 2px 0px 2px 10px;
}
.navColLabel {
	color: #000000;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #bbb;
}
.navCol input {
	background: #faeee1;
	border: 1px solid #9D8367;
}
.button {
	background: #daa454;
	font-size: 100%;
	font-weight: bold;
}
.navCol li {
	list-style-position: inside;
}

/* ----- "footer" styles ----- */
.footer {
	/*margin-top: 30px;*/
}
.footer p {
	text-align: center;
}