/*training.css*/

body {
    background-color: #4264ba
}

#all {
    background-color: #eaeaff;
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c3e1c3;
}

#head {
    width: 996px;
    clear: both;
    min-height: 250px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
}

#leftcol {
    width: 183px;
    float: left;
    margin: 40px 5px 10px 10px;
    background-color: #eaeaff;
	display: inline;
    
}

#spin {
    float: right;
    padding-left: 10px;
}

#hydrate {
    float: left;
    padding-right: 10px;
}

#main {
    width: 779px;
    float: left;
    margin: 10px 10px 10px 5px;
    background: url(../common/topcurves.png) no-repeat;
    background-color: #fff;
	display: inline;
}

h3 {
    padding-left: 20px;
}

.content {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: Palatino Linotype, FreeSerif, serif;
    word-spacing: 5px; 
}

#lastparagraph {
    background: url(../common/bottomcurves.png) bottom no-repeat;
}

#foot {
    width: 996px;
    clear: both;
    min-height: 50px;
}

#foot ul {
    list-style-type: none;
    padding-top: 25px;
}

#foot li {
    float: left;
}

#foot a {
    display: block;
    color: #4264ba;
    text-decoration: none;
}

#botabout {
    border-right: 1px solid black;
    width: 100px;
    text-align: center;
}

#bothome {
    border-right: 1px solid black;
    width: 400px;
    text-align: right;
    padding-right: 25px;
}

#botcontact {
    width: 400px;
    text-align: left;
    padding-left: 25px;
}

.navbutton {
    max-height: 35px;
    margin-bottom: 5px;
}

.navanchor {
    line-height: 2em;
    text-align: center;
    font-family: cursive;
    font-size: 14pt;
    
}

.navanchor a{
    display: block;
    min-height: 35px;
    text-decoration: none;
    color: #eaeaff;
    background: url(../common/button2.png) no-repeat center;
}

.navanchor a:hover {
    background: url(../common/button2hover.png) no-repeat center;
    color: #4264ba
}

