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

/* 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: Arial, Tahoma, Gulim; font-size: 12px; color:#555; line-height: 140%;}
p { line-height: 180%; }
#footer { font-family: Arial; font-size: 11px; color: #666;}

/* content */
#content ul { margin-top: 0px; margin-bottom: 0px; list-style-type: disc; list-style-position: outside; }
#content li { margin: 10px 0px 10px -10px; }

/* 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: 784px; text-align: left;}
#footer { text-align: right; border-top: 1px solid #ccc; padding-top: 7px;}

/* header */
#header { background: #fff; margin-top: 10px;}
#logo {  }
#navi { margin-bottom: 2px; }
#banner { }

/* content */
#middle { background: #fff; margin: 5px 0px; }
#middle h2 { margin: 0px; padding: 6px; border-bottom: 1px solid #ccc;}
#middle p { margin: 10px 0px; padding: 0px 5px;}
#midleft { width: 180px; padding-right: 10px; border-right: 1px solid #ccc; }
#midright { padding-left: 10px; }
