BODY,TD,input,DIV,form,TEXTAREA,center,pre,blockquote {font-size:9pt;font-family:돋움;color:#707070}
a,ul,li { border:0; }
a,ul,li { selector-dummy: expression(this.hideFocus=true); }
img {border:0}
*{
padding: 0;
margin: 0;
}
li {list-style-type:none}
html { overflow-x:hidden;}


body{
margin: 0 auto;
padding: 0;
background-attachment: fixed;
background-position: top left;
background-repeat: repeat-x;
height:100%; margin:0; overflow:hidden;
color: #333;
background-color: #999;
font-size: 9pt
font-family: "dotum","dotumche", "Hevetica", "Arial", sans-serif;
line-height:150%;
display:inline

}

#wrapper {height:100%; margin: 0 auto; width: 980px; } 

#header {float:right; margin:13px 5px 0 0}


.title {font:15pt Arial, Tahoma; color:#fff000; padding:40px 0 12px 12px;font-weight:bold}


h3 {}


.arrowlistmenu{
float:center; display:block; width: 980px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #666;
background: #0D0D0D url(titlebar.png) repeat-x center left;
margin:1px 0 0px 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
letter-spacing:0px
}

.sub{font: 8pt Arial,Tahoma; color: #333; padding:4px 0 0 10px; font-weight:bold}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: black;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #000;
}


.copy {font:8pt Arial, Tahoma; color:#666; padding:10px 0 12px 12px;}

