/* background elements */
html { overflow: -moz-scrollbars-vertical; }
body { margin: 0px auto; text-align: center; margin-top: 20px; background: #cccccc;}

/* seo */
#seo, #seo h1, #seo h2 { display: none; background: #fff; color: #fff; }

/* font */
html, body, input, select, textarea, h1, h2, h3, h4, p, td, button, .c1
{ font-family: Gulim; font-size: 12px; color:#444; line-height: 140%;}
p { line-height: 180%; }
#footer { font-family: Arial; font-size: 11px; color: #666;}

/* content */


/* tables */
table { padding: 0px; border-collapse: collapse; }
tr { vertical-align: top; }

/* floaters */
img { border: 0px; }
img.picLeft { display: block; float: left; margin: 10px 15px 10px 5px; }
img.picRight { display: block; float: right; margin: 10px 5px 10px 15px; }
div.picsLeft { display: block; float: left; margin: 10px 15px 10px 5px; }

/* ahref */
a { color: #00f; text-decoration: none; }
a:hover { color: #00f; text-decoration: underline; }

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; }  
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* colors */
span.green { color: #008000; }

/* general */
div.noflash { text-align: center; margin: 10px 0px;}
div.dashed { overflow:hidden; height: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ccc; }

/* layout */
#header, #middle, #footer { width: 850px; text-align: left;}

/* header */
#header { }
#footer { text-align: center; padding-bottom: 0px;}
#logo {  }
#navi {  }
#banner { }
#footline { overflow:hidden;height: 6px; background: #fff; border-bottom: 5px solid #AEB3C6; margin-bottom: 0px;}

/* content */
#middle { margin-top: 5px; margin-bottom: 20px; background: #fff}
#midtr { vertical-align: top; }
#midleft { width: 200px; padding-right: 10px; padding-left: 15px;}
#midright { padding-right: 15px;}
#middle h2 { border-bottom: 1px dashed #666; padding: 8px 25px; background: url(../images/bullet.gif) 8px 12px no-repeat; margin-bottom: 10px; color: #272D4C; }
#middle h3 { margin: 0px; padding: 0px 5px; color: #272D4C;}
#middle p { margin: 10px 0px; padding: 0px 10px;}
#middle ul { margin-top: 0px; margin-bottom: 0px; list-style-type: disc; list-style-position: outside; }
#middle li { margin: 10px 0px 10px -10px; }
#shortcuts img { 	border: 0px; display: block; margin-bottom: 10px;}