#TopMargin {
	background-color: black;
	background-image: url('../images/binary.png');
	font-size: 1px;	/* for IE. */
	height: 12px;
}

#Header {
	font-family: tahoma, verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 200%;
	padding: 10px 25px 15px 5px;
	text-align: right;	
}

#Header span.bullet0 {
	color: #FCC710;
}

#Header span.bullet1 {
	color: #FF0080;
}

#Header a {
	color: black;
	text-decoration: none;
}

#Header a:hover {
	color: #910048;
}

#ColContainer {
	margin: 0;
	position: absolute;
	top: 60px;
	width: 100%;
}

#PageCol0 {
	border-right: 1px dashed #CCCCCC;
	left: 0px;
	position: absolute;
	width: 380px;
}

#PageCol1 {
	margin-left: 400px;
}


#Banner {
	margin-top: 15px;
	text-align: center;
	width: auto;
}

#Environment {
	border-top: 1px dashed #CCCCCC;
	padding: 0px 10px 5px 5px;
	text-align: right;
}


/* ¸Þ´º */

#NavPane {
	border-top: 1px solid #E3E3E3;
	margin: 0;
	padding: 0;
	float: right;
	width: 125px;
}

#NavPane ul {
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0; /* for Mozilla */
}

#NavPane  ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
}

#NavPane  ul li a {
	background-color: #FCFCFC;
	border: 0;
	border-left: 10px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px hidden #E3E3E3;
	color: black;	
	display: block;
	margin: 0;
	padding: 5px;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
}

#NavPane ul li a:hover{
	background-color: #E2EBEC;
	border: 0;
	border-bottom: 1px solid #BBC6C8;
	border-left: 10px solid #BBC6C8;
	border-top: 1px solid #BBC6C8;
	color: black;	
	padding: 5px;
	padding-right: 10px;
	text-align: right;
}

/* ´Þ·Â */

#Calendar {
	font-family: georgia;
	font-size: 11px;
	padding-left: 10px;
	width: 230px;
}

#Calendar div.title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 3px;
	text-align: center;
}

#Calendar div.header {
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	float: left;
	font-weight: bold;
	padding: 5px 3px;
	text-align: center;
	width: 26px;
}

#Calendar div.today {
	background-color: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #666666;
	float: left;
	padding: 2px;
	text-align: center;
	width: 26px;
}

#Calendar div.cell {
	border: 1px solid white;
	color: #666666;
	float: left;
	padding: 2px;
	text-align: center;
	width: 26px;
}

#Calendar a {
	font-weight: bold;
	color: #666666;
}


#SubNav {
	color: black;
	background-color: white;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	margin: 0px 0px 25px -20px;
}

#SubNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#SubNav ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#SubNav ul li span.seperator {
	color: #397CA6;
}

#SubNav ul li a {
	color: #003333;
	text-decoration: none;
}

#SubNav ul li a:hover {
	color: #294356;
}


#Search {
/*	background-color: #F9F9F9;*/
/*	border-bottom: 1px solid #E0E0E0;*/
	margin: 0px;
	padding: 8px 8px 8px 12px;
	width: auto;	
	text-align: center;
}

#Search .box {
	background-color: #F9F9F9;
	border: 1px solid #E0E0E0;
	padding: 1px 5px;
}

#Search .button {
	border: 2px solid #D0D0D0;
	background-color: #E9E9E9;
	font-size: 9px;
	font-weight: bold;
	color: #707070;
}

/* ¸Þ¼¼Áö ¹Ú½º */


#MessageBox {
	background-color: #F9F9F9;
	border: 2px dashed #CCCCCC;
	line-height: 160%;
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 50px;
	padding: 10px 15px;
}

#MessageBox span.title {
	font-size: 13px;
	font-weight: bold;
}

#Stickies {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

#Stickies div.subject {
	background-color: #ECF1F2;
	float: left;
	width: 200px;
	margin-right: 1px;
	padding: 3px 10px;
}

#Stickies div.author {
	background-color: #ECF1F2;
	float: left;
	margin-right: 1px;
	padding: 3px 10px;
}

#Stickies div.date {
	background-color: #ECF1F2;
	float: left;
	margin-right: 1px;
	padding: 3px 10px;
}

.RecentItemsTitle {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 380px;
	height: 35px;
}

.RecentItems {
	background-color: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px;
	padding: 8px 8px 8px 12px;
	width: auto;	
}

.RecentItems div {
	margin: 3px 0px;
	font-family: verdana;
	font-size: 10px;
	color: #999999;
}

.RecentItems span.bold {
	font-weight: bold;
}

.RecentItems a {
	color: #808080;
	text-decoration: none;
	font-size: 12px;
}

.RecentItems a:hover {
	color: #000000;
}

#SubCategories {
	list-style-image: url('../images/bullet_subnav_b.png'); 
	line-height: 150%;
	margin-bottom: 20px;	
}

#SubCategories a {
	color: #324B58;
	font-weight: bold;
	text-decoration: none;
}

#SubCategories a:hover {
	color: #507987;
}

#Notice {
	list-style-image: url('../images/bullet_subnav_g.png'); 
	line-height: 150%;
	margin-bottom: 20px;	
}

#Notice a {
	color: #42500C	;
	font-weight: bold;
	text-decoration: none;
}

#Notice a:hover {
	color: #6A7A10;
}

