/* TAG REDEFINITIONS */

body {
	margin:0;
	padding:0;
	font-family: Dotum, verdana, "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:11px;
	color:#555555;
	list-style-type: square;
	background: #fff url(../images/interface/leftCol_slice.gif) repeat-y;	
}
a {
	color:#346381;
	text-decoration:none;
}
a:hover {
	color:#346381;
	text-decoration:underline;
}

h1{
	font-size:20px;
	font-weight: bold;	
}

h1 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover {
	color:#fff;
	text-decoration:underline;
}

h2{
font-size:16px;
font-weight: normal;
}
h3{
font-size:12px;
}
h4{
font-size:11px;
}

form {
	padding:0;
	margin:0;
}

/**************/
/* LAYOUT     */
/**************/

#headerArea {
	clear:both;
	position:absolute;	
	left:0;
	top:0;
	float:left;	
	width:100%;
	height:96px;		
	margin:0;
	padding:0;	
	background: #000 url(../images/interface/header_Slice.gif) repeat-x;			
}
#menuArea {
	position:absolute;	
	left:170px;
	top:70px;
	line-height:0;		
	float: left;
	display: block;	 	
}
#menuArea img { 
	display:block; 
	margin:0; 	
	}
#menuArea a { 
	float:left; 
	display:block; 		
	color:#00D4FF;
	}	
#menuArea a:hover { 
	float:left; 
	display:block; 		
	}
#wrap1 {			
	clear:both;	
	position:absolute;	
	left:0;
	top:96px;	
	float:left;	
	width:973px;		
	margin:0;
	padding:0;
}
#wrap2 {					
	position:absolute;	
	left:170px;
	top:0;
	float:left;	
	width:803px;	
	background: #fff;
	margin:0;	
	padding:30px;
}
#sideArea {
	clear:both;
	position:relative;		
	float:left;	
	width:170px;
	height:auto;
}
#bothColumn {
	clear:both;
	position:relative;	
	float:left;	
	width:768px;	
	line-height:18px;	
	padding:18px 15px 20px 20px;		
}
#leftColumn {	
	clear:both;	
	position:relative;	
	float:left;
	width: 376px;
	line-height:18px;	
	padding:18px 15px 20px 20px;
}
#rightColumn {		
	position:relative;	
	float:left;
	width: 376px;	
	line-height:18px;		
	padding:18px 15px 20px 0;
}
#footArea {	
	clear:both;	
	position:relative;	
	width:100%;	
	text-align:left;	
	padding-top:20px;		
}

/**************/
/* TAB */
/**************/
#tab1{
	width:78px;
	height:26px;
	border:none;	
}
#tab2{
	width:76px;
	height:26px;
	border:none;	
}
#tab3{
	width:61px;
	height:26px;
	border:none;	
}
#tab4{
	width:66px;
	height:26px;
	border:none;	
}
#tab5{
	width:61px;
	height:26px;
	border:none;	
}
#tab6{
	width:76px;
	height:26px;
	border:none;	
}

/**************/
/* NAVIGATION */
/**************/
#navcontainer ul
{		
	margin: 0;
	margin-top:80px;
	padding: 0;
	list-style-type: none;
	font-family: ±¼¸², verdana, "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;	
	font-size: 11px;	
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#navcontainer li { margin:0; 
	border-bottom: 1px solid #e5e5e5;
}

#navcontainer a
{
	display: block;
	font-weight:normal;	
	color: #555555;
	font-size: 11px;		
	background-color: #f8f8f8;
	padding: 10px 23px;
	text-decoration: none;
	border-right: 6px solid #f1f1f1;
}

#navcontainer a:hover
{
	background-color: #eee;
	border-right: 6px solid #eee;	
	color: #000;
}
#active a
{
	display: block;
	color: #000000;
	background-color: #efefef;
	padding: 10px 23px;
	text-decoration: none;
	font-weight:normal;
	border-right: 6px solid #e9e9e9;		
}


/**************/
/* STYLING    */
/**************/
.back_highlight {
	font-size:12px;
	color:#000;	
}
.highlight {	
	font-size:16px;	
}
