/* based on Alpaca Repo 2 column style.css */

html    { text-align : center;
          /*outline: 1px dashed red;*/
}

body {
    font-family: "Book Antiqua", "Palatino Linotype", Cambria, serif;
    color: #994422;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #e7e3e0;
    /*background: transparent url(newback.jpg) 0 0 repeat;*/
    /*outline: 1px dashed red;*/
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */ 
    font-family: "Book Antiqua", "Palatino Linotype", Cambria, serif;
    text-align: center;
    font-weight: bold;
    /*text-shadow: #444444 2px 2px 4px;*/
}

h1 {font-size: 3em;}    

#container {
    /*width: 80%;*/
    width: 640px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
    /*background: transparent url(index_files/jtwLogo-33.gif) 22px 30px no-repeat;*/
    /*text-align: right;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header h1, h2 { text-align: center; 
             /*padding-right: 72px;*/
}


#mainContent {
    /*background-color: #ffffff;*/
    margin-left: 12em;
    padding: 10px 20px 0 3em;
}
#mainContent .bigfont { font-size: 1.4em;
                        text-align: justify;
}
#mainContent .bigger {
    font-size: 1.1em;   
}
big {
    font-size: 130%;
    font-weight:bold;
}

#footer p {
    margin: 0;
    padding: 2em 0;
    text-align: center;
    font-size: .8em;    
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
}

.floatRight {
    float: right;
    margin-left: .8em;
}

.floatLeft {
    float: left;
    margin-right: .8em;
}

hr {
    color: #a00; 
    size: 3px;
}

pre {
    font-family: "Lucida Console", Monaco, "Andale Mono", monospace;
    font-weight: bold;
    font-size: .8em;
    color: #800;
}  

blockquote {
    font-family: "Book Antiqua", "Palatino Linotype", Cambria, serif;
    font-weight: bold;
    font-style: italic;
    font-size: .9em;
    color: #700;
    /*text-align: center;*/
} 

a {text-decoration: none;}

a:link {color: #d42;}
a:visited {color:#d42;}
a:focus {color:#d42;}
a:hover {color:#f73;}
a:active {color:#d42;}
    