/********** Header styles ***********/
#header {
    text-align: center;
}
#header table {
    border-collapse: collapse;
    width: 100%;
}
#header tr {
}
#header td {
    border: 0px;
    padding: 0px;
}
#header td img {
    display: block;
}
#header td a {
    display: block;
    background: black;
    color: white;
    text-decoration: none;
    font-family: serif;
    font-weight: bold;
}
#header td a:hover {
/*    background: #ff8c00; */
/*    background: #4761ff;*/
/*    background: #2fd42f; */
    background: #0099ff;
    color: black;
}

/********** Main body styles ********/
body {
    width: 728px;
    margin: auto;
}

#main {
}

.leftcolumn {
    float: left;
    width: 48%;
}

.rightcolumn{
    float: right;
    width: 48%;
}

.floatright{
    float: right;
    padding-left: 20px;
}
.floatleft{
    float: left;
    padding-right: 20px;
}

/********** cheat sheets ********/
table.cheatsheet {
    border-width: 0;
    border-spacing: 0px;
}
table.cheatsheet th {
    border-width: thick 0 0 0;
    border-style: solid;
    border-color: #0099ff;
    padding: 3px;
}
table.cheatsheet td {
    border-width: thin 0 0 0;
    border-style: solid;
    border-color: #0099ff;
    padding: 3px;
    vertical-align: text-top;
}

hr.cheatsheet {
    color: #0099ff;
    background: #0099ff;
}

/********** styled block quotes ********/
blockquote {
    padding: 0;
    margin: 0;
}
blockquote p{
    font-size: 1em;
    font-style: italic;
}
blockquote p:before {
    content: "\201C";
    font-size: 1.2em;
    font-weight: bold;
}
blockquote p:after {
    content: "\201D";
    font-size: 1.2em;
    font-weight:bold;
}
cite {
    display: block;
    text-align: center;
}
cite:before {
    content: "\2014";
}

/********* styled headings ********/
h1 {
    padding: 0;
    margin: 1;
}
h2 {
    padding: 0;
    margin: 1;
}
h3 {
    padding: 0;
    margin: 1;
}
h4 {
    padding: 0;
    margin: 1;
    /*
    border-bottom: 2px solid black;
    margin-top: 3;
    */
}

/********** header shadow box *****/
.blur {
    background: #cccccc;
    margin-top: 6px;
    margin-left: 6px;
}
.shadow {
    background: black;
    position: relative;
    bottom: 2px;
    right: 2px;
}
.sbox {
    color: white;
/*    background: #ff8c00; */
/*    background: #4761ff; */
/*    background: #2fd42f; */
    background: #0099ff;
    padding-left: 1em;
    position: relative;
    bottom: 4px;
    right: 4px;
}

/********** Footer styles ********/
#footer {
    clear: both;
    font-size: xx-large;
    font-family: serif;
}
.logo {
}

#footer hr {
    color: black;
    background: black;
    height: 4px;
}
