/* bassho.css */
/* Reset: First, normalize styles per yahoo_reset_stylesheet.css:
------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
abbr,acronym {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 14px; font-weight:normal;}
q:before,q:after {content:'';}
ol, ul {list-style: none;}
table {border-collapse:collapse; border-spacing:0;}
:link,:visited {text-decoration: none;}
a img, :link img, :visited img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}
/* end reset*/


/* Specific styling
------------------------------------------------------------------------- */
html {text-align:center;}
body {background-color: #003366; font: 12px/1.2 verdana, arial, helvetica, sans-serif; margin: 0; padding: 0; width: 100%; min-height: 100%;}
#container {margin: 0 auto; padding: 0; position: relative; text-align: left; width: 760px;}
#branding {padding: 35px 0 35px 0; text-align: center;}
#content {background-color: #fff; border-left: 15px solid #cc3333; border-right: 15px solid #993333; width: 730px;}
#q-n-a {margin: 0 0 0 155px; position: relative; width: 425px;}
#q-n-a dl {/* empty */}
#q-n-a dt {font-weight: bold; margin: 0 0 15px 0;}
#q-n-a dd {margin: -30px 0 0 20px;}
#site-info {background-color: #fff; color: #777; margin: 25px 0 0 0; padding: 0 0 35px 0; text-align: center;}


/* link properties
----------------------------------------------------------------------------------- */
a {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {font-weight:bold;}
a:active {text-decoration: none;}

/* misc
----------------------------------------------------------------------------------- */
.homeline {font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; padding: 45px 0 0 5px; text-align: center;}
