HTML {
    height: 100%;
}

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    height: 100%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #06739C;
    font-size: 250%;
}

// link tweaks 

A         { color: #000099;  }
// A:hover   { background: #FF9; }
A:link    { color: #000099;  }
A:visited { color: #000099;  }

#subtitle {
    margin-top: -18px;
    font-weight: bold;
    color: #555555;
}

#container {
            border: none;
            margin: 0px;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            line-height: 1.4;
            font-size: 90;
            height: inherit;
        }

#banner {
            padding: 0px;
            height: 90px;
            text-align: right;
            text-indent: 16px;
            margin-bottom: 0px;
            padding-top: 20px;
            padding-right: 10px;
            background-color: #f5f5f5;
            background-image: url(/images/blogsmart-logo-medium.png);
            background-repeat: no-repeat;
            background-position: left;
        }

#thickline {
            padding: 2px 6px 2px 0px;
            height: 18px;
            text-align: right;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            color: White;
            margin-bottom: 0px;
            border-bottom: solid #990000 1px;
            border-top: solid #990000 1px;
            background-color: #a83f00;
        }

#content {
            padding-left: 10px;
            padding-right: 174px;
            padding-top: 12px;
            background-color: white;
	    margin-left: 50px; 
	    margin-right: 50px;
        }

.content-box {
            padding: 2px;
            margin-bottom: 10px;
            // border: solid #CCCCCC 1px;
            background-color: white;
        }

.list-signup {
            background-color: #DE7A3E;
            padding-top:15px;
            padding-bottom:5px;
            padding-left: 10px;
            text-align:center;
            margin-left:1in; margin-right: 1in;
            margin-bottom:0px;
            border: 2px dotted #333;
            font-size:90%;
        }

#sidebar-a {
            float: right;
            width: 160px;
            min-height: 550px;
            height: 100%;
            margin-top: 0px;
            padding: 0px;
            background-color: #EEEEEE;
            border-left: solid #CCCCCC 1px;
            z-index: 3;
            position: relative;
        }

#navlist ul
{
    list-style-type: none;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 4;
}

#navlist a
{
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-indent: 10px;
    line-height: 22px;
    background-color: #DDDDDD;
    width: 160px;
    // height: 24px;
    padding: 0px;
    text-decoration: none;
    margin-top: -2px;
    margin-left: 0px;
   border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align: left;
}

#navlist a:hover
{
    background-color: #BBBBBB;
    color: #111;
}

.bluelinks a 
{
    color: #009;
}

.bluelinks a:link
{
	color: #009;
}

.bluelinks a:visited
{
	color: #009;
}

.horiz a
{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

.horiz a:hover
{
    text-decoration: underline;
}

h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}

dt,dd { 
    font-family: Arial, Helvetica, sans-serif;
}
    

#maintitle {
    position: absolute;
    margin-top: -10px;
    margin-left: 210px;
    z-index: 0;
    clear: both;
}

.maintext {
    position: static;
    margin-top: -200px;
    margin-left: 400px;
}
