* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
    background: url(images/bg.png) repeat-x top #f5ecd4;
    background-color: #392b22;

}

p {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 3.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
   
    color: #5e0d04;
    padding: 5px;
    margin-bottom: 0.5em;
    text-align: center;
}

.clear { clear: both; }

div#page-wrap {
    width:800px;
    margin: 0 auto;
}

div#page-wrap-admin {
    width:100%;
    margin: 0 auto;
    
}

ul#nav {
    height: 236px;
    background: url(images/header.png) no-repeat;
    list-style: none;
    padding-left: 125px;
}
ul#nav li {
    display: inline;
    font-size: 1.3em;
}
ul#nav li a {
    display: block;
    width: 113px;
    float: left;
    margin-top: 168px;
    color: white;
    padding-top: 2px;
    font-weight: bold;
    text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active {
    color: yellow;
}

div#main-content {
    padding-bottom: 50px;
    background-color:#FFFFFF;
    color:#000000 ;
}


div#footer {
    color: white;
    padding: 10px 0 10px 0;
    border-top: 1px solid red;
    text-align: center;
    background-color: #392b22;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    height:70px;
}

div#header{
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    height :235px;

}


.site-content {
    padding: 20px;
    text-align:justify;
}

.site-form-content {
    padding: 10px;
  
}

div#siteForms{


}

ul#sideNav{
    list-style: none;
}

ul#sideNav li{

    display: inline;
    font-size: 1.3em;
    height: 30px;
    width: 100px;
}

ul#sideNav li a{
    display: block;
    width: 150px;
    padding: 8px;
    font-weight: bold;
    text-decoration: none;
    height:20px;
    margin:10px;
    border: thin solid #ae0820;
}

ul#sideNav li a:hover {
      color: yellow;
    background-color: #392b22;

}

div#HeaderTextMsg{
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:right;
    color : #ffffff;

}

div#loginFrame{
    margin-left:110px;
    border: thin solid #ae0820;
}

table {
    margin: 1em; border-collapse: collapse;
}
td, th {
    padding: .3em; border: 1px #ccc solid;
    vertical-align:top;
 
}
thead{
    color : #fff;
    background-color: #392b22;
}

div#formHeads{
    text-align:center;
    color : #fff;
    background-color: #392b22;
    font-size:12px;
    font-weight:bold;

    }
div#navHeader{
    font-size:12px;
}

div#notification{
    display: block;
    padding: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size:14px;
    height:20px;
    margin:10px;
    border: thin solid #ae0820;
    color:blue;
    
}
}